samples configure command should be corrected.
----------------------------------------------

                 Key: AXIS2C-845
                 URL: https://issues.apache.org/jira/browse/AXIS2C-845
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Unix/Linux)
    Affects Versions: Current (Nightly)
         Environment: Ubuntu 7.10
            Reporter: Krishantha Samaraweera
            Priority: Minor


samples configure command specified in installation guide has a typing mistake, 
one curly bracket is missing.

existing command:
./configure --prefix=${AXIS2C_HOME} --with-axis2=$AXIS2C_HOME}/include/axis2-1.2

this should be changed as 
./configure --prefix=${AXIS2C_HOME} 
--with-axis2=${AXIS2C_HOME}/include/axis2-1.2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to