Skip to content

Releases: madmurphy/not-autotools

Not Autotools 0.17.0

05 Feb 08:15
Compare
Choose a tag to compare

Changes:

  • Macro † NC_CC_IF_HAVE_POSIX_C() in not-cc.m4 has been rewritten (now supports only one optional argument and caches the result of the check) and renamed to NC_CC_CHECK_POSIX()
  • Code review (macros NA_TRIANGLE_BRACKETS_TO_MAKE_VARS() and NA_TRIANGLE_BRACKETS_TO_SHELL_VARS() in not-autotools.m4; macro NC_CC_CHECK_SIZEOF() in not-cc.m4)

Not Autotools 0.16.0

01 Feb 19:40
Compare
Choose a tag to compare

Changes:

  • New macros n4_expand_once() and n4_expanded_once() have been created in not-m4sugar.m4
  • New macro NR_PROG_VERSION() has been created in not-autoreconf.m4
  • Code review (macro n4_define_substrings_as() in not-m4sugar.m4)

Not Autotools 0.15.1

29 Jan 01:31
Compare
Choose a tag to compare

Changes:

  • Code review (macro NC_CONFIG_SHADOW_DIR() in not-extended-config.m4)

Not Autotools 0.15.0

26 Jan 11:23
Compare
Choose a tag to compare

Changes:

  • New library file not-cc.m4 has been created together with the new macros NC_CC_CHECK_SIZEOF(), NC_CC_CHECK_CHAR_BIT and NC_CC_HAVE_HEADERS()
  • New macros NA_AMEND(), NA_AMENDMENTS_SED_EXPR(), NA_DOUBLE_DOLLAR(), NA_ESC_APOS(), NA_TRIANGLE_BRACKETS_TO_MAKE_VARS(), NA_TRIANGLE_BRACKETS_TO_SHELL_VARS(), NC_MAKETARGET_SUBST() and NC_SUBST_NOTMAKE() have been created in not-autotools.m4
  • Macro † NC_IF_HAVE_POSIX_C() has been renamed to NC_CC_IF_HAVE_POSIX_C() and has been moved to not-cc.m4
  • Macro † NC_SET_GLOBALLY() in not-autotools.m4 has been renamed to NC_GLOBAL_LITERALS()
  • Code review (macro NA_SANITIZE_VARNAME() in not-autotools.m4)

Not Autotools 0.14.0

15 Nov 02:41
Compare
Choose a tag to compare

Changes:

  • Macro † NC_IF_HAVE_POSIX() has been renamed to NC_IF_HAVE_POSIX_C()

Not Autotools 0.13.0

01 Nov 12:53
Compare
Choose a tag to compare

Changes:

  • New macro NR_NEWFILE() has been created in not-autoreconf.m4

Not Autotools 0.12.0

29 Oct 23:28
Compare
Choose a tag to compare

Changes:

  • Library file † not-automake.m4 has been renamed to not-autoreconf.m4
  • Macros † NM_GET_AM_VAR(), † NM_ENVIRONMENT_KEYS and † NM_LOAD_ENVIRONMENT in not-autoreconf.m4 have been renamed to NR_GET_ENV_VAR(), NR_ENVIRONMENT_KEYS and NR_LOAD_ENVIRONMENT
  • Macro † NM_SET_VERSION_ENVIRONMENT() in not-multiversion.m4 has been renamed to NR_SET_VERSION_ENVIRONMENT()
  • New macros n4_includedir() and n4_sincludedir() have been created in not-m4sugar.m4
  • New macro NR_CONFIG_FILES() has been created in not-autoreconf.m4

Not Autotools 0.11.0

28 Oct 04:09
Compare
Choose a tag to compare

Changes:

  • New macro NC_IF_HAVE_POSIX() has been created in not-autotools.m4

Not Autotools 0.10.0

25 Oct 00:04
Compare
Choose a tag to compare

Changes:

  • New macros NS_UNTIL(), NS_BREAK and NS_CONTINUE have been created in not-autoshell.m4

Not Autotools 0.9.0

18 Oct 23:00
Compare
Choose a tag to compare

Changes:

  • New library file not-fancy-texts.m4 has been created containing the new macros n4_sp() and m4_text_center()
  • New macros NS_FOR(), NS_WHILE(), NS_MOVEVAR() and NS_REPLACEVAR() have been created in not-autoshell.m4
  • Macro † NS_SETVAR has been removed from not-autoshell.m4
  • Code review (NS_SETVARS in not-autoshell.m4; NC_CONFIG_SHADOW_DIR() in not-extended-config.m4)