Handle more general types of option arguments.

* build-aux/cross-options.pl: The argument ends at the first
	space, not the first non-symbol character.
	Use @var for each word appearing the argument description.
(cherry picked from commit 74eae918c3)
This commit is contained in:
Akim Demaille
2009-04-06 00:50:21 -04:00
committed by Joel E. Denny
parent c19178bfaf
commit 0213d65176
2 changed files with 25 additions and 7 deletions
+7
View File
@@ -1,3 +1,10 @@
2008-11-07 Akim Demaille <[email protected]>
Handle more general types of option arguments.
* build-aux/cross-options.pl: The argument ends at the first
space, not the first non-symbol character.
Use @var for each word appearing the argument description.
2009-04-04 Joel E. Denny <[email protected]>
Remove spurious initial empty lines.