~ubuntu-branches/ubuntu/oneiric/firebird2.5/oneiric-security

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2010-07-27 18:12:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100727181234-88lvl2nuord9ysx5
Tags: 2.5.0.26054~ReleaseCandidate3.ds2-1
* New upstream release candidate

* update d/copyright to reflect changes in upstream sources
* drop patches applied/implemented upstream
  + refresh the rest to apply cleanly
* Standards-Version: 3.9.1 (no changes necessary)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
VER=`$AUTORECONF --version|grep '^[Aa]utoreconf'|sed 's/^[^0-9]*//'`
26
26
case "$VER" in
27
27
 0* | 1\.* | 2\.[0-9] | 2\.[0-9][a-z]* | \
28
 
 2\.[1-4][0-9] | 2\.5[0-5][a-z]* )
 
28
 2\.[1-5][0-9] | 2\.[1-5][0-9][a-z]* | 2\.6[0-2] | 2\.6[0-2][a-z]* )
29
29
  echo
30
 
  echo "**Error**: You must have autoconf 2.56 or later installed."
 
30
  echo "**Error**: You must have autoconf 2.63 or later installed."
31
31
  echo "Download the appropriate package for your distribution/OS,"
32
32
  echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/autoconf/"
33
33
  DIE=1