summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig-0.25/obsolete_automake_macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig-0.25/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig-0.25/obsolete_automake_macros.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig-0.25/obsolete_automake_macros.patch b/meta/recipes-devtools/pkgconfig/pkgconfig-0.25/obsolete_automake_macros.patch
deleted file mode 100644
index b6e7f62d4d..0000000000
--- a/meta/recipes-devtools/pkgconfig/pkgconfig-0.25/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1Upstream-Status: Backport [fixed in 0.27]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd pkg-config-0.25/configure.in pkg-config-0.25/configure.in
5--- pkg-config-0.25/configure.in 2010-05-28 18:55:09.000000000 +0300
6+++ pkg-config-0.25/configure.in 2013-01-01 22:13:47.009573426 +0200
7@@ -4,7 +4,7 @@
8 AM_INIT_AUTOMAKE(pkg-config, 0.25)
9 AM_MAINTAINER_MODE
10
11-AM_CONFIG_HEADER(config.h)
12+AC_CONFIG_HEADERS(config.h)
13
14 AM_PROG_LIBTOOL
15
16diff -Nurd pkg-config-0.25/glib-1.2.10/configure.in pkg-config-0.25/glib-1.2.10/configure.in
17--- pkg-config-0.25/glib-1.2.10/configure.in 2009-12-06 22:43:59.000000000 +0200
18+++ pkg-config-0.25/glib-1.2.10/configure.in 2013-01-01 22:23:36.701560486 +0200
19@@ -63,7 +63,7 @@
20 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
21
22 # Specify a configuration file
23-AM_CONFIG_HEADER(config.h)
24+AC_CONFIG_HEADERS(config.h)
25
26 AC_DEFINE_UNQUOTED(GLIB_MAJOR_VERSION, $GLIB_MAJOR_VERSION)
27 AC_DEFINE_UNQUOTED(GLIB_MINOR_VERSION, $GLIB_MINOR_VERSION)
28@@ -154,7 +154,6 @@
29
30 # Checks for programs.
31 AC_PROG_CC
32-AM_PROG_CC_STDC
33 AC_PROG_INSTALL
34
35 changequote(,)dnl