New stuff.

This commit is contained in:
David MacKenzie 1994-03-19 21:52:45 +00:00
parent 1a77e2a979
commit 9cadbf3acd

7
NEWS
View File

@ -1,11 +1,14 @@
Major changes in release 1.8:
* Relative srcdir values are not made absolute.
* New macros AC_LANG_C, AC_LANG_CPLUSPLUS, AC_LANG_SAVE, AC_LANG_RESTORE,
AC_PROG_CXX, AC_PROG_CXXCPP, AC_REQUIRE_CPP
for checking both C++ and C features in one configure script.
* New macros AC_FIND_XTRA, AC_MMAP.
* AC_FIND_X looks for X in more places.
* AC_PROG_INSTALL defaults to install.sh instead of cp, if it's in srcdir.
install.sh is distributed with Autoconf.
* AC_OUTPUT adds its comments in C format when substituting in C files.
* New macro AC_FIND_XTRA.
* Relative srcdir values are not made absolute.
Major changes in release 1.7: