From 12ca6bf367c9903d97b9cac6297e3df422c3cd44 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 23 Oct 2005 16:53:04 +0000 Subject: * 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 --- bootstrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 8077106..778c00c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -25,9 +25,7 @@ case `uname -s` in FLAGS="$FLAGS --prefix=/opt/local" ;; FreeBSD) - cp /usr/local/share/aclocal/libtool15.m4 common - export LIBTOOLIZE=/usr/local/bin/libtoolize15 - export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" + cp /usr/local/share/aclocal/libtool15.m4 common/ ;; esac -- cgit