Skip to content

Commit

Permalink
Allow for omitting configure in autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperair committed May 23, 2011
1 parent 8c8d032 commit 7311d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -3,4 +3,4 @@
aclocal -I /usr/share/aclocal -I m4
automake -ac
autoconf
./configure "$@"
[ -z "$NOCONFIGURE" ] && ./configure "$@"

0 comments on commit 7311d85

Please sign in to comment.