~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
             --with-zlib=${w32root} \
94
94
             --with-regex=${w32root} \
95
95
             --with-pth-prefix=${w32root} \
 
96
             --with-adns=${w32root} \
96
97
             --without-included-gettext "$@"
97
98
    rc=$?
98
99
    exit $rc
207
208
echo "Running autoconf${FORCE} ..."
208
209
$AUTOCONF${FORCE}
209
210
 
210
 
echo "You may now run \"./configure --sysconfdir=/etc --enable-maintainer-mode && make\"."
 
211
echo "You may now run: 
 
212
  ./configure --sysconfdir=/etc --enable-maintainer-mode --enable-symcryptrun --enable-mailto && make
 
213
"