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]

automake and AC_CONFIG_FILES($foo)


autoconf handles AC_CONFIG_FILES($foo) properly.

A plain invocation of "automake" rightly complains that it has no idea what
it needs to look at, but running "automake (some list of Makefiles)"
produces:

	configure.ac: 23: required file `./$foo.in' not found

which seems wrong.  If automake is called with explicit filename arguments
it should ignore (or not complain) about variables in AC_CONFIG_FILES.

H


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