From: David MacKenzie Date: Wed, 25 May 1994 01:20:29 +0000 (+0000) Subject: add AC_ARG_WITH and AC_ARG_ENABLE X-Git-Tag: fsf-origin~589 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98bfda160bc3c86974aaaad46dac728a66bc9cbe;p=thirdparty%2Fautoconf.git add AC_ARG_WITH and AC_ARG_ENABLE --- diff --git a/NEWS b/NEWS index ead6dd83e..32fecf2fe 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,12 @@ Major changes in release 2.0: ** New macros: * AC_CACHE_VAL to share results of tests between configure runs. -* AC_CONFIG_AUX, AC_CANON_SYSTEM, AC_SUBST_FILE, AC_MAKE_LINKS to +* AC_CONFIG_AUXDIR, 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 order to use results caching. +* AC_ARG_ENABLE and AC_ARG_WITH make AC_ENABLE and AC_WITH obsolete. ** Changed macros: * AC_OUTPUT adds the "automatically generated" comment after "#!" lines,