autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.


From: Ralf Wildenhues
Subject: [PATCH] * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
Date: Wed, 14 Nov 2007 21:58:25 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

---
Applied and pushed.

Cheers,
Ralf

 lib/m4sugar/m4sh.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 7036c00..6689e4b 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -1304,7 +1304,7 @@ m4_if([$2], [], [: ${TMPDIR=/tmp}])
   (umask 077 && mkdir "$tmp")
 } ||
 {
-   AS_ECHO(["$me: cannot create a temporary directory in m4_default([$2], 
[$TMPDIR])"]) >&2
+   AS_ECHO(["$as_me: cannot create a temporary directory in m4_default([$2], 
[$TMPDIR])"]) >&2
    AS_EXIT
 }dnl
 ])# AS_TMPDIR
-- 
1.5.3.5.561.g140d




reply via email to

[Prev in Thread] Current Thread [Next in Thread]