summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-12-21 13:15:36 +0000
committerThomas Osterried <thomas@osterried.de>2008-12-21 13:15:36 +0000
commit8f5e0dff2475a38edf7f1c15adb1baf727c8afa2 (patch)
tree8effe02d87b3d6ced5b701439e8f5e228f451b63
parentc16ef9c573dfb5e0c122133d6a93e7d3c9473584 (diff)
added libtoolize. This fixes errors like
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o ax25rtd ax25rtd.o cache_ctl.o cache_dump.o config.o listener.o -lax25 ../libtool: line 810: X--tag=CC: command not found ../libtool: line 843: libtool: ignoring unknown tag : command not found ../libtool: line 810: X--mode=link: command not found
-rw-r--r--bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 2bc870b..697144e 100644
--- a/bootstrap
+++ b/bootstrap
@@ -1,3 +1,4 @@
+libtoolize --copy --force
aclocal
autoconf
automake --add-missing