configure cannot be run due to improper shabang under SunOS
-----------------------------------------------------------

         Key: XERCESC-1375
         URL: http://issues.apache.org/jira/browse/XERCESC-1375
     Project: Xerces-C++
        Type: Bug
    Versions: 2.4.0, 2.5.0, 2.6.0    
 Environment: SunOS
    Reporter: Zoltán Kiss


The interpreter of all configure* scripts is given this way:
#! /bin/bash

However this line must not contain a space between the #! and /bin/bash.

It would be corrected manually, however, the configure invokes the 
configure.status, which is generated by the configure itself, containing the 
bad shabang. So the configure.status corrected manually is overwritten in each 
session of configure.

Best Regards,
Zoltán Kiss

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to