* 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


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to