Reported by Rainer Orth as PR Autoconf/178.
+2001-05-19 Akim Demaille <akim@epita.fr>
+
+ * autoheader.sh: Fix file names used in error messages.
+ Reported by Rainer Orth as PR Autoconf/178.
+
2001-05-19 Akim Demaille <akim@epita.fr>
* tests/compile.at (AC_PROG_CPP via CC): Invoke AC_PROG_CC instead
if (set -e && . $tmp/traces.sh) >/dev/null 2>&1; then
. $tmp/traces.sh
else
- echo "$me: error: shell error while sourcing $tmp/trace.sh" >&2
+ echo "$me: error: shell error while sourcing $tmp/traces.sh" >&2
(exit 1); exit
fi
if (set -e && . $tmp/traces.sh) >/dev/null 2>&1; then
. $tmp/traces.sh
else
- echo "$me: error: shell error while sourcing $tmp/trace.sh" >&2
+ echo "$me: error: shell error while sourcing $tmp/traces.sh" >&2
(exit 1); exit
fi
if (set -e && . $tmp/traces.sh) >/dev/null 2>&1; then
. $tmp/traces.sh
else
- echo "$me: error: shell error while sourcing $tmp/trace.sh" >&2
+ echo "$me: error: shell error while sourcing $tmp/traces.sh" >&2
(exit 1); exit
fi