Bug#395466: AM_PATH_CHECK causes possibly undefined macro errors

2006-10-27 Thread Josh Triplett
Package: check Version: 0.9.4-1 Severity: grave Tags: patch upstream [Justification: breaks any package using the AM_PATH_CHECK macro in configure.ac] AM_PATH_CHECK uses AC_MSG_WARN to warn about the deprecation of AM_PATH_CHECK in favor of PKG_CHECK_MODULES. However, this causes the following

Bug#395466: AM_PATH_CHECK causes possibly undefined macro errors

2006-10-27 Thread Ralf Wildenhues
[ http://bugs.debian.org/395466 ] Hello Josh, * Josh Triplett wrote on Fri, Oct 27, 2006 at 09:33:30AM CEST: --- check.m4.orig 2006-10-13 12:24:41.0 -0700 +++ check.m4 2006-10-26 23:55:54.0 -0700 @@ -4,8 +4,9 @@ AC_DEFUN([AM_PATH_CHECK], [ -

Bug#395466: AM_PATH_CHECK causes possibly undefined macro errors

2006-10-27 Thread Paul Eggert
Ralf Wildenhues [EMAIL PROTECTED] writes: It is broken, the bug should be moved to this package, and to fix it, the package should add something like m4_pattern_allow([^AM_PATH_CHECK$]) to its macro. I agree that the bug should be moved to the 'check' package. As I understand it, the

Bug#395466: AM_PATH_CHECK causes possibly undefined macro errors

2006-10-27 Thread Josh Triplett
Ralf Wildenhues wrote: [ http://bugs.debian.org/395466 ] Hello Josh, * Josh Triplett wrote on Fri, Oct 27, 2006 at 09:33:30AM CEST: --- check.m4.orig2006-10-13 12:24:41.0 -0700 +++ check.m4 2006-10-26 23:55:54.0 -0700 @@ -4,8 +4,9 @@ AC_DEFUN([AM_PATH_CHECK], [