From: David MacKenzie Date: Fri, 8 Apr 1994 17:23:49 +0000 (+0000) Subject: Mention new args. X-Git-Tag: fsf-origin~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bdc640290aabd9f4419a216ad211f290dfdae6;p=thirdparty%2Fautoconf.git Mention new args. --- diff --git a/NEWS b/NEWS index bed3253c7..f36716323 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,7 @@ Major changes in release 1.8: ** New or changed command line options: * configure accepts --enable-FEATURE[=ARG] and --disable-FEATURE options. * configure accepts --without-PACKAGE, which sets withval=no. +* configure accepts --x-includes=DIR and --x-libraries=DIR. * Giving --with-PACKAGE no argument sets withval=yes instead of withval=1. * configure accepts --help, --version, --silent/--quiet, --no-create options. * configure accepts and ignores most other Cygnus configure options, and @@ -28,7 +29,7 @@ Major changes in release 1.8: ** Paths and other changes: * Relative srcdir values are not made absolute. -* The values of @prefix@ and @exec_prefix@ get substituted. +* The values of @prefix@ and @exec_prefix@ and @top_srcdir@ get substituted. * Autoconf library files are installed in ${datadir}/autoconf, not ${datadir}. * autoheader optionally copies config.h.top to the beginning of config.h.in. * The example Makefile dependencies for configure et al. work better.