diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-24 22:47:25 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-24 22:47:25 (GMT) |
commit | fe856aa957978504137c1d425815d4ed8a22be40 (patch) | |
tree | a5bb46ce0e64b2056f75700eadbf27aba7c39418 /tools/setup | |
parent | 210f39bc84cfbb21cd72dc054e43f13815ee0616 (diff) | |
download | monitoring-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-x | tools/setup | 6 |
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. |
19 | fi | 19 | fi |
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 |
24 | extra="" | 22 | extra="" |
25 | if test -d $HOME/share/aclocal ; then | 23 | if test -d $HOME/share/aclocal ; then |
26 | extra="-I $HOME/share/aclocal" | 24 | extra="-I $HOME/share/aclocal" |
27 | fi | 25 | fi |
28 | 26 | ||
29 | # I think gettext no longer necessary, as all necessary files imported from coreutils | 27 | aclocal -I gl/m4 -I m4 $extra |
30 | #autopoint --force | ||
31 | aclocal -I m4 $extra | ||
32 | #libtoolize --force --copy | 28 | #libtoolize --force --copy |
33 | autoheader | 29 | autoheader |
34 | automake --add-missing --force-missing --copy | 30 | automake --add-missing --force-missing --copy |