From 59858446e6ae44b5219c1539c4374c84a21d347f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 17:53:26 +0100 Subject: [PATCH] eggdbus: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/eggdbus-0.6-automake-1.13.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/devel/eggdbus/patches/eggdbus-0.6-automake-1.13.patch diff --git a/packages/devel/eggdbus/patches/eggdbus-0.6-automake-1.13.patch b/packages/devel/eggdbus/patches/eggdbus-0.6-automake-1.13.patch new file mode 100644 index 0000000000..48118a5558 --- /dev/null +++ b/packages/devel/eggdbus/patches/eggdbus-0.6-automake-1.13.patch @@ -0,0 +1,17 @@ +diff -Naur eggdbus-0.6/configure.ac eggdbus-0.6.patch/configure.ac +--- eggdbus-0.6/configure.ac 2009-06-19 23:39:32.000000000 +0200 ++++ eggdbus-0.6.patch/configure.ac 2013-01-12 09:34:09.276789441 +0100 +@@ -3,12 +3,11 @@ + AC_PREREQ(2.59c) + AC_INIT(eggdbus, 0.6, davidz@redhat.com) + AM_INIT_AUTOMAKE(eggdbus, 0.6) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_MAINTAINER_MODE + + AC_ISC_POSIX + AC_PROG_CC +-AM_PROG_CC_STDC + AC_HEADER_STDC + AM_PROG_LIBTOOL + AC_PROG_MAKE_SET