From acef2a0cd5f7ea07e2d38e1eacad37e420135eca1d632622949a701e936c64e4 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 2 Mar 2013 13:07:34 +0000 Subject: [PATCH] Accepting request 157120 from home:seife:branches:vdr fix build with automake-1.13.1 OBS-URL: https://build.opensuse.org/request/show/157120 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=38 --- lirc.changes | 5 +++++ lirc.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lirc.changes b/lirc.changes index 3d316ea..e121871 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 2 13:03:37 UTC 2013 - seife+obs@b1-systems.com + +- fix build with automake-1.13.1 + ------------------------------------------------------------------- Tue Nov 27 20:15:34 UTC 2012 - alinm.elena@gmail.com diff --git a/lirc.spec b/lirc.spec index baff595..7f87347 100644 --- a/lirc.spec +++ b/lirc.spec @@ -1,7 +1,7 @@ # # spec file for package lirc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -121,6 +121,10 @@ cp %{SOURCE8} . #find . -type d -name CVS -print0 | xargs -0 -- rm -rf #find . -name .cvsignore -print0 | xargs -0 -- rm -rf +# automake 1.13 deprecated the old macro +sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac +mkdir m4 + %build %if 0%{?suse_version} < 1020 # XXX: hw_i2cuser doesn't build on sles10