Author: philip
Date: Wed Jun 24 22:44:04 2015
New Revision: 1687389

URL: http://svn.apache.org/r1687389
Log:
* build/ac-macros/apache.m4 (SVN_FIND_APACHE): Further attempt to make
   sed command work on Solaris, remove () grouping to avoid $ inside ()
   and change delimiter from @ to / to avoid $@.

Modified:
    subversion/trunk/build/ac-macros/apache.m4

Modified: subversion/trunk/build/ac-macros/apache.m4
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/apache.m4?rev=1687389&r1=1687388&r2=1687389&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/apache.m4 (original)
+++ subversion/trunk/build/ac-macros/apache.m4 Wed Jun 24 22:44:04 2015
@@ -166,7 +166,7 @@ if test -n "$APXS" && test "$APXS" != "n
     if ! test -e $HTTPD ; then
       HTTPD="`$APXS -q bindir`/`$APXS -q PROGNAME`"
     fi
-    HTTPD_VERSION=["`$HTTPD -v | $SED -e 's@^.*/\([0-9.]*\)\(.*$\)@\1@' -e 
1q`"]
+    HTTPD_VERSION=["`$HTTPD -v | $SED -e 's/^.*\/\([0-9.]*\).*$/\1/' -e 1q`"]
 
     case $host in
       *-*-cygwin*)


Reply via email to