]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoheader.sh: Fix file names used in error messages.
authorAkim Demaille <akim@epita.fr>
Sat, 19 May 2001 16:48:01 +0000 (16:48 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 19 May 2001 16:48:01 +0000 (16:48 +0000)
Reported by Rainer Orth as PR Autoconf/178.

ChangeLog
autoheader.in
autoheader.sh
bin/autoheader.in

index 6c69b145ffd57abc8ddd20b459a2c14d452bed57..c57854bb24010c24d0796f97e2ae166a63c97486 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 800a7172c39c7ca083e3865bc5a32fcdb17bf314..703f8920b392d6b6280cd7c181ded0ce247fa406 100644 (file)
@@ -266,7 +266,7 @@ $verbose $me: sourcing $tmp/traces.sh >&2
 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
 
index 800a7172c39c7ca083e3865bc5a32fcdb17bf314..703f8920b392d6b6280cd7c181ded0ce247fa406 100644 (file)
@@ -266,7 +266,7 @@ $verbose $me: sourcing $tmp/traces.sh >&2
 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
 
index 800a7172c39c7ca083e3865bc5a32fcdb17bf314..703f8920b392d6b6280cd7c181ded0ce247fa406 100644 (file)
@@ -266,7 +266,7 @@ $verbose $me: sourcing $tmp/traces.sh >&2
 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