X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=bootstrap.sh;h=870053b1210d3b0480a1351be58b3acbb86a73c7;hb=c4ad7a15a9e50d7fc39697ffb3c16a88a9388b0e;hp=71675319fd21d4acb80c13264aff0c183f6be5a9;hpb=270ea0a81dacf6a2073019d232b6f106e33eeb14;p=catta diff --git a/bootstrap.sh b/bootstrap.sh index 7167531..870053b 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 @@ -52,10 +52,10 @@ esac case "$USER" in lathiat) - FLAGS="$FLAGS --disable-monodoc" + FLAGS="$FLAGS" ;; 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