Re: 113-deja-gnu.patch
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> I'm very surprised by: Akim> +EXPECT = `if test -f $(top_builddir)/../expect/expect; then \ Akim> ++ Akim> +echo $(top_builddir)/../expect/expect; \ Akim> + else \ Aki
113-deja-gnu.patch
I'm very surprised by: +EXPECT = `if test -f $(top_builddir)/../expect/expect; then \ ++ +echo $(top_builddir)/../expect/expect; \ + else \ +echo expect; \ + fi` but this is really what meant -&define_pro