From: David MacKenzie Date: Fri, 6 May 1994 11:56:43 +0000 (+0000) Subject: Mention AC_TEST_LINK. X-Git-Tag: fsf-origin~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9fb756281d32befc4c7f5652bf4bfa2b1562681;p=thirdparty%2Fautoconf.git Mention AC_TEST_LINK. --- diff --git a/NEWS b/NEWS index b4c745d33..38f6f3519 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ Major changes in release 2.0: * AC_CONFIG_AUX, AC_SYSTEM_TYPE, 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 + order to use results caching. ** Changed macros: * AC_OUTPUT adds the "automatically generated" comment after "#!" lines,