[PATCH] config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Christoph Orsinger <[email protected]> Sat, 09 Mar 2013 15:17:40 +0100
| Newsgroups | gmane.comp.gnome.apps.rhythmbox.devel |
|---|---|
| Message-ID | <[email protected]> |
From f23171f1d5346652690907126e8b776c7d462248 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]) AC_CONFIG_SRCDIR(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
ac_config_headers.patch
(text/x-patch, 903 B)
From f23171f1d5346652690907126e8b776c7d462248 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]) AC_CONFIG_SRCDIR(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