Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
atomic.patch | Make autom4te atomically replace its output file. Upstream is not interested in this patch; see Forwarded: URL. | Ben Pfaff <pfaffben@debian.org> | yes | debian | 2006-05-25 | |
stricter-versioning.patch | Invalidate the Autom4te cache more aggressively. Upstream only invalidates the Autom4te cache if it is older than auto4mte, but this only works well if the autom4te binary date reflects the date when it was installed. In debian, the autom4te binary date is instead the date when it was built, which doesn't guarantee that caches will be properly invalidated. . Upstream may be interested, but requested some changes that have not yet been made; see the Forwarded: URL. |
Ben Pfaff <pfaffben@debian.org> | yes | debian | 2003-11-10 | |
texinfo.patch | Fix build error with texinfo 5.1. Backported from a patch applied upstream. diff --git i/doc/autoconf.texi w/doc/autoconf.texi index 78a2c67..506d966 100644 |
Patrice Dumas, Eric Blake | yes | debian | 2013-08-11 | |
avoid-undefined-behavior-for-32bit-off_t.patch | Fix undefined behavior for 32-bit off_t. autoconf (2.69-6) unstable; urgency=low . * lib/autoconf/specific.m4: Use ((off_t) 1 << 31) << 31 in place of (off_t) 1 << 62 to avoid undefined behavior when off_t is 32-bit. Closes: #742780. Thanks to Mathieu Malaterre <malat@debian.org> for reporting this bug. |
Ben Pfaff <pfaffben@debian.org> | invalid | debian | ||
AM_PROG_LIBTOOL.patch | Make autoreconf recognize AM_PROG_LIBTOOL too . during the "getting the main packages ready"-campaign for ppc64el I noticed that dh-autoreconf doesn't work if a package uses AM_PROG_LIBTOOL but works with AC_PROG_LIBTOOL though both makros should behave the same (and are both deprecated) according to http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html A sample package for this is version 0.4.5+cvs20030824-7 of smpeg (I will upload an NMU now for that package, because it prevents the build of kde4libs). . The following patch changes this behaviour, and would save quite many sourceful uploads, so I'd ask you to check the fix and if applicable upload it soon. That would really be a great help for this / all future ports of Debian (though of course packages should be fixed to not use deprecated macros, but that's something else). |
Andreas Barth <aba@ayous.org> | invalid | debian | ||
unescaped-left-brace-warning-fix.patch | bin/autoscan.in: Fix "unescaped left brace" warning from Perl. Requested by Paul Wise <pabs@debian.org>. Closes: #818855. |
Ben Pfaff <pfaffben@debian.org> | no | debian | ||
mmap-leak-fix.patch | [PATCH] Fix memory leak in AC_FUNC_MMAP * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Fix memory leak in test case, found by configuring with gcc -fsanitize=address. |
Paul Eggert <eggert@cs.ucla.edu> | no | 2016-02-05 | ||
0001-doc-port-to-Texinfo-6.3.patch | doc: port to Texinfo 6.3 * doc/autoconf.texi: Remove obsolete @setcontentsaftertitlepage that provokes a warning from Texinfo 6.3. |
Paul Eggert <eggert@cs.ucla.edu> | no | 2016-09-13 |