summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-10-04 15:30:43 +0000
committerThomas Osterried <thomas@osterried.de>2006-10-04 15:30:43 +0000
commit4d197f37cb9b960aefa4d8db5970d6aec53dd721 (patch)
tree8c67f4778a8d79d4767279f37cb956ce72458c85 /bootstrap
parentb889eee89920502ef2372fd1182ad392d90b1bfa (diff)
libtool creates libax25 without .so extension?
update libtool: see http://people.debian.org/~keybuk/libtool-missing_so.html -> we temporary force it: libtoolize --copy --force
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 2bc870b..8fb1884 100644
--- a/bootstrap
+++ b/bootstrap
@@ -1,3 +1,7 @@
+# libtool creates libax25 without .so extension?
+# update libtool: see http://people.debian.org/~keybuk/libtool-missing_so.html
+# we temporary force it
+libtoolize --copy --force
aclocal
autoconf
automake --add-missing