accessing $? - newlines in "trap" reset $? to 0 on FreeBSD 4.0.
+2000-10-29 Pavel Roskin <proski@gnu.org>
+
+ * acgeneral.m4 (_AC_INIT_PREPARE): Don't use a newline before
+ accessing $? - newlines in "trap" reset $? to 0 on FreeBSD 4.0.
+
2000-10-29 Jim Meyering <meyering@lucent.com>
* acgeneral.m4 (AC_MSG_WARN): Now that this macro expands to
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log.
-trap '
- exit_status=$?
+trap 'exit_status=$?
test "$ac_signal" != 0 &&
echo "configure: caught signal $ac_signal" >&AC_FD_LOG
echo "configure: exit $exit_status" >&AC_FD_LOG
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log.
-trap '
- exit_status=$?
+trap 'exit_status=$?
test "$ac_signal" != 0 &&
echo "configure: caught signal $ac_signal" >&AC_FD_LOG
echo "configure: exit $exit_status" >&AC_FD_LOG