[55809] trunk/dports/devel/autoconf

takanori at macports.org takanori at macports.org
Wed Aug 19 10:20:12 PDT 2009


Revision: 55809
          http://trac.macports.org/changeset/55809
Author:   takanori at macports.org
Date:     2009-08-19 10:20:11 -0700 (Wed, 19 Aug 2009)
Log Message:
-----------
autoconf: Add AH_CHECK_HEADERS back since this feature is required to build kdelibs3. (#20513)
Obtained from: autoconf git repository (a19e829e674a52dc9cad535be9dd56e651527e56)

Modified Paths:
--------------
    trunk/dports/devel/autoconf/Portfile

Added Paths:
-----------
    trunk/dports/devel/autoconf/files/
    trunk/dports/devel/autoconf/files/patch-lib_autoconf_headers.m4.diff

Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile	2009-08-19 14:54:01 UTC (rev 55808)
+++ trunk/dports/devel/autoconf/Portfile	2009-08-19 17:20:11 UTC (rev 55809)
@@ -4,6 +4,7 @@
 
 name             autoconf
 version          2.64
+revision         1
 categories       devel
 maintainers      ram openmaintainer
 platforms        darwin
@@ -22,6 +23,8 @@
 master_sites     gnu
 use_bzip2        yes
 
+patchfiles       patch-lib_autoconf_headers.m4.diff
+
 checksums        md5 ef400d672005e0be21e0d20648169074 \
                  sha1 dfbcdbd7dd74a52130dda324e9d94ee0b8551466 \
                  rmd160 cf498949b3cc0a6bc465a50114c98750871bcf49

Added: trunk/dports/devel/autoconf/files/patch-lib_autoconf_headers.m4.diff
===================================================================
--- trunk/dports/devel/autoconf/files/patch-lib_autoconf_headers.m4.diff	                        (rev 0)
+++ trunk/dports/devel/autoconf/files/patch-lib_autoconf_headers.m4.diff	2009-08-19 17:20:11 UTC (rev 55809)
@@ -0,0 +1,15 @@
+--- ./lib/autoconf/headers.m4.orig	2009-06-17 21:27:41.000000000 +0900
++++ ./lib/autoconf/headers.m4	2009-08-20 01:47:12.000000000 +0900
+@@ -253,6 +253,12 @@
+   [Define to 1 if you have the <$1> header file.])])
+ 
+ 
++# AH_CHECK_HEADERS(HEADER-FILE...)
++# --------------------------------
++m4_define([AH_CHECK_HEADERS],
++[m4_foreach_w([AC_Header], [$1], [_AH_CHECK_HEADER(m4_defn([AC_Header]))])])
++
++
+ # AC_CHECK_HEADERS(HEADER-FILE...,
+ #		   [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
+ #		   [INCLUDES])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090819/0a828c88/attachment.html>


More information about the macports-changes mailing list