Re: how to prefix definitions in config.h

2002-03-17 Thread Paul Eggert
> Date: Sun, 17 Mar 2002 13:48:30 +0100 > From: Guido Draheim <[EMAIL PROTECTED]> > your point is quite fine - why not let the lines > go into the makefile instead of config.status. I just wonder how to > do this - if it would be possible then it would be fr better > since `make` can take of

Debian Autoconf bug report: Bug#138666: autoconf: AC_EXEEXT fails when CFLAGS="-fprofile-arcs -ftest-coverage"

2002-03-17 Thread Ben Pfaff
Hi. I'm the maintainer of the Debian package for Autoconf. I received the following bug report against Autoconf 2.52. It looks like it still applies to Autoconf 2.53, so I'm passing it along upstream with this message. Thanks, Ben. Start of forwarded message

Re: how to prefix definitions in config.h

2002-03-17 Thread Guido Draheim
Es schrieb Paul Eggert: > > > From: Akim Demaille <[EMAIL PROTECTED]> > > Date: 13 Mar 2002 11:23:10 +0100 > > > > My question is merely one of interface. > > > > Currently > > > > AC_INIT > > AC_CONFIG_HEADERS(config.h) > > AC_CONFIG_COMMANDS(config.h, [echo Hello, world]) > > AC_OUTPUT > > > >