This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 02-define-exts.patch
Akim> Another issue is that of @FOO@ variable in bin_PROGRAMS etc.
This has always been a problem with EXEEXT. The rule is that if you
use @FOO@ in _PROGRAMS then you have to remember to add EXEEXT
yourself in configure.in.
Akim> I did this:
Akim> set -e
Or maybe you meant you changed your patch and I misunderstood.
Akim> grep -c '^\.c\.o:' Makefile.in | grep '^1$'
Akim> grep -c '^\.c\.obj:' Makefile.in | grep '^1$'
I don't understand this.
Tom