Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7ed928da692b49bf311d5868a4adf1b0 > files > 2

roadsend-php-2.9.8-1mdv2010.1.src.rpm

diff -Naurp roadsend-php-2.9.5/configure roadsend-php-2.9.5.oden/configure
--- roadsend-php-2.9.5/configure	2008-02-11 13:47:31.000000000 +0100
+++ roadsend-php-2.9.5.oden/configure	2008-02-21 06:32:06.000000000 +0100
@@ -3120,7 +3120,7 @@ test -n "$target_alias" &&
 
 # can't figure out how to get this into AC_CHECK_PROG_VER below?
 # have to change it there too
-want_bigloo="3.0b, 3.0c, 3.0d"
+want_bigloo="3.0, 3.0b, 3.0c, 3.0d"
 want_curl=7.15.1
 
 # defaults
@@ -3187,10 +3187,10 @@ else
   # Found it, now check the version.
   { echo "$as_me:$LINENO: checking version of $HAVE_BIGLOO" >&5
 echo $ECHO_N "checking version of $HAVE_BIGLOO... $ECHO_C" >&6; }
-  ac_prog_version=`$HAVE_BIGLOO -revision 2>&1 | sed -n 's/^.*\([2-9].[0-9][a-z]\).*$/\1/p'`
+  ac_prog_version=`$HAVE_BIGLOO -revision 2>&1 | sed -n 's/^.*\([2-9].[0-9]\).*$/\1/p'`
   case $ac_prog_version in
     '') ac_prog_version_m="v. ?.??, bad"; ac_verc_fail=yes;;
-    3.0b | 3.0c | 3.0d)
+    3.0 | 3.0b | 3.0c | 3.0d)
        ac_prog_version_m="$ac_prog_version, ok"; ac_verc_fail=no;;
     *) ac_prog_version_m="$ac_prog_version, bad"; ac_verc_fail=yes;;
 
diff -Naurp roadsend-php-2.9.5/configure.in roadsend-php-2.9.5.oden/configure.in
--- roadsend-php-2.9.5/configure.in	2008-02-11 13:47:31.000000000 +0100
+++ roadsend-php-2.9.5.oden/configure.in	2008-02-21 06:32:34.000000000 +0100
@@ -26,7 +26,7 @@ AC_CANONICAL_SYSTEM
 
 # can't figure out how to get this into AC_CHECK_PROG_VER below?
 # have to change it there too
-want_bigloo="3.0b, 3.0c, 3.0d"
+want_bigloo="3.0, 3.0b, 3.0c, 3.0d"
 want_curl=7.15.1
 
 # defaults
@@ -48,7 +48,7 @@ BE_LIST="micro"
 AC_CHECK_PROG_VER([HAVE_BIGLOO],
 		  bigloo, 
 		  -revision,
-		  [\([2-9].[0-9][a-z]\)],
+		  [\([2-9].[0-9]\)],
 		  [3.0b | 3.0c | 3.0d],
 		  AC_MSG_FAILURE([Bigloo version $want_bigloo required in the system path]))