On 06.04.2017 22:00, Helmut K. C. Tessarek wrote: > There is a bug in how APR and APR-util are distributed. > > Some of the typical autotools defines made it into the current packages > and they interfere with one's own build process: > > one example (there are 5 different occurrences): > > In file included from /usr/local/apache/include/ap_config.h:138:0, > from /usr/local/apache/include/ap_provider.h:29, > from myfile.c:33: > /usr/local/apache/include/ap_config_auto.h:210:0: warning: > "PACKAGE_BUGREPORT" redefined [enabled by default] > #define PACKAGE_BUGREPORT ""
These are not APR headers, they're httpd headers. > I'm not sure how these defines were even generated, because I couldn't > find any .ac files or the defines in trunk. So maybe this has been fixed > already.