[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: |
Tue, 25 Jan 2005 21:48:44 +0200 |
> Date: Tue, 25 Jan 2005 11:55:24 +0100
> From: Stepan Kasal <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden,
> address@hidden, address@hidden, address@hidden
>
> > > Another way to fix the problem is to adopt the solution used by autoconf:
> > > make sure that the variable $ac_executable_extensions, which is set in
> > > config.site on some platforms, gets substituted:
> > >
> > > AC_SUBST(ac_executable_extensions)
> > >
> > > and put the following to texi2dvi.in:
> > >
> > > for dir in $PATH; do
> > > for exec_ext in '' @ac_executable_extensions@; do
> > > if test -f "$dir/$1" && test -x "$dir/$1"; then
> > > ...
> >
> > I'm okay with this method, provided that ac_executable_extensions can
> > be computed reliably (you didn't say how).
>
> AFAIK, ac_executable_extensions is not computed. It is set in config.site
> which is included by configure at the beginning of its run.
Then, for Texinfo, we probably should set ac_executable_extensions in
djgpp/config.site, since I don't want to rely on the system-wide
config.site to set that (or even to exist) in a typical DJGPP
installation.
If Autoconf has a similar DJGPP-specific directory in its distro, it
could set ac_executable_extensions there and point CONFIG_SITE to that
file.
Thanks for explaining the other method (which should also be okay, I
think).
- Re: AS_EXECUTABLE_P again -- summary (was: bug in texi2dvi, and hack patch), (continued)
- Re: AS_EXECUTABLE_P again -- summary, Eric Blake, 2005/01/22
- Re: AS_EXECUTABLE_P again -- summary, Eli Zaretskii, 2005/01/23
- Re: AS_EXECUTABLE_P again -- summary, Eric Blake, 2005/01/23
- Re: Fw: bug in texi2dvi, and hack patch, Karl Berry, 2005/01/23
- Re: Fw: bug in texi2dvi, and hack patch, Stepan Kasal, 2005/01/24
- Re: Fw: bug in texi2dvi, and hack patch, Eli Zaretskii, 2005/01/24
- Re: Fw: bug in texi2dvi, and hack patch, Stepan Kasal, 2005/01/25
- Re: Fw: bug in texi2dvi, and hack patch,
Eli Zaretskii <=