]> granicus.if.org Git - apache/blobdiff - buildconf
Elevate to patch for consideration
[apache] / buildconf
index afa3f3896b2acd1d1506b46cfc0c1a21b04e41af..a58845d7c4adf2763eaf5603d705eeb44b2ce1d4 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -118,7 +118,7 @@ if [ $apr_major_version -lt 2 ] ; then
         echo "or specify the location of the source with "
         echo "--with-apr-util=[path to apr-util]:"
         echo ""
-        echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util"
+        echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x srclib/apr-util"
         echo ""
         should_exit=1
     fi
@@ -230,11 +230,9 @@ fi
 # when running make
 echo fixing timestamps for ap_expr sources
 cd server
-touch util_expr_parse.y
+touch util_expr_parse.y util_expr_scan.l
 sleep 1
-touch util_expr_parse.c util_expr_parse.h util_expr_scan.l
-sleep 1
-touch util_expr_scan.c
+touch util_expr_parse.c util_expr_parse.h util_expr_scan.c
 cd ..
 
 exit 0