auto-import changelog data from autoconf-2.13-10.src.rpm

Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 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
This commit is contained in:
cvsdist 2004-09-09 03:18:33 +00:00
parent 3c8700a4a1
commit 7b269c70b6

View File

@ -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 <ynakai@redhat.com>
- Add RHL7.x fix for exit() function.
* Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 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 <nalin@redhat.com>
- add textutils as a dependency (#14439)