summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 30172ca2..effbeb3b 100755
--- a/acprep
+++ b/acprep
@@ -15,7 +15,7 @@ cmd=$(which glibtoolize 2>&1)
if [ -x "$cmd" ]; then
export LIBTOOLIZE="$cmd"
fi
-autoreconf --install
+autoreconf --force --install
INCDIRS="-I/usr/local/include"