initial commit
[profile/ivi/xorg-x11-xinit.git] / autogen.sh
1 #! /bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 ORIGDIR=`pwd`
7 cd $srcdir
8
9 aclocal &&
10 libtoolize &&
11 autoconf &&
12 autoheader &&
13 automake --add-missing --copy --no-force
14
15 #autoreconf -v --install || exit 1
16 cd $ORIGDIR || exit $?
17
18 #$srcdir/configure --enable-maintainer-mode "$@"