~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Tyler Hicks
  • Date: 2012-11-05 05:11:40 UTC
  • Revision ID: tyhicks@canonical.com-20121105051140-g4crl3uh5vmu7rly
* autogen.sh, scripts/release.sh, Makefile.am:
  - Break out the autoreconf and intltoolize commands from release.sh into
    an executable autogen.sh
  - Include the new autogen.sh script in the release tarball
* debian/rules:
  - Override the dh_autoreconf target by running the autogen.sh script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
autoreconf -i -v -f
 
4
intltoolize --force