~ubuntu-branches/ubuntu/gutsy/ecasound2.2/gutsy

« back to all changes in this revision

Viewing changes to libecasound/libecasound-config

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2007-04-22 01:25:44 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422012544-lugfjb034udblalb
Tags: 2.4.5-1
* new upstream release
* build-depend on texlive
* pbuilder-test: error code changed from '-1' to '1', so update test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
libdir=${exec_prefix}/lib
22
22
includedir=${prefix}/include
23
23
libecasound_version=16
24
 
libkvutils_version=7
 
24
libkvutils_version=8
25
25
 
26
26
flags=""
27
27
 
48
48
          flags="$flags -I$includedir/libecasound -I$includedir/kvutils    "
49
49
          ;;
50
50
    --version)
51
 
          echo 2.4.4
 
51
          echo 2.4.5
52
52
          ;;
53
53
        *)
54
54
          echo "$0: unknown option $1"