daemon initial implementation
[platform/core/appfw/message-port-dbus.git] / autogen.sh
1 #!/bin/sh -e
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 mkdir -p m4
7 aclocal #-I m4 
8 autoheader 
9 autoconf 
10 automake --add-missing --copy
11 autoreconf --install --force
12 . $srcdir/configure "$@"
13