Not Autotools 0.2.0
Changes:
- All M4 macros have been moved into the
m4
folder - Created library files
not-automake.m4
,not-autoshell.m4
andnot-misc.m4
- Library file
not-m4.m4
has been renamed tonot-m4sugar.m4
- New macros
nm4_case()
,nm4_in()
,nm4_in_args()
,nm4_lambda()
,nm4_switch()
andnm4_unlambda
have been created innot-m4sugar.m4
- New macros
NM_ENVIRONMENT_KEYS
,NM_GET_AM_VAR()
andNM_LOAD_ENVIRONMENT
have been created innot-automake.m4
- New macros
NS_GETOUT()
,NS_GETVAR()
andNS_SETVAR()
have been created innot-autoshell.m4
- Macro †
NA_GET_LIB_VERSION_ENV()
has been renamed toNM_SET_VERSION_ENVIRONMENT()
and has been moved tonot-misc.m4
- Macros †
NA_ASK_REPLACEMENTS()
, †NA_DEFINE_SUBSTRINGS_AS()
, †NA_FOR_EACH_MATCH()
, †NA_REGEXP_DEPTH()
and †NA_REPEAT_TEXT()
innot-m4sugar.m4
have been renamed tonm4_get_replacements()
,nm4_define_substrings_as()
,nm4_for_each_match()
,nm4_redepth()
, andnm4_repeat()
- Code review
- Examples