[adding autoconf and bug-gnulib list, so others can chime in]
On 09/23/2010 09:12 AM, Bruce Korb wrote:
Hi Eric,
On Thu, Sep 23, 2010 at 4:52 AM, Eric Blake wrote:
** Newly obsolete macros
The following macros have been marked obsolete. New programs
should use the corresponding Gnulib
On
http://www.gnu.org/software/hello/manual/autoconf/Configuration-Actions.html#Configuration-Actions
the brackets seem to be ordered incorrectly in the example macro.
‘AC_CONFIG_FILES([Makefile:boiler/top.mk:boiler/bot.mk)]’, for example,
asks for the creation of the file Makefile that contains
Hello Josh,
* Josh wrote on Fri, Sep 24, 2010 at 04:37:35AM CEST:
> http://www.gnu.org/software/hello/manual/autoconf/Configuration-Actions.html#Configuration-Actions
>
> the brackets seem to be ordered incorrectly in the example macro.
>
> ‘AC_CONFIG_FILES([Makefile:boiler/top.mk:boiler/bot.mk)