summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-23 16:53:04 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-23 16:53:04 +0000
commit12ca6bf367c9903d97b9cac6297e3df422c3cd44 (patch)
treee8af63feef98c8c606b7b8e916f7b5d506dc4acd /autogen.sh
parenta6a50fcf1a7160fe0d7394f00c04b8f21693595f (diff)
* add a workaround for aclocal bogus on freebsd (common dir)
* #define ETIME ETIMEDOUT for freebsd git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@93 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
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 c1412c8..52c565a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -50,8 +50,8 @@ else
test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
- "$LIBTOOLIZE" -c --force
- run_versioned aclocal "$VERSION"
+ run_versioned "$LIBTOOLIZE" 1.5 -c --force
+ run_versioned aclocal "$VERSION" -I common
run_versioned autoconf 2.59 -Wall
run_versioned autoheader 2.59
run_versioned automake "$VERSION" -a -c --foreign