~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to config/config.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
# VERBOSE=1
62
62
# DEBUG=1
63
63
# PROFILE=gprof
64
 
# SHARED=1
 
64
SHARED=2
65
65
 
66
66
## Directory specific selections which override the above
67
67
 
94
94
## It may not work under all systems, so may be optionally omitted.
95
95
INCLUDE_MODULES += EDITLINE
96
96
 
 
97
TERMCAPLIB = @TERMCAPLIB@
97
98
# speech recognition
98
99
#INCLUDE_MODULES += ASR
99
100