From: Bruno Haible Date: Mon, 5 Aug 2024 06:03:53 +0000 (+0200) Subject: once: Add missing .m4 file. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=27aad5e373b349a1d05fcaee0a15432d6e38cbde;p=gnulib.git once: Add missing .m4 file. Reported by Collin Funk. * m4/once.m4: New file. --- 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]) +])