Jean-Marc Lasgouttes wrote: >>>>>> "Georg" == Georg Baum >>>>>> <[EMAIL PROTECTED]> >>>>>> writes: > > Georg> +checking for "/home/georg/.lyx/../src/tex2lyx/tex2lyx"... no > > The code in lib/configure.m4 does: > > # Search for an installed tex2lyx or a ready-to-install one > SEARCH_PROG([for a LaTeX -> LyX converter],tex_to_lyx_command, > "$PWD/../src/tex2lyx/tex2lyx -f \$\$i \$\$o" "tex2lyx$version_suffix -f > \$\$i \$\$o") > > The first line is when running in place, and the second one is useful > when everything has been installed. Is it that you installed with > --with-version-suffix?
No, in this case not. The message above looks like it does not even consider the second line. Why? Georg