[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_PERL (macro, docs, used in configure.in)
From: |
Akim Demaille |
Subject: |
Re: AC_PROG_PERL (macro, docs, used in configure.in) |
Date: |
30 Jan 2001 20:30:10 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
>>>>> "Pavel" == Pavel Roskin <address@hidden> writes:
Pavel> Indeed I missed your point. This obviously has to do with the
Pavel> bug 68 in GNATS. We don't have a way to convert perl or perl5
Pavel> to the full filename without resorting to another AC_PATH_PROG.
I don't agree with this PR, but I agree it is debatable.
The code *means* to skip envvars in AC_PATH_PROG when they are not
absolute.
I'm not sure I understand the relationship with the present problem.
IMHO, AC_PROG_PERL as I posted is what we want: people will not always
want the full path, and it is not in the `tradition' of AC_PROG_CC,
AC_PROG_AWK etc. to set the var to a path. What we want is
AC_PATH_PROGing $PERL once computed. Indeed, it probably means doing
some magic around AC_PATH_PROG.
Note: I'm ready to debate about AC_PATH_PROG skipping non absolute
envvars, but I'd like to first understand what the author meant when
s/he did this.
- Re: AC_PROG_PERL (macro, docs, used in configure.in), (continued)
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Akim Demaille, 2001/01/24
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Akim Demaille, 2001/01/24
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Akim Demaille, 2001/01/24
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Akim Demaille, 2001/01/24
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Pavel Roskin, 2001/01/26
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Akim Demaille, 2001/01/27
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Pavel Roskin, 2001/01/29
- Re: AC_PROG_PERL (macro, docs, used in configure.in),
Akim Demaille <=
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Pavel Roskin, 2001/01/30
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Russ Allbery, 2001/01/24
Re: AC_PROG_PERL (macro, docs, used in configure.in), Pavel Roskin, 2001/01/26