summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-16 23:30:21 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-16 23:30:21 +0000
commit426b8722e6e32f7fab46769e4d71184bf510fd0e (patch)
tree8a6fa139a7a599c5a659100df12f0efdc838028d /autogen.sh
parentb33a35b720059370ffb1507f31603cdb5347503a (diff)
+ refactoring fixes for expr package based on code review (see bug #4)
+ minor autogen/configure fixes for old versions of autotools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index eed091821..70e6ff98a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -33,8 +33,8 @@ fi
set -ex
cd "$(dirname "$0")"
-libtoolize -cf || glibtoolize -cf
-aclocal -I config --force --install -Wall
+libtoolize -c -f || glibtoolize -c -f
+aclocal -I config --force --install -Wall || aclocal -I config --force
autoheader -I config -f -Wall
touch NEWS README AUTHORS ChangeLog
touch stamp-h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback