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