diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-04-01 04:00:21 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-04-01 04:00:21 +0000 |
commit | 06a64157e2896d58a641227656a88037568229cf (patch) | |
tree | cfd8ff5bde9d3d0eaa00b222a3590ffc91d3350d /configure.in | |
parent | a6feab22cf90b7e685b7f83ec8e79e140ec75ff8 (diff) | |
download | monitoring-plugins-06a64157e2896d58a641227656a88037568229cf.tar.gz |
remove PATH_PROG call for autoconf/automake components
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@467 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 994f3be3..18eefe69 100644 --- a/configure.in +++ b/configure.in @@ -41,11 +41,6 @@ ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) dnl AM_WITH_REGEX AC_PROG_RANLIB -AC_PATH_PROG(ACLOCAL,aclocal) -AC_PATH_PROG(AUTOMAKE,automake) -AC_PATH_PROG(AUTOCONF,autoconf) -AC_PATH_PROG(AUTOHEADER,autoheader) - PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'` AC_SUBST(PLUGIN_TEST)dnl |