~ubuntu-branches/ubuntu/karmic/ksensors/karmic

« back to all changes in this revision

Viewing changes to admin/cvs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-29 17:57:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060729175707-8ilz0ye6nvc48c29
Tags: 0.7.3-11ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
{
30
30
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
31
31
case $AUTOCONF_VERSION in
32
 
  Autoconf*2.5* | autoconf*2.5* ) : ;;
 
32
  Autoconf*2.[56]* | autoconf*2.[56]* ) : ;;
33
33
  "" )
34
34
    echo "*** AUTOCONF NOT FOUND!."
35
35
    echo "*** KDE requires autoconf 2.52, 2.53 or 2.54"
44
44
 
45
45
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
46
46
case $AUTOHEADER_VERSION in
47
 
  Autoconf*2.5* | autoheader*2.5* ) : ;;
 
47
  Autoconf*2.[56]* | autoheader*2.[56]* ) : ;;
48
48
  "" )
49
49
    echo "*** AUTOHEADER NOT FOUND!."
50
50
    echo "*** KDE requires autoheader 2.52 or 2.53 (part of autoconf)"