Your message dated Sun, 25 Jan 2015 01:59:48 -0500
with message-id <20150125065948.GB7871@gambit>
and subject line Re: Bug#418433: automake: provided m4 files produce autoconf 
warnings
has caused the Debian Bug report #418433,
regarding automake: provided m4 files produce autoconf warnings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
418433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418433
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: automake
Version: 1:1.10+nogfdl-1
Severity: wishlist
Tags: patch
Usertags: autoconf-warning

Hi,

When using «autoreconf -fi -Wall» the m4 provided files trigger
autoconf warnings, which is quite annoying as it makes it more
difficult to see what are the warnings on your configure.ac or m4
files.

The attached patch fixes this.

regards,
guillem
--- m4/options.m4	2005-07-09 10:28:20.000000000 +0300
+++ m4/options.m4	2007-04-09 20:28:30.000000000 +0300
@@ -23,7 +23,7 @@ AC_DEFUN([_AM_SET_OPTION],
 # ----------------------------------
 # OPTIONS is a space-separated list of Automake options.
 AC_DEFUN([_AM_SET_OPTIONS],
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+[m4_foreach_w([_AM_Option],[$1],[_AM_SET_OPTION(_AM_Option)])])
 
 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 # -------------------------------------------

--- End Message ---
--- Begin Message ---
Version: 1:1.12-1

Sorry for not dealing with this earlier, this was fixed in automake 1.12. 

* Guillem Jover ([email protected]) wrote:
> Package: automake
> Version: 1:1.10+nogfdl-1
> Severity: wishlist
> Tags: patch
> Usertags: autoconf-warning
> 
> Hi,
> 
> When using «autoreconf -fi -Wall» the m4 provided files trigger
> autoconf warnings, which is quite annoying as it makes it more
> difficult to see what are the warnings on your configure.ac or m4
> files.
> 
> The attached patch fixes this.
> 
> regards,
> guillem

> --- m4/options.m4     2005-07-09 10:28:20.000000000 +0300
> +++ m4/options.m4     2007-04-09 20:28:30.000000000 +0300
> @@ -23,7 +23,7 @@ AC_DEFUN([_AM_SET_OPTION],
>  # ----------------------------------
>  # OPTIONS is a space-separated list of Automake options.
>  AC_DEFUN([_AM_SET_OPTIONS],
> -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
> +[m4_foreach_w([_AM_Option],[$1],[_AM_SET_OPTION(_AM_Option)])])
>  
>  # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
>  # -------------------------------------------


-- 
Eric Dorland <[email protected]>
43CF 1228 F726 FD5B 474C  E962 C256 FBD5 0022 1E93

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to