Hi Christoph, I've pushed this to master. Thanks for the patch. Usually I prefer patches to be sent to bugzilla, but for simple uncontroversial things like this the mailing list works too.
On Sun, Mar 10, 2013 at 12:17 AM, Christoph Orsinger <[email protected]>wrote: > From f23171f1d5346652690907126e8b77**6c7d462248 Mon Sep 17 00:00:00 2001 > From: Christoph Orsinger <[email protected]> > Date: Sat, 9 Mar 2013 12:34:54 +0100 > Subject: [PATCH] config: replace deprecated AM_CONFIG_HEADER with > AC_CONFIG_HEADERS > > AM_CONFIG_HEADER is depreciated since July 2002 and was subsequently > removed from automake 1.13. > To build with automake >= 1.13 AC_CONFIG_HEADERS is needed. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index a641799..3fb4232 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -4,7 +4,7 @@ AC_INIT([rhythmbox], > [https://bugzilla.gnome.org/**enter_bug.cgi?product=**rhythmbox<https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox> > ]) > AC_CONFIG_SRCDIR(rhythmbox.pc.**in <http://rhythmbox.pc.in>) > AC_CONFIG_MACRO_DIR(macros) > -AM_CONFIG_HEADER(config.h) > +AC_CONFIG_HEADERS(config.h) > AM_INIT_AUTOMAKE([1.9 dist-xz no-dist-gzip]) > > AC_SUBST(ACLOCAL_AMFLAGS, "-I macros") > -- > 1.8.1.5 > > > _______________________________________________ > rhythmbox-devel mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/rhythmbox-devel > >
_______________________________________________ rhythmbox-devel mailing list [email protected] https://mail.gnome.org/mailman/listinfo/rhythmbox-devel
