(_AC_OUTPUT_HEADERS): Exit if the header template is missing.
+2000-09-28 Pavel Roskin <proski@gnu.org>
+
+ * acgeneral.m4 (_AC_OUTPUT_FILES): Fixed exit status.
+ (_AC_OUTPUT_HEADERS): Exit if the header template is missing.
+
2000-09-28 Pavel Roskin <proski@gnu.org>
* acfunctions.m4: Formatting fixes.
AC_MSG_ERROR([cannot find input file \\`$f'])
fi;;
esac
- done` || exit 1
+ done` || { (exit 1); exit; }
EOF
cat >>$CONFIG_STATUS <<EOF
dnl Neutralize VPATH when `$srcdir' = `.'.
AC_MSG_ERROR([cannot find input file \\`$f'])
fi;;
esac
- done`
+ done` || { (exit 1); exit; }
# Remove the trailing spaces.
sed 's/[[ ]]*$//' $ac_file_inputs >$tmp/in
AC_MSG_ERROR([cannot find input file \\`$f'])
fi;;
esac
- done` || exit 1
+ done` || { (exit 1); exit; }
EOF
cat >>$CONFIG_STATUS <<EOF
dnl Neutralize VPATH when `$srcdir' = `.'.
AC_MSG_ERROR([cannot find input file \\`$f'])
fi;;
esac
- done`
+ done` || { (exit 1); exit; }
# Remove the trailing spaces.
sed 's/[[ ]]*$//' $ac_file_inputs >$tmp/in