Package: autoconf2.13 / 2.13-69

Metadata

Package Version Patches format
autoconf2.13 2.13-69 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
avoid find.pl.patch | (download)

autoscan.pl | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 do not us deprecated find.pl in autoscan.pl
 autoscan.pl, as shipped by autoconf2.13 currently uses find.pl, a perl 4 era 
 library, which is deprecated and will not be part of perl 5.16. Even now, now 
 using autoscan.pl emits warnings about find.pl deprecation.
 .
 This patch adapts autoscan.pl to use the File::Find module (also part
 of Perl core).
config update.patch | (download)

config.guess | 729 563 + 166 - 0 !
config.sub | 490 435 + 55 - 0 !
2 files changed, 998 insertions(+), 221 deletions(-)

 updates to config.guess, config.sub
 These update the Autoconf 2.13 versions of these scripts to the versions
 that were current in 2000.  The update in 2000 was due to to a user
 request.  It might make sense to use even newer versions, but in absence
 of requests I'm not going to update autoconf2.13 further.
Bug-Debian: http://bugs.debian.org/76741
other debian.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
acgeneral.m4 | 3 2 + 1 - 0 !
acspecific.m4 | 23 14 + 9 - 0 !
autoconf.1 | 126 126 + 0 - 0 !
autoconf.sh | 5 3 + 2 - 0 !
autoconf.texi | 18 9 + 9 - 0 !
autoheader.1 | 197 197 + 0 - 0 !
autoheader.sh | 4 2 + 2 - 0 !
autoreconf.1 | 165 165 + 0 - 0 !
autoreconf.sh | 15 9 + 6 - 0 !
autoscan.1 | 122 122 + 0 - 0 !
autoupdate.1 | 97 97 + 0 - 0 !
autoupdate.sh | 5 2 + 3 - 0 !
config.h.in | 1 1 + 0 - 0 !
configure | 8 4 + 4 - 0 !
ifnames.1 | 98 98 + 0 - 0 !
make-stds.texi | 11 5 + 6 - 0 !
standards.info | 520 258 + 262 - 0 !
18 files changed, 1115 insertions(+), 305 deletions(-)

 uncategorized patches for autoconf2.13
 These patches have accumulated for autoconf2.13 over the years.  I have
 not yet taken the time to split them out and individually describe them.
 It is likely that debian/changelog entries account for most of them.