Revision
102551
Author
snc@macports.org
Date
2013-02-04 12:05:55 -0800 (Mon, 04 Feb 2013)

Log Message

plotutils: fix for automake-1.13, #37509

Modified Paths

Diff

Modified: trunk/dports/graphics/plotutils/files/patch-configure.ac.diff (102550 => 102551)


--- trunk/dports/graphics/plotutils/files/patch-configure.ac.diff	2013-02-04 19:11:56 UTC (rev 102550)
+++ trunk/dports/graphics/plotutils/files/patch-configure.ac.diff	2013-02-04 20:05:55 UTC (rev 102551)
@@ -1,12 +1,14 @@
---- configure.ac.orig	2012-08-28 17:27:03.000000000 -0400
-+++ configure.ac	2012-08-28 17:27:30.000000000 -0400
-@@ -8,6 +8,9 @@
+--- configure.ac.orig	2013-02-04 14:46:01.000000000 -0500
++++ configure.ac	2013-02-04 14:45:32.000000000 -0500
+@@ -6,7 +6,10 @@
+ AC_PREREQ(2.59)
+ AC_CONFIG_SRCDIR(graph/graph.c)
  AM_INIT_AUTOMAKE([plotutils],[2.6])
- AM_CONFIG_HEADER(config.h:config.hin)
- 
+-AM_CONFIG_HEADER(config.h:config.hin)
++AC_CONFIG_HEADERS([config.h:config.hin])
++
 +AC_PROG_CXX
 +AC_PROG_CC
-+
+ 
  # The following will be defined in config.h, if appropriate.
  
- # Miscellaneous.