Skip to content

Releases: madmurphy/not-autotools

Not Autotools 1.0.0

16 Sep 22:02
Compare
Choose a tag to compare

Changes:

  • The version number of the collection has been set to 1.0.0
  • New macros NC_CPP_IF(), NC_CC_STATIC_ASSERT() and NC_CC_CHECK_UINT_FROM_TO() have been created in not-cc.m4
  • Documentation

Not Autotools 0.24.0

24 Aug 13:33
Compare
Choose a tag to compare

Changes:

  • Macro † NC_QUERY_PROGS() in not-autotools.m4 has been renamed to NM_QUERY_PROGS()
  • File † not-multiversion.m4, containing the † NR_SET_VERSION_ENVIRONMENT() macro, has been removed
  • Macros † NS_ECHO_IF() and † NS_ECHO_IF_UNQUOTED() have been removed from not-autoshell.m4 – you can use NS_PP_IF([NS_STDOUT], ...) and NS_PP_IF([NS_STDOUT_UNQUOTED], ...) to obtain the same result
  • Code review (macros NC_MSG_ERRORBOX() and NC_MSG_FAILUREBOX() in not-ac-messages.m4)
  • Documentation

Not Autotools 0.23.0

16 Aug 16:53
Compare
Choose a tag to compare

Changes:

  • New macros NS_ECHO_IF(), NS_ECHO_IF_UNQUOTED(), NS_IF(), NS_PP_IF(), NS_STDOUT(), NS_STDOUT_UNQUOTED(), NS_STRING_IF() and NS_STRING_IF_UNQUOTED() have been created in not-autoshell.m4
  • The complete macro index has been published (see macro-index.md)
  • A script for generating automatically the complete macro index has been added to the package tree (see pkgutils/macro-index-generator.sh)
  • Documentation

Not Autotools 0.22.0

20 Oct 06:40
Compare
Choose a tag to compare

Changes:

  • New macros n4_joinalln() and n4_list_index() have been created in not-m4sugar.m4
  • New macro NC_QUERY_PROGS() has been created in not-autotools.m4
  • The argument order of n4_list_index() in not-m4sugar.m4 has changed

Not Autotools 0.21.1

06 Oct 21:54
Compare
Choose a tag to compare

Changes:

  • Code review (macros n4_includedir() and n4_sincludedir() in not-m4sugar.m4; macros NS_TEST_EQ(), NS_TEST_NE(), NS_TEST_AEQ() and NS_TEST_NAE() in not-autoshell.m4)

Not Autotools 0.21.0

03 Oct 17:29
Compare
Choose a tag to compare

Changes:

  • New macro NC_GLOBAL_LITERALS_NOTMAKE() has been created in not-autotools.m4
  • Macro NC_MAKETARGET_SUBST() in not-autotools.m4 has been expanded and now supports order-only prerequisites as well
  • Code review (macros NC_GLOBAL_LITERALS() and NC_REQ_PROGS() in not-autotools.m4; macro NC_CONFIG_SHADOW_DIR() in not-extended-config.m4)

Not Autotools 0.20.1

01 Mar 17:30
Compare
Choose a tag to compare

Changes:

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

Not Autotools 0.20.0

24 Feb 13:19
Compare
Choose a tag to compare

Changes:

  • New macro NC_REQUIRE() has been created in not-autotools.m4
  • Macro † NC_CC_HAVE_HEADERS() has been removed from not-cc.m4 (the only feature this macro was adding to the native AC_CHECK_HEADERS() was the possibility to give custom names to the shell variables created for each header)
  • Macro n4_repeat() has been simplified – for complex cases please use m4_for()
  • Code review (macro NC_CONFIG_SHADOW_DIR() in not-extended-config.m4; macro NS_TEXT_WRAP() in not-autoshell.m4; macros NC_GET_PROGS() and NC_REQ_PROGS() in not-autotools.m4)
  • A version string has been added to all macros and has been set to 1.0.0, independently of possible previous versions (i.e. versioning begins now)
  • Documentation

Not Autotools 0.19.0

12 Feb 06:21
Compare
Choose a tag to compare

Changes:

  • New macros NC_ARG_MISSING() and NC_ARG_MISSING_WITHVAL() have been created in not-autotools.m4
  • New macros NS_TEST_AEQ(), NS_TEST_EQ(), NS_TEST_NAE() and NS_TEST_NE() have been created in not-autoshell.m4
  • Code review (macros NS_TEXT_WRAP() and NS_TEXT_WRAP_UNQUOTED() in not-autoshell.m4; macro NC_GET_PROGS() in not-autotools.m4)

Not Autotools 0.18.0

06 Feb 22:31
Compare
Choose a tag to compare

Changes:

  • New macros NS_TEXT_WRAP(), NS_TEXT_WRAP_UNQUOTED() and NS_TEXT_WRAP_CENTER() have been created in not-autoshell.m4
  • Code review (macro m4_text_center() in not-fancy-texts.m4)
  • Documentation