[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fw: bug in texi2dvi, and hack patch
From: |
Eli Zaretskii |
Subject: |
Re: Fw: bug in texi2dvi, and hack patch |
Date: |
Thu, 20 Jan 2005 22:53:53 +0200 |
> Date: Thu, 20 Jan 2005 12:35:08 +0100
> From: Stepan Kasal <address@hidden>
> Cc: Eric Blake <address@hidden>, address@hidden, address@hidden
>
> The trick is that AC_CHECK_PROG contains the following code:
>
> for ac_exec_ext in '' $ac_executable_extensions; do
> if AS_EXECUTABLE_P(["$as_dir/$ac_word$ac_exec_ext"]); then
>
> thus we eventually get to
>
> test -f tex.exe && test -x tex.exe
>
> which succeeds.
This will work, but is redundant: it's enough to test for tex.exe,
since it's always executable on MS systems.
> Perhaps texi2dvi could use
>
> test -x tex && ! test -d tex
This is better, I think.
- Re: Fw: bug in texi2dvi, and hack patch, (continued)
- Re: Fw: bug in texi2dvi, and hack patch, Eli Zaretskii, 2005/01/18
- Re: Fw: bug in texi2dvi, and hack patch, Eric Blake, 2005/01/19
- Re: Fw: bug in texi2dvi, and hack patch, Eli Zaretskii, 2005/01/19
- Re: Fw: bug in texi2dvi, and hack patch, Stepan Kasal, 2005/01/20
- Re: Fw: bug in texi2dvi, and hack patch, Karl Berry, 2005/01/20
- Re: Fw: bug in texi2dvi, and hack patch, Stepan Kasal, 2005/01/20
- Re: Fw: bug in texi2dvi, and hack patch, Karl Berry, 2005/01/20
- Re: bug in texi2dvi, and hack patch, Akim Demaille, 2005/01/21
- Re: bug in texi2dvi, and hack patch, Stepan Kasal, 2005/01/21
- Re: bug in texi2dvi, and hack patch, Akim Demaille, 2005/01/21
- Re: Fw: bug in texi2dvi, and hack patch,
Eli Zaretskii <=
- Re: Fw: bug in texi2dvi, and hack patch, Ben Pfaff, 2005/01/20
- Re: Fw: bug in texi2dvi, and hack patch, Eli Zaretskii, 2005/01/21
- Re: Fw: bug in texi2dvi, and hack patch, Ben Pfaff, 2005/01/22
- Re: Fw: bug in texi2dvi, and hack patch, Eli Zaretskii, 2005/01/22
- Re: Fw: bug in texi2dvi, and hack patch, Noah Misch, 2005/01/23
- Re: Fw: bug in texi2dvi, and hack patch, Bob Friesenhahn, 2005/01/23
- AS_EXECUTABLE_P again -- summary (was: bug in texi2dvi, and hack patch), Stepan Kasal, 2005/01/22
- Re: AS_EXECUTABLE_P again -- summary (was: bug in texi2dvi, and hack patch), Eli Zaretskii, 2005/01/22
- Re: AS_EXECUTABLE_P again -- summary (was: bug in texi2dvi, and hack patch), Stepan Kasal, 2005/01/22
- Re: AS_EXECUTABLE_P again -- summary (was: bug in texi2dvi, and hack patch), Eli Zaretskii, 2005/01/22