]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Apr 2006 12:27:45 +0000 (12:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Apr 2006 12:27:45 +0000 (12:27 +0000)
since as_me isn't set yet.

ChangeLog
lib/m4sugar/m4sh.m4

index 5d90a6980f60a17117fd7a706ed7092e0d2c296c..0f72c4c96025241b9f670059f7a7eeef4e3ead0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
+       since as_me isn't set yet.
+
 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
index 35aba585ea868f0f17ca684474cd1b992b61c5f8..3192bca645792e776df018d4de87f0d7655b36b0 100644 (file)
@@ -353,7 +353,8 @@ if test "x$as_myself" = x; then
   as_myself=$[0]
 fi
 if test ! -f "$as_myself"; then
-  AS_ERROR([cannot find myself; rerun with an absolute file name])
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  AS_EXIT
 fi
 
 # Work around bugs in pre-3.0 UWIN ksh.