autogen.sh: Honor NOCONFIGURE
Linux distros will usually want to run configure separately so the script should respect their wishes. See also https://people.gnome.org/~walters/docs/build-api.txt
This commit is contained in:
parent
7d3a7e9c29
commit
97a92e0e6a
@ -61,4 +61,6 @@ autoheader
|
||||
$LIBTOOLIZE --copy --force --automake
|
||||
automake --add-missing --copy
|
||||
|
||||
./configure $*
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
./configure $*
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user