mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
This commit is contained in:
committed by
Bastien Nocera
parent
4b05658597
commit
4fa35c3207
@ -7,4 +7,6 @@ intltoolize -c -f || exit 1
|
|||||||
libtoolize -c || exit 1
|
libtoolize -c || exit 1
|
||||||
autoconf || exit 1
|
autoconf || exit 1
|
||||||
automake -a -c || exit 1
|
automake -a -c || exit 1
|
||||||
./configure $*
|
if test -z "$NOCONFIGURE"; then
|
||||||
|
./configure $*
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user