~ubuntu-branches/ubuntu/natty/libxslt/natty-updates

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-19 13:15:06 UTC
  • mfrom: (9.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100119131506-cp3debjmuhm12lzi
Tags: 1.1.26-1ubuntu1
Merge with Debian; remaining changes:
Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
## ----------------------------------------------------------------------
3
3
## autogen.sh : refresh GNU autotools toolchain for libxslt
4
4
## ----------------------------------------------------------------------
5
 
## Requires: autoconf (2.5x), automake1.9, libtool (1.5.x)
 
5
## Requires: autoconf (2.6x), automake1.11, libtool (1.5.x)
6
6
## ----------------------------------------------------------------------
7
7
 
8
8
## ----------------------------------------------------------------------
12
12
libtoolize --force --copy
13
13
 
14
14
## ----------------------------------------------------------------------
15
 
aclocal-1.9
 
15
aclocal-1.11
16
16
 
17
17
## ----------------------------------------------------------------------
18
18
autoheader
19
19
 
20
20
## ----------------------------------------------------------------------
21
 
automake-1.9 --foreign --add-missing --force-missing --copy
 
21
automake-1.11 --foreign --add-missing --force-missing --copy
22
22
 
23
23
## ----------------------------------------------------------------------
24
24
autoconf