jorton 2004/08/20 03:37:50
Modified: build find_apu.m4
Log:
* build/find_apu.m4 (APU_FIND_APU): Remove echo (debugging aid?) and
quote AC_DEFUN properly.
Revision Changes Path
1.9 +1 -2 apr-util/build/find_apu.m4
Index: find_apu.m4
===================================================================
RCS file: /home/cvs/apr-util/build/find_apu.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -d -w -u -r1.8 -r1.9
--- find_apu.m4 10 Aug 2004 03:45:43 -0000 1.8
+++ find_apu.m4 20 Aug 2004 10:37:49 -0000 1.9
@@ -52,7 +52,7 @@
dnl value of apu_config to fetch any necessary build/link information.
dnl
-AC_DEFUN(APR_FIND_APU, [
+AC_DEFUN([APR_FIND_APU], [
apu_found="no"
if test "$ac_cv_emxos2" = "yes"; then
@@ -117,7 +117,6 @@
if test -d "$1"; then
apu_temp_abs_srcdir="`cd $1 && pwd`"
apu_found="reconfig"
- echo "sed -n
'/#define.*APU_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p'
\"$1/include/apu_version.h\""
apu_bundled_major="`sed -n
'/#define.*APU_MAJOR_VERSION/s/^[^0-9]*\([0-9]*\).*$/\1/p'
\"$1/include/apu_version.h\"`"
case $apu_bundled_major in
"")