diff options
author | skrll <skrll@pkgsrc.org> | 2001-08-26 10:32:18 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-08-26 10:32:18 +0000 |
commit | ec3aee670c1cf560cceb843f28236eb94684cf6a (patch) | |
tree | dbe1614ef3af298b3ecf46c5a18a28d7ca2fcabc /devel/automake | |
parent | d2e77887868612aa0a01d5f9b272ec618eb893b8 (diff) | |
download | pkgsrc-ec3aee670c1cf560cceb843f28236eb94684cf6a.tar.gz |
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 5 | ||||
-rw-r--r-- | devel/automake/distinfo | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index f5270baab30..9faa4785777 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2001/02/16 14:38:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/08/26 10:32:19 skrll Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp # -DISTNAME= automake-1.4 +DISTNAME= automake-1.4-p5 +PKGNAME= ${DISTNAME:C/-p/./}nb1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} diff --git a/devel/automake/distinfo b/devel/automake/distinfo index bcb55b47ae7..6c8496db0cc 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/04/21 00:44:11 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/08/26 10:32:19 skrll Exp $ -SHA1 (automake-1.4.tar.gz) = 1741c9d73d36e37139adeab4d905049d509f9454 -Size (automake-1.4.tar.gz) = 353241 bytes +SHA1 (automake-1.4-p5.tar.gz) = f8368e47a7b8f879aaa0c828664b680efd9e455f +Size (automake-1.4-p5.tar.gz) = 376992 bytes SHA1 (patch-aa) = 70ecb085bfe05f256bcaf4315e7a6e296b2749c0 SHA1 (patch-ab) = 0c4936c28c39efff28b3d388d5b6849a3f9b2eab +SHA1 (patch-ac) = 022970160039f517f38bc14b92f002e9623d9bf8 |