From: Paul Eggert Date: Mon, 8 Oct 2001 04:17:08 +0000 (+0000) Subject: * doc/autoconf.texi (config.status Invocation): X-Git-Tag: AUTOCONF-2.52f~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254aedfa6a9d781679fe5ce8ea1917f54e6f622c;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (config.status Invocation): CONFIG_SHELL defaults to a shell that supports LINENO if available. * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current shell does not support LINENO, and if CONFIG_SHELL is unset or empty, and if we can find a shell that does support LINENO, then set CONFIG_SHELL to that shell and then re-execute ourselves with CONFIG_SHELL. --- diff --git a/ChangeLog b/ChangeLog index 34e4e8f55..4818a2ce5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-10-07 Paul Eggert + + * doc/autoconf.texi (config.status Invocation): + CONFIG_SHELL defaults to a shell that supports LINENO if available. + + * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current + shell does not support LINENO, and if CONFIG_SHELL is unset or + empty, and if we can find a shell that does support LINENO, + then set CONFIG_SHELL to that shell and then re-execute + ourselves with CONFIG_SHELL. + 2001-10-05 Paul Eggert * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it