Lars Hecking <[EMAIL PROTECTED]> 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/\@TEXI\@/' . $info_cursor . '/g; '
                     . 's/\@VTI\@/' . $vti . '/g; '
                     . 's/\@VTEXI\@/' . $vtexi . '/g;'
                     . 's,\@MDDIR\@,' . $conf_pat . ',g;',
                     'texi-vers');

Note the lack of the @CONFIGURE_AC@ transform.

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
"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