bug-automake
[Top][All Lists]
Advanced

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

Re: MIssing "location" in automake-1.6.3 error message


From: Alexandre Duret-Lutz
Subject: Re: MIssing "location" in automake-1.6.3 error message
Date: 24 Aug 2002 13:36:21 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Harlan" == Harlan Stenn <address@hidden> writes:

 Harlan> I'm seeing the following with automake-1.6.3:
 Harlan> % automake
 Harlan> ...
 Harlan> Use of uninitialized value in hash element at automake line 8516
 Harlan> Use of uninitialized value in list assignment at automake line 8505
 Harlan> Use of uninitialized value in concatenation (.) at automake line 8506
 Harlan> : warning: automake does not support bin_PROGRAMS being defined 
conditionally

 Harlan> Note the missing "location" of the Makefile.am in the
 Harlan> last line of the example.

Could you explain how to reproduce this?

I've tried

if COND
  bin_PROGRAMS = foo
endif

but this didn't yield any warnings.
-- 
Alexandre Duret-Lutz





reply via email to

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