[101647] trunk/dports/www/fcgi/files/patch-configure.in.diff

ryandesign at macports.org ryandesign at macports.org
Tue Jan 15 20:34:15 PST 2013


Revision: 101647
          https://trac.macports.org/changeset/101647
Author:   ryandesign at macports.org
Date:     2013-01-15 20:34:15 -0800 (Tue, 15 Jan 2013)
Log Message:
-----------
fcgi: fix autoreconf failure with automake 1.13 (#37648)

Modified Paths:
--------------
    trunk/dports/www/fcgi/files/patch-configure.in.diff

Modified: trunk/dports/www/fcgi/files/patch-configure.in.diff
===================================================================
--- trunk/dports/www/fcgi/files/patch-configure.in.diff	2013-01-16 04:02:42 UTC (rev 101646)
+++ trunk/dports/www/fcgi/files/patch-configure.in.diff	2013-01-16 04:34:15 UTC (rev 101647)
@@ -1,6 +1,6 @@
---- configure.in.orig	2003-01-19 10:19:41.000000000 -0700
-+++ configure.in	2009-01-18 23:50:12.000000000 -0700
-@@ -4,8 +4,8 @@
+--- configure.in.orig	2003-01-19 11:19:41.000000000 -0600
++++ configure.in	2013-01-15 22:30:09.000000000 -0600
+@@ -4,10 +4,10 @@
  dnl     generate the file "configure", which is run during the build
  dnl     to configure the system for the local environment.
  
@@ -9,5 +9,8 @@
 +AC_INIT([fcgi],[2.4.0])
 +AM_INIT_AUTOMAKE([-Wall foreign])
  
- AM_CONFIG_HEADER(fcgi_config.h)
+-AM_CONFIG_HEADER(fcgi_config.h)
++AC_CONFIG_HEADERS([fcgi_config.h])
  
+ AC_PROG_CC
+ AC_PROG_CPP 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130115/09260c47/attachment.html>


More information about the macports-changes mailing list