>>>>> "Miyata" == Miyata Shigeru <[EMAIL PROTECTED]> writes:

Miyata> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> which displays ThisIsLaTeX2e if \documentclass is defined. What
>> happens when you run this under miktex? Where does the output go?
>> Maybe is it standard error instead of stdout?

Miyata> I think the problem is somewhere else. At least the patch
Miyata> below make lib/configure usable on OS/2. (Sorry, I have tested
Miyata> this only with Web2c 7.2 for OS/2. emTeX has not yet been
Miyata> tested.) Similar hack should be applied to RELYX_SEARCH_PROG
Miyata> routine in lib/reLyX/ac*.m4 as well.

This indeed good. I'll commit this patch. However, why is it
necessary to keep the old IFS (which contain spaces) in the line
  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}$PATH_IFS"

I used:
  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"

Is that OK with you?

JMarc

Reply via email to