diff options
Diffstat (limited to 'recipes-support/spice/files/configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch')
-rw-r--r-- | recipes-support/spice/files/configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-support/spice/files/configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch b/recipes-support/spice/files/configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch deleted file mode 100644 index 323ef52..0000000 --- a/recipes-support/spice/files/configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 36efb79076420975f7fa7aa0b03a1fc282291b05 Mon Sep 17 00:00:00 2001 | ||
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | ||
3 | Date: Tue, 25 Mar 2014 15:23:25 -0400 | ||
4 | Subject: [PATCH] configure.ac: add subdir-objects to AM_INIT_AUTOMAKE | ||
5 | |||
6 | Without this you will get subdir-objects error which will cause | ||
7 | autoreconf to complete successfully. | ||
8 | |||
9 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | ||
10 | --- | ||
11 | spice-common/configure.ac | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/spice-common/configure.ac b/spice-common/configure.ac | ||
15 | index b5cb960..78f1360 100644 | ||
16 | --- a/spice-common/configure.ac | ||
17 | +++ b/spice-common/configure.ac | ||
18 | @@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR([build-aux]) | ||
19 | m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) | ||
20 | |||
21 | # Checks for programs | ||
22 | -AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip tar-ustar foreign -Wall -Werror]) | ||
23 | +AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip tar-ustar foreign subdir-objects -Wall -Werror]) | ||
24 | AM_MAINTAINER_MODE | ||
25 | AM_SILENT_RULES([yes]) | ||
26 | LT_INIT | ||
27 | -- | ||
28 | 1.8.3.2 | ||
29 | |||