In addition to my previous message:

I'm just install automake form cvs and for simple Makefile.am got another 
error:
---{Makefile.am}
bin_PROGRAMS = maketest
# qq \
maketest_SOURCES = main.cc
---
$ aclocal
$ autoconf
$ automake -a
Makefile.am:1: bin_PROGRAMS multiply defined in condition TRUE
# qq \
  bin_PROGRAMS (User, where = Makefile.am:1) =
  {
    TRUE => maketest
  }
/usr/share/automake-1.6a/am/program.am: bad macro name `'
automake: Makefile.am: C source seen but `CC' not defined in `configure.in'


Reply via email to