Package: autoconf / 2.72-4

Metadata

Package Version Patches format
autoconf 2.72-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
port ac_sys_largefile to cxx.patch | (download)

lib/autoconf/specific.m4 | 18 7 + 11 - 0 !
1 file changed, 7 insertions(+), 11 deletions(-)

 port ac_sys_largefile to c++
 Problem reported by Zack Weinberg
 <https://savannah.gnu.org/support/?110983>.
 * lib/autoconf/specific.m4 (_AC_SYS_YEAR2038_PROBE)
 (_AC_SYS_LARGEFILE_PROBE):
 In chatter, say its a CPPFLAGS option, not a CC option.
 (_AC_SYS_LARGEFILE_OPTIONS): Omit -n32, as we no longer
 need to worry about IRIX.
 (_AC_SYS_LARGEFILE_PROBE): Fiddle with CPPFLAGS, not CC,
 and dont worry about -n32.
mingw linker flags.patch | (download)

lib/autoconf/fortran.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 autoconf (2.72-4) experimental; urgency=medium
 .
   * Ack NMU.
   * Bump standards version to 4.7.2.
   * d/control: drop Rules-Requires-Root.
   * d/copyright: bump year.
   * d/watch: update to version 5.
   * Apply patch to keep linker flags for MinGW. (Closes: #1104466)
     Thanks Markus Mtzel.