Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1436

Upgrade autotools

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              shankar Selvaratnam Uthaiyashankar
              dolmen-oxymel Olivier Mengué
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: