diff --git a/autoconf.spec b/autoconf.spec index 3dfcb79..87ac576 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,14 +1,14 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.13 -Release: 9lws1 +Release: 10 Copyright: GPL Group: Development/Tools Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz Patch0: autoconf-2.12-race.patch Patch1: autoconf-2.13-mawk.patch Patch2: autoconf-2.13-notmp.patch -Patch10: autoconf-2.13-exit.patch +Patch3: autoconf-2.13-glibc22.patch Prereq: /sbin/install-info Requires: gawk, m4, mktemp, perl, textutils BuildArchitectures: noarch @@ -35,7 +35,7 @@ their use. %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch10 -p1 -b .rhl7x +%patch3 -p1 -b .glibc22 %build %configure @@ -73,8 +73,12 @@ fi %{_datadir}/autoconf %changelog -* Fri Nov 17 2000 Yukihiro Nakai -- Add RHL7.x fix for exit() function. +* Wed Nov 29 2000 Bernhard Rosenkraenzer +- Fix up interoperability with glibc 2.2 and gcc 2.96: + AC_TRY_RUN_NATIVE in C++ mode added a prototype for exit() to + the test code without throwing an exception, causing a conflict + with stdlib.h --> AC_TRY_RUN_NATIVE for C++ code including stdlib.h + always failed, returning wrong results * Fri Jul 21 2000 Nalin Dahyabhai - add textutils as a dependency (#14439)