This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
AC_CONFIG_FILES and multi-inputs
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: automake at gnu dot org
- Date: Tue, 18 Jun 2002 00:26:48 -0400
- Subject: 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