Skip to content

Commit

Permalink
autogen.sh: Implement GNOME Build API
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters authored and nwnk committed Jan 16, 2013
1 parent e623b97 commit ca30e6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit ca30e6d

Please sign in to comment.