diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-06 08:07:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-06 08:07:44 +0000 |
commit | e1bcf0f24072271fca72671f2f064fb40bf9d0ff (patch) | |
tree | 9272a9b0fdfe22047d9da7b8b0d9d1834b40131f /main/spice-gtk/0001-build-fix-for-automake-1.13.patch | |
parent | a3ec5f7b7b75b7d2cb7fb36c80e2c94f7c04f76e (diff) | |
download | aports-e1bcf0f24072271fca72671f2f064fb40bf9d0ff.tar.bz2 aports-e1bcf0f24072271fca72671f2f064fb40bf9d0ff.tar.xz |
main/spice-gtk: moved from testing
Diffstat (limited to 'main/spice-gtk/0001-build-fix-for-automake-1.13.patch')
-rw-r--r-- | main/spice-gtk/0001-build-fix-for-automake-1.13.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/main/spice-gtk/0001-build-fix-for-automake-1.13.patch b/main/spice-gtk/0001-build-fix-for-automake-1.13.patch new file mode 100644 index 0000000000..e3c3e02f96 --- /dev/null +++ b/main/spice-gtk/0001-build-fix-for-automake-1.13.patch @@ -0,0 +1,28 @@ +From 54fb45d0c744edda68a5f4f0ea31ba059023d973 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Mon, 4 Feb 2013 13:45:55 +0100 +Subject: [PATCH] build: fix for automake-1.13 + +Use AC_CONFIG_HEADER instead of deprecated AM_CONFIG_HEADER. + +Signed-off-by: Natanael Copa <ncopa@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@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 + |