From 27aad5e373b349a1d05fcaee0a15432d6e38cbde Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 5 Aug 2024 08:03:53 +0200 Subject: [PATCH] once: Add missing .m4 file. Reported by Collin Funk. * m4/once.m4: New file. --- ChangeLog | 6 ++++++ m4/once.m4 | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 m4/once.m4 diff --git a/ChangeLog b/ChangeLog index ecc4dc6f1f..2c543e24e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-08-05 Bruno Haible + + once: Add missing .m4 file. + Reported by Collin Funk. + * m4/once.m4: New file. + 2024-08-04 Bruno Haible mtx-tests: Reduce dependencies. diff --git a/m4/once.m4 b/m4/once.m4 new file mode 100644 index 0000000000..6b0d32394d --- /dev/null +++ b/m4/once.m4 @@ -0,0 +1,13 @@ +# once.m4 +# serial 1 +dnl Copyright (C) 2024 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +dnl From Bruno Haible. + +AC_DEFUN([gl_ONCE], +[ + AC_REQUIRE([gl_THREADLIB]) +]) -- 2.39.5