Merge pull request #1566 from jtojnar/patch-1

autogen.sh: Honor NOCONFIGURE
This commit is contained in:
John Cupitt 2020-03-04 03:00:07 +00:00 committed by GitHub
commit 9070b6d71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -61,4 +61,6 @@ autoheader
$LIBTOOLIZE --copy --force --automake
automake --add-missing --copy
./configure $*
if test -z "$NOCONFIGURE"; then
./configure $*
fi