autoconf
[Top][All Lists]
Advanced

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

Re: regenerating a script specified in AC_CONFIG_FILES


From: Ralf Wildenhues
Subject: Re: regenerating a script specified in AC_CONFIG_FILES
Date: Thu, 8 Oct 2009 23:03:35 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

* Adam Mercer wrote on Thu, Oct 08, 2009 at 10:02:32PM CEST:
> On Thu, Oct 8, 2009 at 13:59, Ralf Wildenhues wrote:
> 
> > Are you using Automake?  If yes, and if the arguments to AC_CONFIG_FILES
> > are shell literals, then automake should produce a rule to regenerate
> > the file for you.
> 
> Yes I'm using automake, I believe the arguments to AC_CONFIG_FILES are
> shell literals:
> 
> AC_CONFIG_FILES([ \
> <snip>
>                  lib/git_version
>                  lib/Makefile \
> <snip>
> ])
> 
> but the script isn't being updated.

Can you post configure.ac and the Makefile.am, or a small example
package that reproduces the issue?

Thanks,
Ralf




reply via email to

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