automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake and AC_CONFIG_FILES($foo)


From: Harlan Stenn
Subject: automake and AC_CONFIG_FILES($foo)
Date: Tue, 16 Apr 2002 18:20:17 -0400
User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]