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 517003f3c8
commit 5024eab748
6 changed files with 18 additions and 12 deletions

View File

@ -11,5 +11,6 @@ echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -9,5 +9,6 @@ echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -11,5 +11,6 @@ echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -11,5 +11,6 @@ echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -9,5 +9,6 @@ echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -11,5 +11,6 @@ echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize --automake) \
&& echo "Running automake..."; automake --add-missing --copy --gnu
### If you want this, uncomment it.
./configure "$@"
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi