Re: 113-deja-gnu.patch

2001-04-12 Thread Tom Tromey
> "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

2001-04-01 Thread Akim Demaille
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