~ubuntu-branches/ubuntu/karmic/eqonomize/karmic

« back to all changes in this revision

Viewing changes to admin/cvs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2007-01-06 09:30:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070106093045-imo7dgrizfxgtvwe
Tags: 0.4-0ubuntu1
* New upstream release.
* Added homepage to long description. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
required_autoconf_version="2.53 or newer"
33
33
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
34
34
case $AUTOCONF_VERSION in
35
 
  Autoconf*2.5* | autoconf*2.5* ) : ;;
 
35
  Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
36
36
  "" )
37
37
    echo "*** AUTOCONF NOT FOUND!."
38
38
    echo "*** KDE requires autoconf $required_autoconf_version"
47
47
 
48
48
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
49
49
case $AUTOHEADER_VERSION in
50
 
  Autoconf*2.5* | autoheader*2.5* ) : ;;
 
50
  Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
51
51
  "" )
52
52
    echo "*** AUTOHEADER NOT FOUND!."
53
53
    echo "*** KDE requires autoheader $required_autoconf_version"