allow for setting of env var to prevent running ./configure like the older autogen scripts allowed

SVN revision: 14386
This commit is contained in:
Mike Frysinger 2005-04-26 22:55:56 +00:00
parent 8c0222a9de
commit b1e5d48f81
1 changed files with 3 additions and 2 deletions

View File

@ -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