autogen.sh: Implement GNOME Build API

http://people.gnome.org/~walters/docs/build-api.txt

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Colin Walters
2012-01-04 17:37:06 -05:00
committed by Adam Jackson
parent edd325236d
commit 0c3518df24

View File

@@ -9,4 +9,6 @@ cd $srcdir
autoreconf -v --install || exit 1 autoreconf -v --install || exit 1
cd $ORIGDIR || exit $? cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@" if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi