Package: autoconf2.13
Version: 2.13-54
Severity: normal
Tags: patch

autoconf --force works only with 2.50+.  Kurt Roeckx uncovered this
while testing unreleased libtool:  
http://lists.gnu.org/archive/html/bug-libtool/2005-12/msg00002.html
I'm putting a fix into libtool's test suite (give the archives a day for
it to show up), but adding this patch to the wrapper should be a good
idea, too.  Applies to unstable version as well.

Cheers,
Ralf

--- /usr/bin/autoconf.orig      2005-12-16 18:29:47.000000000 +0100
+++ /usr/bin/autoconf   2005-12-16 18:29:51.000000000 +0100
@@ -22,6 +22,10 @@
     if ($mode eq 'autoreconf' && $arg eq '--install') {
        ac250 ();
     }
+    # --force was added to autoconf around version 2.53
+    elsif (($mode eq 'autoconf' || $mode eq 'autoheader') && $arg eq 
'--force') {
+       ac250 ();
+    }
     # Most options don't tell us anything or need any special handling.
     elsif (/--v.+/ || $arg eq '-V'
        || $arg eq '--verbose' || $arg eq '-v'

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages autoconf2.13 depends on:
ii  autoconf                      2.59a-3    automatic configure script builder
ii  debianutils                   2.8.4      Miscellaneous utilities specific t
ii  m4                            1.4.2-1    a macro processing language
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 
ii  perl-modules [libfile-temp-pe 5.8.4-8    Core Perl modules

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to