diff options
Diffstat (limited to 'meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch')
-rw-r--r-- | meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch b/meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch deleted file mode 100644 index 61bdf1d42a..0000000000 --- a/meta-oe/recipes-support/check/files/check-m4-am-path-check-use-quadrigraphs-in-macro-names-to-unbreak-autoconf.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Imported from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395466 | ||
2 | |||
3 | -Khem | ||
4 | Index: check-0.9.5/check.m4 | ||
5 | =================================================================== | ||
6 | --- check-0.9.5.orig/check.m4 | ||
7 | +++ check-0.9.5/check.m4 | ||
8 | @@ -4,8 +4,8 @@ dnl | ||
9 | |||
10 | AC_DEFUN([AM_PATH_CHECK], | ||
11 | [ | ||
12 | - AC_MSG_WARN([[AM_PATH_CHECK() is deprecated]]) | ||
13 | - AC_MSG_WARN([[use PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]]) | ||
14 | + AC_MSG_WARN([A@&t@M_PATH_CHECK() is deprecated]) | ||
15 | + AC_MSG_WARN([[use P@&t@KG_CHECK_MODULES([CHECK], [check >= 0.9.4]) instead]]) | ||
16 | AC_ARG_WITH([check], | ||
17 | [ --with-check=PATH prefix where check is installed [default=auto]]) | ||
18 | |||