Pavan Balaji, le Wed 21 Oct 2009 09:55:36 -0500, a écrit : > 1. I see a AC_PROG_CC_C99 in the configure.ac. Do you require the > compiler to be C99 capable always?
No, we ended up using constructs which should pass c90 and the compilers we have tested (aix, solaris, icc). > 2. I believe AM_CONDITIONAL is automake-1.11 specific. I would be very surprised as it's a very basic operation. It is in my 1.9 manual at least so it should be fine. Thanks for the extra review, Samuel