X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=bootstrap.sh;h=51466f4ce8a9a1b6375d7374d130eb47ac2a1741;hb=5f50418bcedca75028597dfa6504e5be9a549c26;hp=71675319fd21d4acb80c13264aff0c183f6be5a9;hpb=270ea0a81dacf6a2073019d232b6f106e33eeb14;p=catta diff --git a/bootstrap.sh b/bootstrap.sh index 7167531..51466f4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,7 +28,7 @@ case `uname -s` in export CFLAGS="-I/opt/local/include" export LDFLAGS="-L/opt/local/lib" export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig" - FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --disable-xmltoman --prefix=/opt --with-distro=none --disable-python --disable-manpages" + FLAGS="$FLAGS --prefix=/opt/local --disable-pygtk" ;; FreeBSD) cp /usr/local/share/aclocal/libtool15.m4 common @@ -37,7 +37,7 @@ case `uname -s` in export CFLAGS="-I/usr/local/include" export LDFLAGS="-L/usr/local/lib" export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" - FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --disable-xmltoman --prefix=/opt --with-distro=none --disable-python --disable-dbus --disable-glib --disable-gtk --disable-manpages" + FLAGS="$FLAGS --prefix=/opt/ --with-distro=none --disable-python --disable-dbus --disable-glib --disable-gtk" ;; NetBSD) export LIBTOOLIZE=libtoolize @@ -55,7 +55,7 @@ case "$USER" in FLAGS="$FLAGS --disable-monodoc" ;; sebest) - FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --sysconfdir=/etc --localstatedir=/var --prefix=/usr" + FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --sysconfdir=/etc --localstatedir=/var --prefix=/usr --disable-manpages --disable-xmltoman" ;; esac