diff --git a/autogen.sh b/autogen.sh index 4e9360b96..b34aba5e8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,5 +23,6 @@ xgettext \ -o enlightenment.pot \ `find . -name "*.[ch]" -print` -### If you want this, uncomment it. -./configure "$@" +if [ -z "$NOCONFIGURE" ]; then + ./configure "$@" +fi