You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Olivier Mengué (JIRA)" <ji...@apache.org> on 2010/03/31 15:04:27 UTC

[jira] Commented: (AXIS2C-1436) Upgrade autotools

    [ https://issues.apache.org/jira/browse/AXIS2C-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851851#action_12851851 ] 

Olivier Mengué commented on AXIS2C-1436:
----------------------------------------

> People do not use binary alone, nor the source pack alone.
> For example, we use source checkout and build on various platforms.

Upgrading autotools could be part of the build process.

At least you could build the official source releases in an environment with a recent autotools suite.

> Upgrade autotools
> -----------------
>
>                 Key: AXIS2C-1436
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1436
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.6.0
>            Reporter: Olivier Mengué
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>
> Upgrading autotools on the machine used to make releases would probably help to fix issues on non-Linux systems such as AIX.
> Here is a script to upgrade all configure.ac:
> for d in $( find . -name configure.ac | sed 's@/[^/]*$@@' )
> do
>         echo autoreconf/autoupdate for $d
>         ( cd $d ; autoreconf -i && autoupdate ) || exit 1
> done

-- 
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: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org