[Spice-commits] configure.ac
Marc-André Lureau
elmarco at kemper.freedesktop.org
Mon Feb 4 05:42:03 PST 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit de342b832c07863205b3431ef61c5e461f0b54f4
Author: Natanael Copa <ncopa at alpinelinux.org>
Date: Mon Feb 4 13:45:55 2013 +0100
build: fix for automake-1.13
Use AC_CONFIG_HEADER instead of deprecated AM_CONFIG_HEADER.
Signed-off-by: Natanael Copa <ncopa at alpinelinux.org>
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])
More information about the Spice-commits
mailing list