2020-11-30 Niels Möller <nisse@lysator.liu.se>
+ * m4-utils.m4 (m4_unquote): New macro, copied from GMP's
+ mpn/asm-defs.m4.
+
* chacha-crypt.c: (_nettle_chacha_crypt_4core)
(_nettle_chacha_crypt32_4core): New functions.
(_nettle_chacha_crypt_2core, _nettle_chacha_crypt32_2core):
dnl Various generic m4 things.
+dnl Usage: m4_unquote(macro)
+dnl
+dnl Allow the argument text to be re-evaluated. This is useful for "token
+dnl pasting" like m4_unquote(foo`'bar).
+
+define(m4_unquote,
+m4_assert_onearg()
+`$1')
+
dnl Usage: m4_length(string)
dnl