summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-01-24 22:47:25 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-01-24 22:47:25 (GMT)
commitfe856aa957978504137c1d425815d4ed8a22be40 (patch)
treea5bb46ce0e64b2056f75700eadbf27aba7c39418 /tools/setup
parent210f39bc84cfbb21cd72dc054e43f13815ee0616 (diff)
downloadmonitoring-plugins-fe856aa957978504137c1d425815d4ed8a22be40.tar.gz
Sync with gnulib - lots of extraneous code removed in preference to GNU code
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/setup b/tools/setup
index 94bd077..7fdb980 100755
--- a/tools/setup
+++ b/tools/setup
@@ -18,17 +18,13 @@ 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.in Makefile.am )
22
23# This bit is to fix SF's compile server as libtool not installed by default 21# This bit is to fix SF's compile server as libtool not installed by default
24extra="" 22extra=""
25if test -d $HOME/share/aclocal ; then 23if test -d $HOME/share/aclocal ; then
26 extra="-I $HOME/share/aclocal" 24 extra="-I $HOME/share/aclocal"
27fi 25fi
28 26
29# I think gettext no longer necessary, as all necessary files imported from coreutils 27aclocal -I gl/m4 -I m4 $extra
30#autopoint --force
31aclocal -I m4 $extra
32#libtoolize --force --copy 28#libtoolize --force --copy
33autoheader 29autoheader
34automake --add-missing --force-missing --copy 30automake --add-missing --force-missing --copy