Hi, I have a problem with config_auto.h. This file should not be included in the distribution. I try to build another package with autoconf, but the compiler (preprocessor) warns me about redefined symbols PACKAGE, PACKAGE_BUGREPORT, ...
I'm not sure how to do that with autoconf, but the generated config.h should not be included in public includes. There should be come config.h.in, which only includes the needed macros. Tommi
