View | Details | Raw Unified
Collapse All | Expand All

(-) emacspeak-ss-1.9.1.old/Makefile.in (-1 / +1 lines)
 Lines 3-9    Link Here 
man1dir=@mandir@/man1
man1dir=@mandir@/man1
exec_prefix = @exec_prefix@
exec_prefix = @exec_prefix@
bindir=$(prefix)/share/emacs/site-lisp/emacspeak/
bindir=$(prefix)/share/emacs/site-lisp/emacspeak/
libdir=$(prefix)/lib/emacs/common/emacspeak/
libdir=$(prefix)/lib/emacspeak-ss
INSTALL=@INSTALL@
INSTALL=@INSTALL@
VERSION=@VERSION@
VERSION=@VERSION@
(-) emacspeak-ss-1.9.1.old/apollo.in (-1 / +1 lines)
 Lines 101-107    Link Here 
# write the argument to the synthesizer, and return its response if any
# write the argument to the synthesizer, and return its response if any
proc tts_ping {query} {
proc tts_ping {query} {
    global tts
    global tts
    set status [exec /usr/lib/emacs/common/emacspeak/ping-apollo "$query" $tts(port) ]
    set status [exec /usr/lib/emacspeak-ss/ping-apollo "$query" $tts(port) ]
    return $status
    return $status
}
}