[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation correction
From: |
Josh |
Subject: |
Documentation correction |
Date: |
Fri, 24 Sep 2010 11:37:35 +0900 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100826 Lightning/1.0b1 Thunderbird/3.0.7 |
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 the expansion
of the output variables in the concatenation of boiler/top.mk and
boiler/bot.mk.
- Documentation correction,
Josh <=