Package libconfix :: Package core :: Package automake :: Module helper_automake
[show private | hide private]
[frames | no frames]

Module libconfix.core.automake.helper_automake

Function Summary
  automake_name(name)
If name contains letters which do not appear to be valid automake identifiers (m4 macros?), substitute them with '_'.
  format_word_list(words)

Function Details

automake_name(name)

If name contains letters which do not appear to be valid
automake identifiers (m4 macros?), substitute them with
'_'. automake complains (because of the '-') something like::

  12: bad macro name `libentitycontainer_xmi-nsuml_a_SOURCES'

:todo: are there more characters which are invalid?

:return: a copy of the input parameter with all the offending
   characters replaced

Generated by Epydoc 2.1 on Fri Nov 23 16:56:37 2007 http://epydoc.sf.net