[Nagiosplug-checkins] nagiosplug/tools setup, 1.22, 1.23 update_coreutils, 1.1, NONE

Ton Voon tonvoon at users.sourceforge.net
Wed Jan 24 23:47:28 CET 2007


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

Modified Files:
	setup 
Removed Files:
	update_coreutils 
Log Message:
Sync with gnulib - lots of extraneous code removed in preference to GNU code


--- update_coreutils DELETED ---

Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- setup	7 Jun 2006 07:18:11 -0000	1.22
+++ setup	24 Jan 2007 22:47:25 -0000	1.23
@@ -18,17 +18,13 @@
 	echo Found GNU Make at $MAKE ... good.
 fi
 
-( cd m4 && $MAKE -f Makefile.am.in Makefile.am )
-
 # 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
 
-# I think gettext no longer necessary, as all necessary files imported from coreutils
-#autopoint --force
-aclocal -I m4 $extra
+aclocal -I gl/m4 -I m4 $extra
 #libtoolize --force --copy
 autoheader
 automake --add-missing --force-missing --copy





More information about the Commits mailing list