Summary: fix, properly expand OG_MULTIARG_ITEM indirections
authorSebastian Freundt <hroptatyr@fresse.org>
Fri, 20 Jan 2012 23:58:10 +0000 (23:58 +0000)
committerSebastian Freundt <hroptatyr@fresse.org>
Fri, 20 Jan 2012 23:58:10 +0000 (23:58 +0000)
commit654c80d5b994db7452faf40ddad9f27eb3361bf5
tree2fba2761084de1ea0216360114112a2a29918e05
parent910cd5f620045acaa21e8c765cee64f061947f2b
Summary: fix, properly expand OG_MULTIARG_ITEM indirections
Keywords: bldchn

This changeset expands the explanations of multiarg items in option
groups properly (again), m4_text_wrap (and AS_HELP_STRING) fail to
evaluate arguments that come from the temporary redefinition of
OG_MULTIARG_ITEM.

* m4/sxe-option-groups.m4: mimic AS_HELP_STRING in temporary expansion
  of OG_MULTIARG_ITEM

Signed-off-by: Sebastian Freundt <hroptatyr@fresse.org>
m4/sxe-option-groups.m4