From: David MacKenzie Date: Fri, 18 Mar 1994 07:59:58 +0000 (+0000) Subject: new stuff so far. X-Git-Tag: fsf-origin~791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3da1f649ef3f9d3b60bb464c8d7bcf7aff83a8;p=thirdparty%2Fautoconf.git new stuff so far. --- diff --git a/NEWS b/NEWS index fcc38ad1a..9bf1f5bf2 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ Major changes in release 1.8: -* AC_PROG_INSTALL uses install.sh instead of cp if it's found. +* Relative srcdir values are not made absolute. +* 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. Major changes in release 1.7: