diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:54:38 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:54:38 (GMT) |
commit | ffb54640215b83f7f36b0052739a272ca6b4d128 (patch) | |
tree | 1583a9481e96126da98f94515748e519edbb2bc9 /tools | |
parent | 6fff4bcdcf97412a6d1422991ea9fe5e8a203e75 (diff) | |
download | monitoring-plugins-ffb54640215b83f7f36b0052739a272ca6b4d128.tar.gz |
Support for coreutils lib. Configure tests via m4 scripts from coreutils
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1029 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup index 8a7b6ce..39c6f74 100755 --- a/tools/setup +++ b/tools/setup | |||
@@ -19,7 +19,7 @@ else | |||
19 | fi | 19 | fi |
20 | 20 | ||
21 | autopoint --force | 21 | autopoint --force |
22 | aclocal -I lib | 22 | aclocal -I m4 |
23 | autoheader | 23 | autoheader |
24 | automake --add-missing --force-missing --copy | 24 | automake --add-missing --force-missing --copy |
25 | autoconf | 25 | autoconf |