[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf 2.52e
From: |
Akim Demaille |
Subject: |
Re: autoconf 2.52e |
Date: |
13 Sep 2001 17:55:27 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
Thanks, I think I have it. I'm applying this patch:
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
_first_.
Reported by Gerrit P. Haase.
Index: THANKS
===================================================================
RCS file: /cvs/autoconf/THANKS,v
retrieving revision 1.72
diff -u -u -r1.72 THANKS
--- THANKS 2001/09/05 08:46:53 1.72
+++ THANKS 2001/09/13 15:47:07
@@ -50,6 +50,7 @@
Felix Lee address@hidden
Franc,ois Pinard address@hidden
Gary V. Vaughan address@hidden
+Gerrit P. Haase address@hidden
Giuseppe Guerrini address@hidden
Glenn P. Davis address@hidden
Godmar Back address@hidden
Index: tests/base.at
===================================================================
RCS file: /cvs/autoconf/tests/base.at,v
retrieving revision 1.26
diff -u -u -r1.26 base.at
--- tests/base.at 2001/08/29 13:11:16 1.26
+++ tests/base.at 2001/09/13 15:47:08
@@ -49,8 +49,7 @@
[REQUIRE_AND_CHECK([TEST2a])
test3=set])
-AC_PLAIN_SCRIPT()
-#! /bin/sh
+AC_PLAIN_SCRIPT()#! /bin/sh
TEST1
test -z "$test1" &&
@@ -82,8 +81,7 @@
AC_DEFUN_ONCE([SINGLE_TEST],
[single_test=".$single_test"])
-AC_PLAIN_SCRIPT()
-#! /bin/sh
+AC_PLAIN_SCRIPT()#! /bin/sh
TEST
TEST
@@ -127,8 +125,7 @@
AC_DEFUN_ONCE([SINGLE_TEST],
[single_test=".$single_test"])
-AC_PLAIN_SCRIPT()
-#! /bin/sh
+AC_PLAIN_SCRIPT()#! /bin/sh
MULTI_TEST
MULTI_TEST
@@ -167,8 +164,7 @@
AC_DEFUN([INNER_TEST],
[inner_test=".$inner_test"])
-AC_PLAIN_SCRIPT()
-#! /bin/sh
+AC_PLAIN_SCRIPT()#! /bin/sh
AC_PROVIDE([INNER_TEST])
TEST
Index: tests/m4sh.at
===================================================================
RCS file: /cvs/autoconf/tests/m4sh.at,v
retrieving revision 1.19
diff -u -u -r1.19 m4sh.at
--- tests/m4sh.at 2001/08/29 13:11:16 1.19
+++ tests/m4sh.at 2001/09/13 15:47:08
@@ -31,8 +31,7 @@
AT_SETUP([[AS_DIRNAME & AS_DIRNAME_SED]])
AT_DATA([configure.ac],
-[[AC_PLAIN_SCRIPT()
-#! /bin/sh
+[[AC_PLAIN_SCRIPT()#! /bin/sh
_AS@&address@hidden
@@ -84,8 +83,7 @@
AT_SETUP([[AS_MKDIR_P]])
AT_DATA([configure.ac],
-[[AC_PLAIN_SCRIPT()
-#! /bin/sh
+[[AC_PLAIN_SCRIPT()#! /bin/sh
pwd=`pwd`
set -e
@@ -118,8 +116,7 @@
AT_SETUP([Negated classes in globbing])
AT_DATA([configure.ac],
-[[AC_PLAIN_SCRIPT()
-#! /bin/sh
+[[AC_PLAIN_SCRIPT()#! /bin/sh
case 'with!two!bangs' in
*[[!a-z]]*) ;;
- autoconf 2.52e, Gerrit P. Haase, 2001/09/11
- Re: autoconf 2.52e,
Akim Demaille <=