aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch b/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..adff6ca19c
--- /dev/null
+++ b/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch
@@ -0,0 +1,13 @@
+Upstream-Status: Accepted
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+diff -Nurd gmp-5.1.0/configure.in gmp-5.1.0/configure.in
+--- gmp-5.1.0/configure.in 2012-12-18 21:05:09.000000000 +0200
++++ gmp-5.1.0/configure.in 2013-01-02 06:00:41.552958778 +0200
+@@ -67,7 +67,7 @@
+ dnl so update there too if changing anything.
+ dnl
+ AM_INIT_AUTOMAKE([1.8 gnu no-dependencies])
+-AM_CONFIG_HEADER(config.h:config.in)
++AC_CONFIG_HEADERS(config.h:config.in)
+ AM_MAINTAINER_MODE