auto-import changelog data from autoconf-2.13-9lws1.src.rpm

Fri Nov 17 2000 Yukihiro Nakai <ynakai@redhat.com>
- Add RHL7.x fix for exit() function.
This commit is contained in:
cvsdist 2004-09-09 03:18:24 +00:00
parent 35ebdbbb7e
commit 3c8700a4a1

View File

@ -1,13 +1,14 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.13
Release: 9
Release: 9lws1
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
Prereq: /sbin/install-info
Requires: gawk, m4, mktemp, perl, textutils
BuildArchitectures: noarch
@ -34,6 +35,7 @@ their use.
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch10 -p1 -b .rhl7x
%build
%configure
@ -71,6 +73,9 @@ fi
%{_datadir}/autoconf
%changelog
* Fri Nov 17 2000 Yukihiro Nakai <ynakai@redhat.com>
- Add RHL7.x fix for exit() function.
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- add textutils as a dependency (#14439)