On Fri, Jun 06, 2008 at 11:57:33AM +0200, Patrice Dumas <[EMAIL PROTECTED]> wrote: > Here is a patch to use AC_DEFINE instead of AC_DEFINE_UNQUOTED when it > should be used, also use the third argument of AC_DEFINE, and a bit more > quoting.
Thanks. I applied most of this patch against CVS. > This in turns generates automatically config.h.in which is nice > to avoid having old cruft in config.h.in I didn't apply the changes to config.h.in, as those were broken- config.h.in contains a number of small preprocessor scripts which combine variables, for example #ifdef HAVE_JPEGLIB_H #ifdef HAVE_LIBJPEG #define HAVE_JPEGLIB #endif #endif Those were gone in your version. Besides, I like my old cruft. Greetings Matthias
