auto-import changelog data from automake-1.4p5-3.src.rpm

Wed Nov 14 2001 Jakub Jelinek <jakub@redhat.com> - 1.4p5-3
- fix lisp.am bug
This commit is contained in:
cvsdist 2004-09-09 03:21:09 +00:00
parent 249ea0e5c0
commit d838ad9ca8
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU tool for automatically creating Makefiles.
Name: automake
Version: 1.4p5
Release: 2
Release: 3
Copyright: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz
@ -11,6 +11,7 @@ Patch0: automake-1.4-19980208.patch
Patch1: automake-1.4-libtoolize.patch
Patch2: automake-1.4-subdir.patch
Patch3: automake-1.4-backslash.patch
Patch4: automake-1.4-lisp.patch
URL: http://sourceware.cygnus.com/automake
Requires: perl
Prereq: /sbin/install-info
@ -34,6 +35,7 @@ GNU's Autoconf package.
%patch1 -p0
%patch2 -p1 -b .subdir
%patch3 -p1 -b .backslash
%patch4 -p1 -b .lisp
%build
#./configure --prefix=%{_prefix}
@ -69,6 +71,9 @@ fi
%{_datadir}/aclocal
%changelog
* Wed Nov 14 2001 Jakub Jelinek <jakub@redhat.com> - 1.4p5-3
- fix lisp.am bug
* Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
- dont raise error when there is source in a subdirectory (bug #35156).
This was preventing automake from working in binutuls/gas