aboutsummaryrefslogtreecommitdiff
path: root/makeconf.sh
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-03-20 20:48:19 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-03-20 20:48:19 +0000
commit6d3ca39873830cf3501907158c7ed9c729811ccb (patch)
tree236eea926ce765466701513d4b3573502b800e38 /makeconf.sh
parent17a56cbd3b25ced5ee7339379155094b81a537d7 (diff)
add TCL interface to Filesystems
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