since as_me isn't set yet.
+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
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.