autogen.sh: Add -n as alternative to NOCONFIGURE

pull/3/head
Kim Woelders 4 years ago
parent 9eaed188d2
commit 106e2188ee
  1. 2
      autogen.sh

@ -5,6 +5,6 @@ rm -rf autom4te.cache aclocal.m4
autoreconf -vif
if [ -z "$NOCONFIGURE" ]; then
if [ -z "$NOCONFIGURE" -a "$1" != "-n" ]; then
./configure "$@"
fi

Loading…
Cancel
Save