This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autoconf 2.52e


Thanks, I think I have it.  I'm applying this patch:

Index: ChangeLog
from  Akim Demaille  <akim@epita.fr>
	* 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@cygnus.com
 Franc,ois Pinard            pinard@iro.umontreal.ca
 Gary V. Vaughan             gvaughan@oranda.demon.co.uk
+Gerrit P. Haase             gp@familiehaase.de
 Giuseppe Guerrini           guisguerrini@racine.ra.it
 Glenn P. Davis              davis@unidata.ucar.edu
 Godmar Back                 gback@cs.utah.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@_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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]