summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-04-01 04:00:21 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-04-01 04:00:21 (GMT)
commit06a64157e2896d58a641227656a88037568229cf (patch)
treecfd8ff5bde9d3d0eaa00b222a3590ffc91d3350d /configure.in
parenta6feab22cf90b7e685b7f83ec8e79e140ec75ff8 (diff)
downloadmonitoring-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.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 994f3be..18eefe6 100644
--- a/configure.in
+++ b/configure.in
@@ -41,11 +41,6 @@ ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
41dnl AM_WITH_REGEX 41dnl AM_WITH_REGEX
42AC_PROG_RANLIB 42AC_PROG_RANLIB
43 43
44AC_PATH_PROG(ACLOCAL,aclocal)
45AC_PATH_PROG(AUTOMAKE,automake)
46AC_PATH_PROG(AUTOCONF,autoconf)
47AC_PATH_PROG(AUTOHEADER,autoheader)
48
49PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'` 44PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'`
50AC_SUBST(PLUGIN_TEST)dnl 45AC_SUBST(PLUGIN_TEST)dnl
51 46