summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 23:09:03 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 23:09:03 (GMT)
commit4fbc195b83b0b718805b11566458fb946074fa78 (patch)
tree02cbca11b588067ebc29c88d8681bf0a722dd496 /tools/setup
parenta8cd7705e7898d77764aa12ddcc2e29de1860138 (diff)
downloadmonitoring-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-xtools/setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index 63a165a..501ae20 100755
--- a/tools/setup
+++ b/tools/setup
@@ -18,6 +18,8 @@ else
18 echo Found GNU Make at $MAKE ... good. 18 echo Found GNU Make at $MAKE ... good.
19fi 19fi
20 20
21( cd m4 && $MAKE -f Makefile.am Makefile.am.in )
22
21# This bit is to fix SF's compile server as libtool not installed by default 23# This bit is to fix SF's compile server as libtool not installed by default
22extra="" 24extra=""
23if test -d $HOME/share/aclocal ; then 25if test -d $HOME/share/aclocal ; then
@@ -27,7 +29,7 @@ fi
27# I think gettext no longer necessary, as all necessary files imported from coreutils 29# I think gettext no longer necessary, as all necessary files imported from coreutils
28#autopoint --force 30#autopoint --force
29aclocal -I m4 $extra 31aclocal -I m4 $extra
30#libtoolize --force --copy 32libtoolize --force --copy
31autoheader 33autoheader
32automake --add-missing --force-missing --copy 34automake --add-missing --force-missing --copy
33autoconf 35autoconf