From: Pavel Roskin Date: Thu, 28 Sep 2000 14:39:55 +0000 (+0000) Subject: * acgeneral.m4 (_AC_OUTPUT_FILES): Fixed exit status. X-Git-Tag: autoconf-2.50~599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a245415e4002c542e2a356ece844f61b9d6442c2;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_OUTPUT_FILES): Fixed exit status. (_AC_OUTPUT_HEADERS): Exit if the header template is missing. --- diff --git a/ChangeLog b/ChangeLog index 9f4e6a998..801a45902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 Pavel Roskin + + * acgeneral.m4 (_AC_OUTPUT_FILES): Fixed exit status. + (_AC_OUTPUT_HEADERS): Exit if the header template is missing. + 2000-09-28 Pavel Roskin * acfunctions.m4: Formatting fixes. diff --git a/acgeneral.m4 b/acgeneral.m4 index 0691c4f5d..59c937ab2 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -4775,7 +4775,7 @@ AC_PROVIDE_IFELSE([AC_PROG_INSTALL], AC_MSG_ERROR([cannot find input file \\`$f']) fi;; esac - done` || exit 1 + done` || { (exit 1); exit; } EOF cat >>$CONFIG_STATUS <$tmp/in diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 0691c4f5d..59c937ab2 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -4775,7 +4775,7 @@ AC_PROVIDE_IFELSE([AC_PROG_INSTALL], AC_MSG_ERROR([cannot find input file \\`$f']) fi;; esac - done` || exit 1 + done` || { (exit 1); exit; } EOF cat >>$CONFIG_STATUS <$tmp/in