Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > be673de022745fe0a1deb5f4bcdac2b9 > files > 3

libapreq2-2.08-15mdv2009.0.src.rpm

--- glue/perl/Makefile.PL	2006-08-09 00:26:45.000000000 -0400
+++ glue/perl/Makefile.PL.oden	2006-11-17 11:42:43.000000000 -0500
@@ -88,6 +88,14 @@
         die "Can't find package version";
     $version = $1;
 
+		## Code around an autoconf 2.60 bug
+		## http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00127.html
+		## $ grep @PACKAGE_VERSION config.status-2.59 config.status-2.60 
+		## config.status-2.59:s,@PACKAGE_VERSION@,2.09,;t t
+		## config.status-2.60:s,@PACKAGE_VERSION@,|#_!!_#|2.09,g
+		foreach ($apache_includes, $apreq_libname, $version) {
+		    s/\|#_!!_#\|//g;
+		}
 }
 
 my $apreq_libs = WIN32 ?