Your message dated Tue, 26 Aug 2014 23:26:33 +0000
with message-id <[email protected]>
and subject line Bug#742427: Removed package(s) from unstable
has caused the Debian Bug report #418434,
regarding automake1.9: 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.)


-- 
418434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418434
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: automake1.9
Version: 1.9.6+nogfdl-3
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-01-09 15:04:08.000000000 +0200
+++ m4/options.m4	2007-04-09 20:18:58.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.9.6+nogfdl-4+rm

Dear submitter,

as the package automake1.9 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/742427

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to