[Nagiosplug-checkins] nagiosplug/tools setup,1.17,1.18
Ton Voon
tonvoon at users.sourceforge.net
Tue Mar 21 09:25:14 CET 2006
- Previous message: [Nagiosplug-checkins] nagiosplug THANKS.in,1.20,1.21 configure.in,1.175,1.176
- Next message: [Nagiosplug-checkins] nagiosplug REQUIREMENTS,1.10,1.11 CHANGES,1.12,1.13 configure.in,1.173,1.174 THANKS.in,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Nagiosplug-checkins] nagiosplug THANKS.in,1.20,1.21 configure.in,1.175,1.176
- Next message: [Nagiosplug-checkins] nagiosplug REQUIREMENTS,1.10,1.11 CHANGES,1.12,1.13 configure.in,1.173,1.174 THANKS.in,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list