summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-08-10 10:09:37 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-08-10 10:09:37 +0000
commitdabe7fdcd49414b91641b7ef9d0b86607e2a42d5 (patch)
treed96be49c90d7a20987a2081e3a4e27897bbf5b35
parentb4a4fda59f4011785395c8461f0e3c07c3d351d0 (diff)
downloadlibapr-dabe7fdcd49414b91641b7ef9d0b86607e2a42d5.tar.gz
* build/find_apr.m4 (APR_FIND_APR): Remove echo (debugging aid?) and
quote AC_DEFUN properly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65301 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/find_apr.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index a74681636..555fca59e 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -43,7 +43,7 @@ dnl If apr_found is "yes" or "reconfig", then the caller should use the
dnl value of apr_config to fetch any necessary build/link information.
dnl
-AC_DEFUN(APR_FIND_APR, [
+AC_DEFUN([APR_FIND_APR], [
apr_found="no"
if test "$ac_cv_emxos2" = "yes"; then
@@ -107,7 +107,6 @@ AC_DEFUN(APR_FIND_APR, [
if test -d "$1"; then
apr_temp_abs_srcdir="`cd $1 && pwd`"
apr_found="reconfig"
- echo "sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apr_version.h\""
apr_bundled_major="`sed -n '/#define.*APR_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p' \"$1/include/apr_version.h\"`"
case $apr_bundled_major in
"")