Use mode ID instead of mode for autoconfig
[x-on-resize.git] / autogen.sh
blobfc34bd55c443ebf0e4feded3f6bd85d390c3d4c6
1 #! /bin/sh
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
6 ORIGDIR=`pwd`
7 cd $srcdir
9 autoreconf -v --install || exit 1
10 cd $ORIGDIR || exit $?
12 if test -z "$NOCONFIGURE"; then
13 $srcdir/configure "$@"