[ https://issues.apache.org/jira/browse/AXIS2C-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Blough closed AXIS2C-1436. ------------------------------- Fix Version/s: (was: 1.7.0) Resolution: Abandoned > 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: Selvaratnam Uthaiyashankar > Priority: Major > Labels: AIX, autoconf, autotools, build, libtool > > 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 was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org