autogen.sh: enable config-cache
This commit is contained in:
@ -11,7 +11,9 @@ if test -z `which autoreconf`; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -f config.cache
|
||||
rm -rf autom4te.cache
|
||||
|
||||
autoreconf --force --install --verbose || exit $?
|
||||
|
||||
if test -z "$*"; then
|
||||
@ -20,4 +22,4 @@ else
|
||||
echo "# Configure with parameters $*"
|
||||
fi
|
||||
|
||||
./configure $@
|
||||
./configure --config-cache $@
|
||||
|
||||
Reference in New Issue
Block a user