From 5c0f7327451ba44f43aaaf28816c7ed172128ccc Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Mon, 24 Oct 2005 23:44:05 +0000 Subject: * use which in autogen.sh instead of type -p * add NetBSD support in bootstrap.sh * Netbsd doesn t have RLIMIT_AS -> ifdef * reorder an include in dnsconfd/main.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@862 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index e632373..987e36b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -39,6 +39,13 @@ case `uname -s` in 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" ;; + NetBSD) + export LIBTOOLIZE=libtoolize + export CFLAGS="-I/usr/pkg/include" + export LDFLAGS="-L/usr/pkg/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 --disable-dbus" + ;; Linux) ;; esac -- cgit