[Nagiosplug-checkins] nagiosplug/tools setup,1.17,1.18

Ton Voon tonvoon at users.sourceforge.net
Tue Mar 21 09:25:14 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19501/tools

Modified Files:
	setup 
Log Message:
Patch to workaround SFnot having libtool installed


Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- setup	16 Mar 2006 17:31:11 -0000	1.17
+++ setup	21 Mar 2006 12:56:59 -0000	1.18
@@ -18,8 +18,14 @@
 	echo Found GNU Make at $MAKE ... good.
 fi
 
+# This bit is to fix SF's compile server as libtool not installed by default
+extra=""
+if test -d $HOME/share/aclocal ; then
+	extra="-I $HOME/share/aclocal"
+fi
+
 autopoint --force
-aclocal -I m4
+aclocal -I m4 $extra
 libtoolize --force --copy
 autoheader
 automake --add-missing --force-missing --copy





More information about the Commits mailing list