** New files:
* Comes with config.sub and config.guess.
-* Uses config.h.bot if present, analogous to config.h.top.
* Uses config.cache to cache test results. An alternate cache file
can be selected with the --cache-file=FILE option.
not before them.
* AC_PROG_INSTALL looks for install.sh in the directory specified by
AC_CONFIG_AUX, or srcdir or srcdir/.. by default.
-* AC_OUTPUT correctly creates multiple header files.
** New utilities:
* autoscan to generate a preliminary configure.in for a package by
* autoreconf to recursively remake configure and configuration header
files in a source tree.
\f
+Major changes in release 1.10:
+
+* autoheader uses config.h.bot if present, analogous to config.h.top.
+* AC_PROG_INSTALL looks for install.sh in srcdir or srcdir/.. and
+ never uses cp.
+* AC_PROG_CXX looks for cxx as a C++ compiler.
+
+Plus several bugs fixed.
+\f
Major changes in release 1.9:
* AC_YYTEXT_POINTER replaces AC_DECLARE_YYTEXT.