config.in (speech_tools-2.4-release) | : | config.in (speech_tools-2.5.0-release) | ||
---|---|---|---|---|
skipping to change at line 105 | skipping to change at line 105 | |||
## USER INTERFACE | ## USER INTERFACE | |||
## Command-line editing. This option gives command line editing and history. | ## Command-line editing. This option gives command line editing and history. | |||
## It may not work under all systems, so may be optionally omitted. | ## It may not work under all systems, so may be optionally omitted. | |||
INCLUDE_MODULES += EDITLINE | INCLUDE_MODULES += EDITLINE | |||
TERMCAPLIB = @TERMCAPLIB@ | TERMCAPLIB = @TERMCAPLIB@ | |||
# speech recognition | # speech recognition | |||
#INCLUDE_MODULES += ASR | #INCLUDE_MODULES += ASR | |||
## Support for OpenMP for multithreading, works for most gcc implementations | ||||
OMP_OPTS=@OMP_OPTS@ | ||||
OMP_DEFS=@OMP_DEFS@ | ||||
## Scheme | ## Scheme | |||
## Scheme In One Defun interpreter and data structures | ## Scheme In One Defun interpreter and data structures | |||
INCLUDE_MODULES += SIOD | INCLUDE_MODULES += SIOD | |||
## Enable Python Support in SIOD Interpreter. | ## Enable Python Support in SIOD Interpreter. | |||
## Enables the (call_python module func arg) command. | ## Enables the (call_python module func arg) command. | |||
#INCLUDE_MODULES += SIOD_PYTHON | #INCLUDE_MODULES += SIOD_PYTHON | |||
## The following subsystems depend on the Scheme subsystem and so | ## The following subsystems depend on the Scheme subsystem and so | |||
skipping to change at line 175 | skipping to change at line 179 | |||
## version of swig as speech tools developers (download from | ## version of swig as speech tools developers (download from | |||
## http://www.swig.org/ (SWIG-3.02 last tested)) | ## http://www.swig.org/ (SWIG-3.02 last tested)) | |||
## | ## | |||
#CONFIG_SWIG_COMPILER = /usr/bin/swig | #CONFIG_SWIG_COMPILER = /usr/bin/swig | |||
# Languages to generate wrappers for. Currently: PYTHON | # Languages to generate wrappers for. Currently: PYTHON | |||
# PERL5 is no longer supported | # PERL5 is no longer supported | |||
CONFIG_WRAPPER_LANGUAGES = PYTHON | CONFIG_WRAPPER_LANGUAGES = PYTHON | |||
# Language specific includes should be set to correct site paths | # Language specific includes should be set to correct site paths | |||
CONFIG_PYTHON_INCLUDES= -I/usr/include/python2.2/ | CONFIG_PYTHON_INCLUDES= -I/usr/include/python2.7/ | |||
## | ## | |||
################################################################### | ################################################################### | |||
## Additional subsystems to include should be listed here. | ## Additional subsystems to include should be listed here. | |||
ALSO_INCLUDE= | ALSO_INCLUDE= | |||
## Turn this on to compile all known modules. This is intended for | ## Turn this on to compile all known modules. This is intended for | |||
## portability testing. | ## portability testing. | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added |