I am building on FreeBSD and OpenBSD at the moment,
using a bootstrapped source tree. It now seems that
GNUlib is infering with our file 'config.h':
../config.h:561:1: warning "HAVE_DECL_PROGRAM_INVOCATION_NAME" redefined
In file influded from syslogd.h:100:
../lib/argp.h:431:1: warning: this is the location of the previous
definition
No kill/yank? That has to suck...
This happens for a large number of our source files.
Is there some counter measure we ought to implement?
The warning is strange; for one there is an #undef right before
defining HAVE_DECL_PROGRAM_INVOCATION_NAME. Secondly, redefinition of
a macro to the same value is completely valid in C. Can you send me
your config.log file?