~ubuntu-branches/ubuntu/maverick/libtorrent-rasterbar/maverick

« back to all changes in this revision

Viewing changes to autotool.sh

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2010-08-10 12:59:37 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810125937-jbcmmf17y8yo9hgz
Tags: 0.15.0-0ubuntu1
* New upstream version.
* debian/patches/100_fix_html_docs.patch: refreshed.
* debian/control: bump up standards-version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
# $Id: autotool.sh 2408 2008-06-13 12:20:55Z roman_rybalko $
4
 
 
5
 
set -e
6
 
set -x
7
 
 
8
 
aclocal -I m4
9
 
libtoolize -c -f
10
 
automake -a -c -f
11
 
autoconf
12
 
 
13
 
rm -Rf config.cache autom4te.cache