[Nagiosplug-checkins] nagiosplug/tools setup,1.19,1.20
Ton Voon
tonvoon at users.sourceforge.net
Thu May 18 16:10:05 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25232/tools
Modified Files:
setup
Log Message:
Fixes from coreutils sync: some files now required and removed generateable files
Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- setup 18 May 2006 22:05:43 -0000 1.19
+++ setup 18 May 2006 23:09:03 -0000 1.20
@@ -18,6 +18,8 @@
echo Found GNU Make at $MAKE ... good.
fi
+( cd m4 && $MAKE -f Makefile.am Makefile.am.in )
+
# This bit is to fix SF's compile server as libtool not installed by default
extra=""
if test -d $HOME/share/aclocal ; then
@@ -27,7 +29,7 @@
# 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