~ubuntu-branches/debian/jessie/openchange/jessie

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-04-24 00:29:19 UTC
  • mfrom: (1.2.8) (4.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20140424002919-96es5uhyy3jjzgid
Tags: 1:2.1-1
* New upstream release.
 + Stop removing broken manpages, upstream on longer installs them.
* Add upstream signing key.
* Run test suite during build.
 + Add dependency on python-twisted-core for trial and python-testtools.
 + Add fix-tests patch, cherry-picked from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
# Run this script to build openchange from SVN
 
3
# Run this script to build openchange from Git
4
4
 
5
5
## insert all possible names (only works with
6
6
## autoconf 2.x
55
55
## do we have it?
56
56
##
57
57
if test "$AUTOCONFFOUND" = "0" -o "$AUTOHEADERFOUND" = "0"; then
58
 
        echo "$0: need autoconf 2.53 or later to build openchange from SVN" >&2
 
58
        echo "$0: need autoconf 2.53 or later to build openchange from Git" >&2
59
59
        exit 1
60
60
fi
61
61