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]

AC_CONFIG_FILES and multi-inputs


So I think I have a patch nearly ready to go.

I'm testing it and discovering what might be a deeper problem.

I want to say:

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

autoconf seems to handle this, no problem.

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

Thoughts/ideas?

H


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