diff --git a/autogen.changes b/autogen.changes index 8272ad6..718639a 100644 --- a/autogen.changes +++ b/autogen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 2 12:05:34 UTC 2013 - seife+obs@b1-systems.com + +- fix build with automake-1.13.1 +- add explicit makeinfo buildrequires, it is required to build + ------------------------------------------------------------------- Sat Jul 14 17:28:10 UTC 2012 - crrodriguez@opensuse.org diff --git a/autogen.spec b/autogen.spec index 0995a43..7c32623 100644 --- a/autogen.spec +++ b/autogen.spec @@ -1,7 +1,7 @@ # # spec file for package autogen # -# 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 @@ -20,6 +20,7 @@ Name: autogen BuildRequires: guile-devel BuildRequires: libtool BuildRequires: libxml2-devel +BuildRequires: makeinfo BuildRequires: pkg-config BuildRequires: xz Summary: Automated Text File Generator @@ -45,6 +46,8 @@ that must be kept synchronized in parallel tables. %setup -q %patch0 %patch1 +# autmake 1.13 removed AM_CONFIG_HEADER +sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac %build autoreconf -fi