diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-26 20:44:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-26 20:44:23 +0000 |
commit | 714d4ce9ce4bdaf22cd08c8b8abaf3a868126899 (patch) | |
tree | f72acc607b9e230b7837e12391084823c2babe03 /devel/autoconf/distinfo | |
parent | 32423096e3679bf9efed1b6c5830dd46b38f1fe6 (diff) | |
download | pkgsrc-714d4ce9ce4bdaf22cd08c8b8abaf3a868126899.tar.gz |
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!
Diffstat (limited to 'devel/autoconf/distinfo')
-rw-r--r-- | devel/autoconf/distinfo | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo index 2d1eee3b7ff..b97c4ad70d9 100644 --- a/devel/autoconf/distinfo +++ b/devel/autoconf/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/04/21 00:44:11 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/08/26 20:44:23 hubertf Exp $ -SHA1 (autoconf-2.13.tar.gz) = e4826c8bd85325067818f19b2b2ad2b625da66fc -Size (autoconf-2.13.tar.gz) = 443844 bytes -SHA1 (patch-aa) = f31397e3feda41b4493905f03d20b0db354bb3b4 -SHA1 (patch-ab) = 27fd826a2e9be84cab8b050c6314343fe062a726 -SHA1 (patch-ac) = 3a2ba2e7505e7f1476c17142839c1890cba2e4d4 -SHA1 (patch-ad) = 640b838fed5e04586e940a5dad543903e4f8be9a +SHA1 (autoconf-2.52.tar.gz) = 6f7baa3a924a348df3a231817dacf659a3ecdf6b +Size (autoconf-2.52.tar.gz) = 846656 bytes +SHA1 (patch-aa) = 94b9f41da21b752ba14d87936a48df3e6f7cdee0 +SHA1 (patch-ac) = d26fad78439179d8754cf21ba7efc2a1a3c73fe5 +SHA1 (patch-ad) = 57ccb006e7468dc9e13031d15d82aae6bb1b88d0 |