summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-07 15:56:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-07 15:56:21 +0000
commit989349a83ad8b475eb36e2b9b47f46f796ce69ef (patch)
tree34c4517e0cc42d9400a1f741fde308d37a426d78 /bootstrap
parent7ab16cfb4cff8e163fc287b12157929b33c0a4c4 (diff)
Update automake bootstrap process
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c9042454..109dcb25 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,2 +1,2 @@
#! /bin/sh
-aclocal && autoheader && automake --copy --add-missing && autoconf
+aclocal && autoheader && libtoolize --copy --force && automake --add-missing --copy --force-missing --ignore-deps && autoconf