summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
commita8cd7705e7898d77764aa12ddcc2e29de1860138 (patch)
tree970f609cbecbe515998907fd55a12f814ad2edcd /tools/setup
parent08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff)
downloadmonitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup
index 17eed51..63a165a 100755
--- a/tools/setup
+++ b/tools/setup
@@ -24,9 +24,10 @@ if test -d $HOME/share/aclocal ; then
24 extra="-I $HOME/share/aclocal" 24 extra="-I $HOME/share/aclocal"
25fi 25fi
26 26
27autopoint --force 27# I think gettext no longer necessary, as all necessary files imported from coreutils
28#autopoint --force
28aclocal -I m4 $extra 29aclocal -I m4 $extra
29libtoolize --force --copy 30#libtoolize --force --copy
30autoheader 31autoheader
31automake --add-missing --force-missing --copy 32automake --add-missing --force-missing --copy
32autoconf 33autoconf