[EMAIL PROTECTED] writes: > The Problem: > > We're trying to build a library (call it guile-neon) which links to > an existing one (call it guile), and would like to inter-operate > with different versions. If an older version doesn't provide some > function, we'll have to do it ourselves. Kind of what AC_REPLACE_FUNCS > does at the libc level. > > This is what I've come up with so far: > (from configure.in)
You might be able to use some ideas from CVS guile-core/examples/compat. M
