summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-07-25 08:01:30 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-07-25 08:01:30 +0000
commit399c07ca9b386f00420e1172b5ba6fd76631a231 (patch)
tree4d8662ebbdf4f27ab8b460a01a8c630834ebb6cf /autogen.sh
parent05dbea94439f247a974eacc2dd0d806a2e02fc4b (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Let autogen.sh generate libtool files to have current versions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index a4b08df9..562191b5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,6 +2,7 @@
aclocal -I m4
autoheader
+libtoolize --force --automake --copy
automake --add-missing --copy
autoreconf
chmod 755 configure