You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/03/14 17:21:10 UTC

cvs commit: xml-xerces/c/src/xercesc config.guess config.sub configure runConfigure

gareth      2005/03/14 08:21:10

  Modified:    c/src/xercesc config.guess config.sub configure runConfigure
  Log:
  Fix to Jira 1375. Removed space char between #! and /
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/c/src/xercesc/config.guess
  
  Index: config.guess
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/config.guess,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.guess	18 Jul 2002 20:48:34 -0000	1.2
  +++ config.guess	14 Mar 2005 16:21:10 -0000	1.3
  @@ -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.4       +1 -1      xml-xerces/c/src/xercesc/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/config.sub,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.sub	2 Sep 2004 15:28:03 -0000	1.3
  +++ config.sub	14 Mar 2005 16:21:10 -0000	1.4
  @@ -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.20      +2 -2      xml-xerces/c/src/xercesc/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/configure,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- configure	9 Jul 2004 16:06:02 -0000	1.19
  +++ configure	14 Mar 2005 16:21:10 -0000	1.20
  @@ -1,4 +1,4 @@
  -#! /bin/sh
  +#!/bin/sh
   
   # Guess values for system-dependent variables and create Makefiles.
   # Generated automatically using autoconf version 2.13 
  @@ -1472,7 +1472,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.43      +2 -2      xml-xerces/c/src/xercesc/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/runConfigure,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- runConfigure	5 Jan 2005 10:13:50 -0000	1.42
  +++ runConfigure	14 Mar 2005 16:21:10 -0000	1.43
  @@ -1,4 +1,4 @@
  -#! /bin/sh
  +#!/bin/sh
   #
   # Copyright 1999-2001,2004 The Apache Software Foundation.
   # 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org