[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: |
24 Jan 2001 09:42:07 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
We face the same problem as with GNU M4:
Index: Makefile.in
===================================================================
RCS file: /cvs/autoconf/Makefile.in,v
retrieving revision 1.121
diff -u -u -r1.121 Makefile.in
--- Makefile.in 2001/01/23 14:11:02 1.121
+++ Makefile.in 2001/01/24 08:37:15
@@ -61,7 +61,6 @@
EXPR = @EXPR@
HELP2MAN = @HELP2MAN@
M4 = @M4@
-PERL = @PERL@
PERLSCRIPTS = @PERLSCRIPTS@
standards_texi = @standards_texi@
Automake (which has too much hard coded knowledge on Autoconf) does
not dive into Autoconf's guts, and therefore does not know that
AC_PROG_PERL exists and AC_SUBST's PERL. So it drops it.
Here is what autoscan looks like with the explicit AC_SUBST in
configure.ac:
~/src/ace % sed 1q autoscan nostromo 9:41
#! -w
*I* *can't* *wait*...
- 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 <=
- 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, 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