Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: cygwin AT cygwin DOT com Cc: bug-autoconf AT gnu DOT org Subject: Re: autoconf 2.52e References: <3B9E0990 DOT 11888 DOT 3E9EE3F AT localhost> From: Akim Demaille Date: 13 Sep 2001 17:55:27 +0200 In-Reply-To: <3B9E0990.11888.3E9EE3F@localhost> Message-ID: Lines: 107 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks, I think I have it. I'm applying this patch: Index: ChangeLog from Akim Demaille * 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 flee AT cygnus DOT com Franc,ois Pinard pinard AT iro DOT umontreal DOT ca Gary V. Vaughan gvaughan AT oranda DOT demon DOT co DOT uk +Gerrit P. Haase gp AT familiehaase DOT de Giuseppe Guerrini guisguerrini AT racine DOT ra DOT it Glenn P. Davis davis AT unidata DOT ucar DOT edu Godmar Back gback AT cs DOT utah DOT edu 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@&t AT _EXPR_PREPARE @@ -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]]*) ;; -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/