Subject: CVS commit: pkgsrc/devel/autoconf
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 08/26/2001 23:44:25
Module Name: pkgsrc
Committed By: hubertf
Date: Sun Aug 26 20:44:25 UTC 2001
Modified Files:
pkgsrc/devel/autoconf: Makefile distinfo
pkgsrc/devel/autoconf/patches: patch-aa patch-ac patch-ad
pkgsrc/devel/autoconf/pkg: PLIST
Removed Files:
pkgsrc/devel/autoconf/patches: patch-ab
Log Message:
update autoconf to 2.52. Some changes:
- Quadrigraphs
This feature was present in autoconf 2.50 but was not documented.
For example, `@<:@' is translated to `[' just before output. This
is useful when writing strings that contain unbalanced quotes, or
other hard-to-quote constructs.
- m4_pattern_forbid, m4_pattern_allow
- Using autoscan to maintain a configure.ac.
- Fixed Fortran name-mangling and link tests on a number of systems,
e.g. NetBSD; see AC_F77_DUMMY_MAIN, below.
- cross-compilation
$build defaults to `config.guess`, $host to $build, and then $target
to $host.
Cross-compilation is a global status of the package, it no longer
depends upon the current language.
Cross compilation is enabled iff the user specified `--host'.
`configure' now fails if it can't run the executables it compiles,
unless cross-compilation is enabled.
- Cache file
The cache file is disabled by default. The new options
`--config-cache', `-C' set the cache to `config.cache'.
... and many others, esp. bugfixes. Check the docs!
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/autoconf/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/autoconf/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/autoconf/patches/patch-aa \
pkgsrc/devel/autoconf/patches/patch-ac
cvs rdiff -r1.3 -r0 pkgsrc/devel/autoconf/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/autoconf/patches/patch-ad
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/autoconf/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.