Skip to content
Snippets Groups Projects
Commit ae651e7e authored by Colin Walters's avatar Colin Walters Committed by Søren Sandmann Pedersen
Browse files

autogen.sh: Support GNOME Build API

parent 89498a11
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 "$@"
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