Your message dated Sun, 3 Jan 2016 09:40:19 -0800
with message-id <[email protected]>
and subject line Bug #102604: no longer relevant
has caused the Debian Bug report #102604,
regarding Consider reporting 2.50 for version if both present
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.)


-- 
102604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=102604
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: autoconf2.13
Version: 2.13-35
Severity: wishlist

Currently, with both 'autoconf' and 'autoconf2.13' installed,
'autoconf --version' returns 'Autoconf version 2.13'.  Can you
consider having this return 2.50 instead?  Here's a snippet from an
autogen.sh that would work better the other way:

...
set -e

if autoconf --version | head -1 | grep '2\.50' > /dev/null 2>&1; then
  cp configure.in-v2.50 configure.in
else
  cp configure.in-v2.13 configure.in
fi
...

(This is from Abiword CVS, if it matters.)

Thanks,
        Dylan Thurston

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux lilac 2.4.3 #1 Tue May 1 22:24:26 EDT 2001 i586
Locale: LANG=C, LC_CTYPE=C

Versions of packages autoconf2.13 depends on:
ii  autoconf                      2.50-8     automatic configure script builder
ii  debianutils                   1.15       Miscellaneous utilities specific t
ii  m4                            1.4-13     a macro processing language       
ii  perl                          5.6.1-5    Larry Wall's Practical Extraction 
ii  perl-modules [libfile-temp-pe 5.6.1-5    Core Perl modules.                



--- End Message ---
--- Begin Message ---
This bug report is tied to the wrapper script that was present in older
versions of the autoconf2.13 package.  These days, the wrapper script is
gone, so anyone who runs "autoconf --version" gets the 2.50+ version of
Autoconf and anyone who runs "autoconf2.13 --version" gets version
2.13.  I think that's a reasonable solution, so I'm closing this bug.

Please reopen this bug if you disagree (with an explanation, please).

Thanks,

Ben.

--- End Message ---

Reply via email to