David: could you test this one more time on BSDi? I'm not sure if the backslash will properly quote the stuff for INCLUDE_RULES.
thx, -g On Sun, Jan 07, 2001 at 01:35:51AM -0000, [EMAIL PROTECTED] wrote: >... > --- configure.in 2001/01/07 00:27:28 1.8 > +++ configure.in 2001/01/07 01:35:49 1.9 > @@ -21,6 +21,7 @@ > > dnl > dnl compute the top directory of the build > +dnl note: this substitution is needed for LIBTOOL > dnl > top_builddir="`cd $srcdir ; pwd`" > AC_SUBST(top_builddir) > @@ -59,10 +60,10 @@ > dnl > case "$host_alias" in > *bsdi*) > - INCLUDE_RULES='.include "$(top_builddir)/build/rules.mk"' > + INCLUDE_RULES=".include \"$top_builddir/build/rules.mk\"" > ;; > *) > - INCLUDE_RULES='include $(top_builddir)/build/rules.mk' > + INCLUDE_RULES="include $top_builddir/build/rules.mk" > ;; > esac > AC_SUBST(INCLUDE_RULES) -- Greg Stein, http://www.lyra.org/
