automake
[Top][All Lists]
Advanced

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

Re: Makefile.am error(unused variables)!


From: Tom Tromey
Subject: Re: Makefile.am error(unused variables)!
Date: 17 Feb 2001 10:39:19 -0700

>>>>> "Cliff" == Cliff Tsai <address@hidden> writes:

Cliff>     I write a simple program and using autoconf,automake,but
Cliff>     have following automake problem.
Cliff>     my Makefile.am is

Cliff>     bin_PROGRAMS = test
Cliff>     test_SOURCES = main.c help.c help.h

Cliff>     but encounter a error->
Cliff>     Makefile.am:2 invalid unused variable name:test_SOURCES

Hmm.  Is this really it?  That seems weird.

What version of automake are you using?

Can you write a complete simple test case?

Tom



reply via email to

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