Skip to content
Snippets Groups Projects
Commit eda48b1b authored by Colin Walters's avatar Colin Walters Committed by Adam Jackson
Browse files

autogen.sh: Implement GNOME Build API

parent 19748f2f
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment