>>>>> "Cliff" == Cliff Tsai <[EMAIL PROTECTED]> 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
- Makefile.am error(unused variables)! Cliff Tsai
- Tom Tromey