* Makefile.am: scmconfig.h is now generated by building and
authorRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:51:37 +0000 (23:51 +0000)
committerRob Browning <rlb@defaultvalue.org>
Tue, 25 Mar 2003 23:51:37 +0000 (23:51 +0000)
commit64c2db807da9e66438e7f7dffc8ba9e5ebf2db87
treed25f10b0a74ac2b163025196534f16813c1d7233
parent9a52bc2af1a8e146be3a400245b92863631845cb
* Makefile.am: scmconfig.h is now generated by building and
running gen-scmconfig.h and capturing its output.  gen-scmconfig
uses config.h and the configure.in generated gen-scmconfig.h to
decide what to output.  See gen-scmconfig.c for details.
(noinst_PROGRAMS): add gen-scmconfig.
(gen_scmconfig_SOURCES): new variable.
(gen-scmconfig.$(OBJEXT)): new target - be careful to handle
cross-compiling right.
(scmconfig.h): build scmconfig.h from gen-scmconfig's output.
(BUILT_SOURCES): add scmconfig.h.
libguile/Makefile.am