[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] More path-handling tweaking
From: |
Akim Demaille |
Subject: |
Re: [patch] More path-handling tweaking |
Date: |
30 Mar 2001 14:22:27 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
Why did you remove SHELL? It seems wrong to me:
Index: tests/atgeneral.m4
===================================================================
RCS file: /cvs/autoconf/tests/atgeneral.m4,v
retrieving revision 1.64
diff -u -r1.64 atgeneral.m4
--- tests/atgeneral.m4 2001/03/20 13:59:28 1.64
+++ tests/atgeneral.m4 2001/03/29 18:29:53
@@ -96,10 +96,6 @@
AS_SHELL_SANITIZE
-# Name of the executable.
-as_me=`echo "$[0]" | sed 's,.*/,,'`
-SHELL=${CONFIG_SHELL-/bin/sh}
-
. ./atconfig
# Use absolute file notations, as the test might change directories.
at_srcdir=`cd "$srcdir" && pwd`