~ubuntu-branches/ubuntu/trusty/libatasmart/trusty

« back to all changes in this revision

Viewing changes to bootstrap.sh

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-08-07 10:13:42 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090807101342-kl1ri5w9q8niz61d
Tags: 0.14-1
* New upstream version.
* Update *.install, *.symbols, and debian/control for 0 → 4 library soname
  change.
* Add myself to uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# License along with libatasmart. If not, If not, see
19
19
# <http://www.gnu.org/licenses/>.
20
20
 
21
 
VERSION=1.9
 
21
VERSION=1.11
22
22
 
23
23
run_versioned() {
24
24
    local P
55
55
    mkdir -p m4
56
56
    "$LIBTOOLIZE" -c --force
57
57
    run_versioned aclocal "$VERSION"
58
 
    run_versioned autoconf 2.59 -Wall
59
 
    run_versioned autoheader 2.59
 
58
    run_versioned autoconf 2.63 -Wall
 
59
    run_versioned autoheader 2.63
60
60
    run_versioned automake "$VERSION" --copy --foreign --add-missing
61
61
 
62
62
    if test "x$NOCONFIGURE" = "x"; then