Bug: src/python/Makefile and prefix
C.M. Brannon
cmbrannon at cox.net
Mon Feb 4 00:12:19 CET 2008
Hello,
I installed Speech Dispatcher into its own tree, so that it wouldn't
conflict with the version supplied by my Linux distribution.
./configure --prefix=/opt/speech-dispatcher ; make ; make install
Unfortunately, "make install" tries to install Python files into
/lib/python, instead of /opt/speech-dispatcher/lib/python.
Apparently, when make is called for src/python/, it does not receive
the "prefix" setting assigned by configure. Is this because the
makefile was written by hand, rather than generated by automake?
-- Chris
More information about the Speechd
mailing list