automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Support for configure.ac


From: Raja R Harinath
Subject: Re: Support for configure.ac
Date: 18 Jan 2001 11:05:50 -0600
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.95

Lars Hecking <address@hidden> writes:
> > |  At no time an old copy of automake is run.
> > 
> > You don't seem to understand.  Make a
> > 
> > diff automake.in automake
> > 
> > and I think you'll see what I mean.
> 
> % grep @CONFIGURE_AC@ Makefile.in 
> $(srcdir)/stamp-vti: automake.texi $(top_srcdir)/@CONFIGURE_AC@
> %
> 
>  If autoconf, not automake is responsible for substituting @CONFIGURE_AC@
>  in the Makefile, then this simply doesn't work with autoconf-2.13, only
>  with autoconf-cvs.

I see this even with an installed automake.  It appears that
'texi-vers.am' doesn't have the CONFIGURE_AC transform before being
inserted into Makefile.in.  From automake.in, in &handle_texinfo,
around line 2277

            $output_rules .=
                &file_contents_with_transform
                    ('s/address@hidden@/' . $info_cursor . '/g; '
                     . 's/address@hidden@/' . $vti . '/g; '
                     . 's/address@hidden@/' . $vtexi . '/g;'
                     . 's,address@hidden@,' . $conf_pat . ',g;',
                     'texi-vers');

Note the lack of the @CONFIGURE_AC@ transform.

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]