diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2004-08-10 10:09:37 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2004-08-10 10:09:37 +0000 |
commit | dabe7fdcd49414b91641b7ef9d0b86607e2a42d5 (patch) | |
tree | d96be49c90d7a20987a2081e3a4e27897bbf5b35 /build/find_apr.m4 | |
parent | b4a4fda59f4011785395c8461f0e3c07c3d351d0 (diff) | |
download | libapr-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
Diffstat (limited to 'build/find_apr.m4')
-rw-r--r-- | build/find_apr.m4 | 3 |
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 "") |