Angus Leeming wrote:
Guys, the test will need to be rewritten as:
PATHORIG="$PATH"
PATH="$PWD/../src/tex2lyx:$PATH"
export PATH
for ac_prog in 'tex2lyx -f $$i $$o' \
'tex2lyx'"$version_suffix"' -f $$i $$o'
do
...
done
PATH="$PATHORIG"
export PATH
unset PATHORIG
Paul, could you test?
Regards,
Angus
Well, the good news is that it no longer trips over a space. The bad
news is that I get the following output:
checking for a LaTeX -> LyX converter...
+checking for "tex2lyx"... no
+checking for "tex2lyx"... no
I have tex2lyx1.4.x.exe sitting in C:\Program Files\LyX141\bin\. (The
script is running from C:\Program Files\LyX141\Resources\ at a command
prompt.) Is this where the "or a ready-to-install one" in the comment
is supposed to kick in?
/Paul