check for iconveh values at configure-time
authorAndy Wingo <wingo@pobox.com>
Tue, 12 Apr 2011 11:12:56 +0000 (13:12 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 28 Apr 2011 20:39:20 +0000 (22:39 +0200)
commitad378da9757ebc503a9d6237afbc74dacea1b348
tree9573d7b21f071ba0dc9d33a5e2bf5c34f398c73d
parente6efefad0811e975e6a501829a0871d030b0ab88
check for iconveh values at configure-time

* configure.ac: Check for the iconveh values here, instead of relying on
  gen-scmconfig to know them.  That doesn't work in general because
  gen-scmconfig runs on the build machine, not the target machine.

* libguile/Makefile.am (gen-scmconfig.$(OBJEXT)): Revert rule to the
  revision before 533d8212.

* libguile/gen-scmconfig.h.in (SCM_I_GSC_ICONVEH_ERROR):
  (SCM_I_GSC_ICONVEH_QUESTION_MARK):
  (SCM_I_GSC_ICONVEH_ESCAPE_SEQUENCE):
* libguile/gen-scmconfig.c: Use configure-time substitutions to set
  SCM_ICONVEH_ERROR_HANDLER et al.
configure.ac
libguile/Makefile.am
libguile/gen-scmconfig.c
libguile/gen-scmconfig.h.in