~ubuntu-branches/ubuntu/maverick/knemo/maverick

« back to all changes in this revision

Viewing changes to admin/cvs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2007-07-19 21:48:50 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070719214850-hqbvq68le5cshks0
Tags: 0.4.8-1
* New upstream release
  - fixed high CPU load when the default gateway is missing (sysbackend)
  - spawns many processes even when disabled (Closes: #411013)
  - CPU usage way too high (Closes: #411146)
  - New upstream 0.4.8 (Closes: #432835)

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    echo "*** KDE requires automake $required_automake_version"
69
69
    exit 1
70
70
    ;;
71
 
  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
 
71
  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
72
72
    echo "*** $AUTOMAKE_STRING found."
73
73
    UNSERMAKE=no
74
74
    ;;
316
316
   fi
317
317
fi
318
318
if test -z "$VERSION" || test "$VERSION" = "@VERSION@"; then
319
 
     VERSION="\"3.5.5\""
 
319
     VERSION="\"3.5.7\""
320
320
fi
321
321
if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then
322
322
   modulename=`pwd`;