[Nagiosplug-checkins] nagiosplug/tools setup,1.18,1.19
Ton Voon
tonvoon at users.sourceforge.net
Thu May 18 15:06:03 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1176/tools
Modified Files:
setup
Log Message:
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement
Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- setup 21 Mar 2006 12:56:59 -0000 1.18
+++ setup 18 May 2006 22:05:43 -0000 1.19
@@ -24,9 +24,10 @@
extra="-I $HOME/share/aclocal"
fi
-autopoint --force
+# I think gettext no longer necessary, as all necessary files imported from coreutils
+#autopoint --force
aclocal -I m4 $extra
-libtoolize --force --copy
+#libtoolize --force --copy
autoheader
automake --add-missing --force-missing --copy
autoconf
More information about the Commits
mailing list