This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Please tell me this is an automake bug :-)
- From: Tom Tromey <tromey at redhat dot com>
- To: Bruce Korb <bkorb at pacbell dot net>
- Cc: Automake Development <automake at gnu dot org>
- Date: 15 Sep 2002 12:53:01 -0600
- Subject: Re: Please tell me this is an automake bug :-)
- References: <3D838259.73A37D68@pacbell.net>
- Reply-to: tromey at redhat dot com
>>>>> "Bruce" == Bruce Korb <bkorb@pacbell.net> writes:
Bruce> Or that I have some well-known (?) config issue.
Bruce> Automake fails to create "Makefile.in" with this:
Bruce> AC_CONFIG_FILES( [Makefile] )
Bruce> But works correctly with this:
Bruce> AC_CONFIG_FILES( Makefile )
What version of automake are you using?
My understanding is that with traces this should work, and if not, it
is an autoconf bug.
Without traces, perhaps there is a bug in the configure.in scanning.
Tom