~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Vince Boros
  • Date: 2013-06-18 00:29:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1106.
  • Revision ID: v.boros@uq.edu.au-20130618002943-f3nkg4ipzm52o181
Change to minimum version of automake

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Script for generating the autotools configure script
4
4
#
5
5
libtoolize --ltdl --force --copy --automake  # version >= 1.5.2
6
 
aclocal -I Config                     # version >= 1.11
 
6
aclocal -I Config                     # version >= 1.11 for Python 3, 1.8.2 for Python 2.6-2.7
7
7
autoheader                            # version >= 2.59
8
 
automake -a -c                        # version >= 1.11
 
8
automake -a -c                        # version >= 1.11 for Python 3, 1.8.2 for Python 2.6-2.7
9
9
autoconf                              # version >= 2.59
10
10
 
11
11
# generate bzr revision header file