summaryrefslogtreecommitdiffstats
path: root/src/util/autoconf/NEWS
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-12-24 21:16:42 +0000
committerTom Yu <tlyu@mit.edu>1996-12-24 21:16:42 +0000
commita3a8da660398f5794a87baf9d4b3dde0936ed939 (patch)
treed40461aad13ae621cae3e6c27aed2dcec26d4410 /src/util/autoconf/NEWS
parent284972faefe854815fba7bd2c96cf99011be380e (diff)
update to autoconf-2.12
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9689 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/autoconf/NEWS')
-rw-r--r--src/util/autoconf/NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/util/autoconf/NEWS b/src/util/autoconf/NEWS
index aa01cad1f..dc8e6e1e7 100644
--- a/src/util/autoconf/NEWS
+++ b/src/util/autoconf/NEWS
@@ -1,3 +1,27 @@
+Major changes in release 2.12:
+
+* AC_OUTPUT and AC_CONFIG_HEADER can create output files by
+ concatenating multiple input files separated by colons, like so:
+ AC_CONFIG_HEADER(config.h:conf.pre:config.h.in:conf.post)
+ AC_OUTPUT(Makefile:Makefile.in:Makefile.rules)
+ The arguments may be shell variables, to compute the lists on the fly.
+* AC_LINK_FILES and AC_CONFIG_SUBDIRS may be called multiple times.
+* New macro AC_OUTPUT_COMMANDS adds more commands to run in config.status.
+* Bug fixes.
+
+Major changes in release 2.11:
+
+* AC_PROG_CC and AC_PROG_CXX check whether the compiler works.
+ They also default CFLAGS/CXXFLAGS to "-g -O2" for gcc, instead of "-g -O".
+* AC_REPLACE_FUNCS defines HAVE_foo if the system has the function `foo'.
+* AC_CONFIG_HEADER expands shell variables in its argument.
+* New macros: AC_FUNC_FNMATCH, AC_FUNC_SETPGRP.
+* The "checking..." messages and the source code for test programs that
+ fail are saved in config.log.
+* Another workaround has been added for seds with small command length limits.
+* config.sub and config.guess recognize more system types.
+* Bug fixes.
+
Major changes in release 2.10:
* Bug fixes.