gareth 2005/03/14 08:18:10 Modified: c/tests config.guess config.sub configure runConfigure Log: Fix to Jira 1375. Removed space char between #! and /. Revision Changes Path 1.4 +1 -1 xml-xerces/c/tests/config.guess Index: config.guess =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/config.guess,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- config.guess 18 Jul 2002 20:48:56 -0000 1.3 +++ config.guess 14 Mar 2005 16:18:10 -0000 1.4 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. 1.5 +1 -1 xml-xerces/c/tests/config.sub Index: config.sub =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/config.sub,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- config.sub 2 Sep 2004 15:31:55 -0000 1.4 +++ config.sub 14 Mar 2005 16:18:10 -0000 1.5 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. 1.35 +2 -2 xml-xerces/c/tests/configure Index: configure =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/configure,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- configure 19 Aug 2004 17:45:23 -0000 1.34 +++ configure 14 Mar 2005 16:18:10 -0000 1.35 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -1498,7 +1498,7 @@ echo creating $CONFIG_STATUS rm -f $CONFIG_STATUS cat > $CONFIG_STATUS <<EOF -#! /bin/sh +#!/bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, 1.41 +2 -2 xml-xerces/c/tests/runConfigure Index: runConfigure =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/runConfigure,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- runConfigure 5 Jan 2005 10:05:35 -0000 1.40 +++ runConfigure 14 Mar 2005 16:18:10 -0000 1.41 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # Copyright 1999-2001,2004 The Apache Software Foundation. #
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]