From: Derek Price Date: Fri, 28 Mar 2003 21:41:39 +0000 (+0000) Subject: * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES, X-Git-Tag: AUTOCONF-2.57a~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf4bcbbf91892d53d5abd4f34afdbabdb162fa48;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES, HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and use new diversions in preparation for accepting new arguments and allowing scripting around tests. (OPTIONS,TAIL): Remove these diversions to make way for the ones above. --- diff --git a/ChangeLog b/ChangeLog index 13c26cd36..c5f95255b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,8 +21,11 @@ 2003-03-27 Derek Price - * lib/autotest/general.m4: Define and use new diversions in preparation - for accepting new arguments and allowing scripting around tests. + * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES, + HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and + use new diversions in preparation for accepting new arguments and + allowing scripting around tests. + (OPTIONS,TAIL): Remove these diversions to make way for the ones above. 2003-03-26 Derek Price