summaryrefslogtreecommitdiff
path: root/devel/autoconf/patches
AgeCommit message (Collapse)AuthorFilesLines
2001-08-28Backout upgrade of autoconf by popular demand.skrll4-24/+47
2001-08-26update autoconf to 2.52. Some changes:hubertf4-47/+24
- 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!
1999-12-28RCS tag addedwiz1-0/+1
1999-09-08Prefer our awk to mawk (weak depends alert!)hubertf1-0/+11
1999-01-06Update autoconf to 2.13.frueauf3-25/+20
To cite announce on freshmeat for Changes: Various bugfixes and enhancements collected during the past two years since the last release. Way too many to mention them all here. The ChangeLog is included in the package.
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1997-10-06Initial import of FreeBSD devel ports into NetBSDagc3-0/+48
packages system.