> 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
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
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
> >
> >