[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: |
Pavel Roskin |
Subject: |
Re: AC_PROG_PERL (macro, docs, used in configure.in) |
Date: |
Fri, 26 Jan 2001 15:01:24 -0500 (EST) |
On 24 Jan 2001, Akim Demaille wrote:
> Well, I give up, this patch was not ready to be included. It is not
> using AC_PATH_PROG, and therefore we get:
>
> ~/src/ace % sed 1q autoscan nostromo
> 9:48
> #! perl -w
>
>
> I spent enough time on this. If someone wants to fix it, here is the
> proto fixed proto patch, but I am not including it.
Akim,
thanks for making this patch. I think that it should be applied as is.
Reasons:
1) There are many things that Automake 1.4 doesn't understand in
Autoconf-2.50-style makefiles. Support for AC_PROG_PERL in Automake can be
and will be fixed.
2) Since Autoconf uses an old version of Automake with a new version of
Autoconf, it's Ok to have workarounds, such as AC_SUBST(M4) and
AC_SUBST(PERL). It's not the first workaround.
3) We should make sure that Automake with support for Autoconf-2.50 will
be released within weeks after Autoconf-2.50. Ideally, they should be
released together. Automake will be beta, but it shouldn't be very
important.
Regards,
Pavel Roskin
- AC_PROG_PERL (macro, docs, used in configure.in), Tim Van Holder, 2001/01/23
- Re: AC_PROG_PERL (macro, docs, used in configure.in), Alexandre Oliva, 2001/01/23
- 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 <=
- 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, 2001/01/30
- 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