Hello
I am trying to create a Makefile.am file for a simple
program that has all its sources in a single directory.
I thought this would be easy, but I just can not seem
to figure out how to tell automake to conditionally
compile one of two files. I must be missing a something
really obvious here
I am getting an error running my configure script using the lastest CVS of
automake.
configure[832]: syntax error at line 836 : `<<' unexpected
830 test x"${MISSING+set}" = xset || \
831 MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
832 if eval "$MISSING --run :
Paul> I am getting an error running my configure script using the
Paul> lastest CVS of automake.
Paul> configure[832]: syntax error at line 836 : `<<' unexpected
This means you had a local change to configure which conflicted with a
change that was checked in to cvs. "rm configure ; cvs update"