summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-05-23 14:43:03 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-05-23 14:43:03 +0000
commit054d581bfeedc987887483de61f9922092c1b4b9 (patch)
tree459612b2d88b2ee984f16134bf48908f9f5232b7 /autogen.sh
parentbd57b42a57d1bad1ca1f52a8d4ebcd695824ebf9 (diff)
Added options to automake and libtoolize to recreate generated files.
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 e40e581..2575fe2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,7 +32,7 @@ if [ -d /usr/local/share/aclocal ]; then
ACLOCAL_FLAGS="-I /usr/local/share/aclocal $ACLOCAL_FLAGS"
fi
aclocal $ACLOCAL_FLAGS
-libtoolize --force --copy
+libtoolize --force
autoheader
-automake
+automake --add-missing
autoconf