~ubuntu-branches/ubuntu/warty/speech-tools/warty

« back to all changes in this revision

Viewing changes to config/config.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-04-29 08:07:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040429080731-i18e2g1tv8pala5l
Tags: 1:1.2.3-7
* set SHARED=2 in config.in
  - required to build a shared Festival library

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