From: David MacKenzie Date: Tue, 10 May 1994 01:54:59 +0000 (+0000) Subject: various changes X-Git-Tag: fsf-origin~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feac836459a7d3799eb8550b691115435a9d9f58;p=thirdparty%2Fautoconf.git various changes --- diff --git a/NEWS b/NEWS index 38f6f3519..9dfac2209 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Major changes in release 2.0: ** New macros: * AC_CACHE_VAL to share results of tests between configure runs. -* AC_CONFIG_AUX, AC_SYSTEM_TYPE, AC_SUBST_FILE, AC_MAKE_LINKS to +* AC_CONFIG_AUX, AC_CANON_SYSTEM, AC_SUBST_FILE, AC_MAKE_LINKS to support deciding unguessable features based on the host and target types. * AC_CONFIG_SUBDIRS to recursively configure a source tree. * AC_TEST_LINK which should be used instead of AC_COMPILE_CHECK, in @@ -16,8 +16,10 @@ Major changes in release 2.0: ** Changed macros: * AC_OUTPUT adds the "automatically generated" comment after "#!" lines, not before them. +* AC_OUTPUT does not replace "prefix" and "exec_prefix" in generated + files when they are not enclosed in @ signs. * AC_PROG_INSTALL looks for install.sh in the directory specified by - AC_CONFIG_AUX, or srcdir or srcdir/.. by default. + AC_CONFIG_AUX, or srcdir or srcdir/.. or srcdir/../.. by default. ** New utilities: * autoscan to generate a preliminary configure.in for a package by