bug-automake
[Top][All Lists]
Advanced

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

Incomplete location in automake-1.6.3 error message with conditionals


From: Harlan Stenn
Subject: Incomplete location in automake-1.6.3 error message with conditionals
Date: Tue, 20 Aug 2002 00:16:55 -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)

In automake-1.6.3 I have a Makefile.am Somewhere in a project that
erroneously attempts to augment CFLAGS using:

 if COND_FOO
   CFLAGS = @CFLAGS@ -g -rdynamic
 endif

which (reasonably) generates the following when I run automake:

 configure.in:NN: CFLAGS was already defined in condition TRUE, which
 implies condition COND_FOO

 CFLAGS (user, where = configure.in:NN) =
 {
   COND_FOO => @CFLAGS@ -g -rdynamic
   TRUE => @CFLAGS@
 }

but it doesn't tell me the Makefile.am that contains the offending lines.

H




reply via email to

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