diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-06-07 07:18:12 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-06-07 07:18:12 (GMT) |
commit | b2363e2914cd798f5fa230b31902da906795c9d6 (patch) | |
tree | 53ed207efb0a3524734a0a0f7154570b3cd80e19 /tools/setup | |
parent | 73255d1551f787151a518e35b1fbc175a4150133 (diff) | |
download | monitoring-plugins-b2363e2914cd798f5fa230b31902da906795c9d6.tar.gz |
Fixed two build problems re: libtool and pst3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1415 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup index fa04b7b..94bd077 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -29,7 +29,7 @@ fi | |||
29 | # 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 |
30 | #autopoint --force | 30 | #autopoint --force |
31 | aclocal -I m4 $extra | 31 | aclocal -I m4 $extra |
32 | libtoolize --force --copy | 32 | #libtoolize --force --copy |
33 | autoheader | 33 | autoheader |
34 | automake --add-missing --force-missing --copy | 34 | automake --add-missing --force-missing --copy |
35 | autoconf | 35 | autoconf |