From: Akim Demaille Date: Thu, 30 Nov 2000 17:35:16 +0000 (+0000) Subject: Adjust comments. X-Git-Tag: autoconf-2.50~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4867f191cb4adb4bba44d96fd71840a734f8d9e9;p=thirdparty%2Fautoconf.git Adjust comments. --- diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index d7dd96738..8ad614ba0 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -104,7 +104,6 @@ AS_UNSET([CDPATH], [:]) # We cannot simply use "exit N" because some shells (zsh and Solaris sh) # will not set $? to N while running the code set by "trap 0" # So we set $? by executing "exit N" in the subshell and then exit. -# "false" is used for exit code 1 (default), ":" is used for 0 m4_define([AS_EXIT], [{ (exit m4_default([$1], 1)); exit; }]) diff --git a/m4sh.m4 b/m4sh.m4 index d7dd96738..8ad614ba0 100644 --- a/m4sh.m4 +++ b/m4sh.m4 @@ -104,7 +104,6 @@ AS_UNSET([CDPATH], [:]) # We cannot simply use "exit N" because some shells (zsh and Solaris sh) # will not set $? to N while running the code set by "trap 0" # So we set $? by executing "exit N" in the subshell and then exit. -# "false" is used for exit code 1 (default), ":" is used for 0 m4_define([AS_EXIT], [{ (exit m4_default([$1], 1)); exit; }])