This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: AC_CONFIG_FILES and multi-inputs


>>> "Harlan" == Harlan Stenn <Harlan.Stenn@pfcs.com> writes:

[...]

 Harlan> AC_CONFIG_FILES(foo)
 Harlan> AC_CONFIG_FILES(Makefile:foo:Makefile.in)

[...]

 Harlan> Automake, however, builds a Makefile expecting "foo" in
 Harlan> srcdir, when it is really in the builddir.

Maybe &rewrite_inputs_into_dependencies could be taught that
when a file appears in @other_input_files it should be prefixed
with $(top_builddir) instead of $(top_srcdir)? 

-- 
Alexandre Duret-Lutz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]