~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-10-11 15:10:30 UTC
  • Revision ID: james.westby@ubuntu.com-20081011151030-gf9o6351f1evjw04
Tags: 7.18.2-1ubuntu3
Call automake-1.9 with --add-missing --copy --force. (LP: #281561)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        tar -cf - --exclude=debian --exclude=.pc . | tar -xf - -C debian/build-gnutls
64
64
 
65
65
        for flavour in build build-gnutls; do \
66
 
                (cd debian/$$flavour && libtoolize --copy --force && aclocal-1.9 && automake-1.9 && autoconf) \
 
66
                (cd debian/$$flavour && libtoolize --copy --force && aclocal-1.9 && automake-1.9 --add-missing --copy --force && autoconf) \
67
67
        done
68
68
 
69
69
        cd debian/build && ./configure ${CONFIGURE_ARGS} --with-ca-path=/etc/ssl/certs