[Spice-devel] [PATCH] build: fix for automake-1.13

Natanael Copa ncopa at alpinelinux.org
Mon Feb 4 04:46:33 PST 2013


Use AC_CONFIG_HEADER instead of deprecated AM_CONFIG_HEADER.

Signed-off-by: Natanael Copa <ncopa at alpinelinux.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e8a4ddd..2a5c72c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([spice-gtk], [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
         [spice-devel at lists.freedesktop.org])
 
 AC_CONFIG_MACRO_DIR([m4])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2 -Wall -Werror])
-- 
1.8.1.2



More information about the Spice-devel mailing list