mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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
This commit is contained in:
parent
a6feab22cf
commit
06a64157e2
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue