diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 23:09:03 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 23:09:03 +0000 |
commit | 4fbc195b83b0b718805b11566458fb946074fa78 (patch) | |
tree | 02cbca11b588067ebc29c88d8681bf0a722dd496 /tools/setup | |
parent | a8cd7705e7898d77764aa12ddcc2e29de1860138 (diff) | |
download | monitoring-plugins-4fbc195b83b0b718805b11566458fb946074fa78.tar.gz |
Fixes from coreutils sync: some files now required and removed generateable files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup index 63a165af..501ae209 100755 --- a/tools/setup +++ b/tools/setup @@ -18,6 +18,8 @@ else 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 @@ fi # 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 |