[101397] trunk/dports/mail/libesmtp/files/patch-configure.ac.diff

ryandesign at macports.org ryandesign at macports.org
Wed Jan 9 20:21:44 PST 2013


Revision: 101397
          https://trac.macports.org/changeset/101397
Author:   ryandesign at macports.org
Date:     2013-01-09 20:21:44 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
libesmtp: fix autoreconf failure with automake 1.13 (#37549, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/mail/libesmtp/files/patch-configure.ac.diff

Modified: trunk/dports/mail/libesmtp/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/mail/libesmtp/files/patch-configure.ac.diff	2013-01-10 04:18:34 UTC (rev 101396)
+++ trunk/dports/mail/libesmtp/files/patch-configure.ac.diff	2013-01-10 04:21:44 UTC (rev 101397)
@@ -1,5 +1,14 @@
 --- configure.ac.orig	2010-08-09 15:24:50.000000000 -0500
-+++ configure.ac	2012-05-13 21:38:53.000000000 -0500
++++ configure.ac	2013-01-06 10:39:42.000000000 -0600
+@@ -25,7 +25,7 @@
+ dnl #########################################################################
+ 
+ AC_INIT(smtp-api.c)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AM_INIT_AUTOMAKE([libesmtp],[1.0.6])
+ AC_CANONICAL_HOST
+ AC_CONFIG_MACRO_DIR([m4])
 @@ -539,7 +539,7 @@
  dnl #########################################################################
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/f350af8d/attachment.html>


More information about the macports-changes mailing list