Don't assume that it's possible to run MIT_SCHEME_EXE during configuration.
authorChris Hanson <org/chris-hanson/cph>
Tue, 30 Oct 2018 04:30:33 +0000 (21:30 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 30 Oct 2018 04:30:33 +0000 (21:30 -0700)
commit959de5c90b6c254f0b40c612981900a7b19a4316
treefe2da9e834d642b19d0b9b921831aaff8fe660fd
parent4e327bae53f3a05ea79443250863302f03d613b4
Don't assume that it's possible to run MIT_SCHEME_EXE during configuration.

This won't work with a native distribution, since there may not be a working
scheme on the host.  Instead use other ways to do the necessary work.
13 files changed:
src/blowfish/configure.ac
src/configure.ac
src/edwin/Makefile.am
src/edwin/autogen.sh
src/edwin/configure.ac
src/edwin/sources.scm [new file with mode: 0644]
src/edwin/sources.sh
src/gdbm/configure.ac
src/imail/configure.ac
src/mcrypt/configure.ac
src/pgsql/configure.ac
src/x11-screen/configure.ac
src/x11/configure.ac