Your message dated Sat, 21 Oct 2006 10:47:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389558: fixed in autoconf 2.60a-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: autoconf
Version: 2.60a-3
Severity: normal
AC_PROG_GCC_TRADITIONAL tests if $ac_cv_prog_gcc_traditional is set to
"yes" or "no";
if ac_cv_prog_gcc_traditional is not set, then the comparision yields an
error.
the (expanded) shell code looks like:
if test $ac_cv_prog_gcc_traditional = no; then
while it really should look more like
if test "x$ac_cv_prog_gcc_traditional" = "xno"; then
this occurs 2 times (once with "no", once with "yes")
mf.adr
IOhannes
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages autoconf depends on:
ii debianutils 2.17 Miscellaneous utilities specific t
ii m4 1.4.4-1 a macro processing language
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
Versions of packages autoconf recommends:
ii automake1.8 [automaken] 1.8.5+nogfdl-1 A tool for generating GNU Standard
ii automake1.9 [automaken] 1.9.6+nogfdl-2 A tool for generating GNU Standard
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: autoconf
Source-Version: 2.60a-4
We believe that the bug you reported is fixed in the latest version of
autoconf, which is due to be installed in the Debian FTP archive:
autoconf_2.60a-4.diff.gz
to pool/main/a/autoconf/autoconf_2.60a-4.diff.gz
autoconf_2.60a-4.dsc
to pool/main/a/autoconf/autoconf_2.60a-4.dsc
autoconf_2.60a-4_all.deb
to pool/main/a/autoconf/autoconf_2.60a-4_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ben Pfaff <[EMAIL PROTECTED]> (supplier of updated autoconf package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 21 Oct 2006 10:29:03 -0700
Source: autoconf
Binary: autoconf
Architecture: source all
Version: 2.60a-4
Distribution: unstable
Urgency: low
Maintainer: Ben Pfaff <[EMAIL PROTECTED]>
Changed-By: Ben Pfaff <[EMAIL PROTECTED]>
Description:
autoconf - automatic configure script builder
Closes: 389558
Changes:
autoconf (2.60a-4) unstable; urgency=low
.
* lib/autoconf/c.m4: Apply patch from Ralf Wildenhues
<[EMAIL PROTECTED]> to fix problem with AC_PROG_GCC_TRADITIONAL.
Thanks to IOhannes m zmoelnig <[EMAIL PROTECTED]> for reporting this
bug. Closes: #389558.
.
* debian/rules: Add do-nothing binary-arch target, to conform with policy.
.
* debian/control: Move debhelper from Build-Depends-Indep to
Build-Depends, because debhelper is needed in the clean target, to
conform with policy. Update standards version.
Files:
a7d7320170cd8fee5af1a59005938c04 904 devel optional autoconf_2.60a-4.dsc
d2b3e48b4da7948c3809e23b3e898403 18534 devel optional autoconf_2.60a-4.diff.gz
d8da3be6820f0e001711b0bbb8c0cb48 444106 devel optional autoconf_2.60a-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iQEVAwUBRTpZ47f2jhx5fmQdAQLPoAf/UwskMOA7gs5lz04u/GSPz4MVK3tXBjDN
0bHNnHfE01qRpjU7S98wkjkZt6NvrwhryiTwN1RNy+DRvtxcpd/Mw0hfPKPEFN0v
X+i2VO6AuUJgw5VOSZzElSBvC8aJ6P7WWiip+z6LnuyFmcPydwjgUXUT2vqxDmHV
k3adnV74lZ9GogPuq9jboyWZLFs1NJRvMuAD1uNeN1iSBOcu8MMnsPOo9NDYgyxY
Q1FWZ121zc1y9WBJ/wnkziUowSt6gf/7cle3BVW+cPYb4OpILWilRaNqHCM7YMdq
Ho8Wg38JRFe5l/5oX2YmMZrGWkPSKbdeWgKQ4sTTfhVFmazqSPd18g==
=pYPF
-----END PGP SIGNATURE-----
--- End Message ---