Re: missing warning about absence of AM_PROG_CC_C_O

2009-10-07 Thread Ralf Wildenhues
* Bruno Haible wrote on Tue, Oct 06, 2009 at 10:47:45PM CEST: > How about prefixing every diagnostic with "warning:" or "error:", like gcc > does it? > > foo.c:1:9: warning: integer constant is too large for its type > foo.c:2:7: error: too many decimal points in number Good idea, noted. We

Re: missing warning about absence of AM_PROG_CC_C_O

2009-10-05 Thread Ralf Wildenhues
Hello Bruno, Ian, thanks for the report. * Bruno Haible wrote on Sat, Oct 03, 2009 at 02:42:08PM CEST: > Here is a situation where automake 1.9.6 errs out because of a missing > invocation of AM_PROG_CC_C_O in a configure.ac, but automake >= 1.10 don't > err out any more and instead produces a Ma