Hi, "Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes:
> http://lists.gnu.org/archive/html/guile-devel/2008-05/msg00014.html > > already contained a patch for this: > > > --- configure.in.old 2008-05-06 23:48:26.000000000 +0200 > +++ configure.in 2008-05-06 23:48:26.000000000 +0200 > @@ -38,7 +38,7 @@ > ]), > [EMAIL PROTECTED]) > AC_CONFIG_AUX_DIR([build-aux]) > -AC_CONFIG_MACRO_DIR([m4]) > +AC_CONFIG_MACRO_DIR([guile-config]) > AC_CONFIG_SRCDIR(GUILE-VERSION) This looks suspicious to me: the only M4 macros contained in `guile-config' are Guile's own, so I don't understand why adding this would fix anything. Thanks, Ludo'.
