summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 1 insertions, 3 deletions
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