This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Please tell me this is an automake bug :-)
- From: Bruce Korb <bkorb at pacbell dot net>
- To: Automake Development <automake at gnu dot org>
- Date: Sat, 14 Sep 2002 11:39:21 -0700
- Subject: Please tell me this is an automake bug :-)
- Organization: Home
Or that I have some well-known (?) config issue.
Automake fails to create "Makefile.in" with this:
AC_CONFIG_FILES( [Makefile] )
But works correctly with this:
AC_CONFIG_FILES( Makefile )
The big issue is consistency in quoting. :-(
It is crucial to comprehension.