From: Ryan Bloom Date: Tue, 19 Dec 2000 19:45:06 +0000 (+0000) Subject: Find the RM program during configuration. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fbd866c3320dc832f9ac7217cfa575d4e56564f;p=apache Find the RM program during configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87427 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 20e9c6ea76..f9410ee084 100644 --- a/configure.in +++ b/configure.in @@ -45,6 +45,7 @@ dnl ### need to move some of the arguments "up here" dnl ## Check for programs +AC_PATH_PROG(RM, rm) AC_PROG_AWK AC_PROG_CC AC_PROG_CPP