[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
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am, 1.73, 1.74 check_smtp.c, 1.54, 1.55 common.h, 1.25, 1.26 netutils.h, 1.17, 1.18 getaddrinfo.c, 1.2, NONE getaddrinfo.h, 1.2, NONE gethostbyname.c, 1.3, NONE gethostbyname.h, 1.3, NONE
- Next message: [Nagiosplug-checkins] nagiosplug/doc developer-guidelines.sgml, 1.46, 1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am, 1.73, 1.74 check_smtp.c, 1.54, 1.55 common.h, 1.25, 1.26 netutils.h, 1.17, 1.18 getaddrinfo.c, 1.2, NONE getaddrinfo.h, 1.2, NONE gethostbyname.c, 1.3, NONE gethostbyname.h, 1.3, NONE
- Next message: [Nagiosplug-checkins] nagiosplug/doc developer-guidelines.sgml, 1.46, 1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list