aboutsummaryrefslogtreecommitdiffstats
path: root/makeconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-xmakeconf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeconf.sh b/makeconf.sh
index dc563d9..99edae5 100755
--- a/makeconf.sh
+++ b/makeconf.sh
@@ -1,11 +1,11 @@
#! /bin/sh
echo Running libtoolize...
-libtoolize --automake -c
+libtoolize --automake -c -f
if test ! -z "`which autoreconf`"; then
echo Running autoreconf...
- autoreconf -i
+ autoreconf -i -f
else
echo Running aclocal...
aclocal