]> Savannah Git Hosting - gnulib.git/commitdiff
Add serial numbers to *.m4 files that did not have them.
authorBruno Haible <bruno@clisp.org>
Thu, 4 Apr 2024 10:22:38 +0000 (12:22 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Apr 2024 10:38:48 +0000 (12:38 +0200)
* m4/*.m4: Ensure the usual file header with file name and serial
number.

38 files changed:
ChangeLog
m4/__inline.m4
m4/assert_h.m4
m4/builtin-expect.m4
m4/c-bool.m4
m4/config-h.m4
m4/execinfo.m4
m4/explicit_bzero.m4
m4/extern-inline.m4
m4/fnmatch.m4
m4/gnu-make.m4
m4/ieee754-h.m4
m4/isapipe.m4
m4/largefile.m4
m4/lib-ignore.m4
m4/libgcrypt.m4
m4/limits-h.m4
m4/mkancesdirs.m4
m4/mpsort.m4
m4/non-recursive-gnulib-prefix-hack.m4
m4/nullptr.m4
m4/obstack.m4
m4/open-cloexec.m4
m4/posix-shell.m4
m4/qsort_r.m4
m4/savewd.m4
m4/selinux-label-h.m4
m4/stat-time.m4
m4/std-gnu11.m4
m4/stdalign.m4
m4/stdnoreturn.m4
m4/time_r.m4
m4/time_rz.m4
m4/timespec_getres.m4
m4/totalorder.m4
m4/utimens.m4
m4/wchar_h.m4
m4/write-any-file.m4

index 13bb61bc1471434e473700e0403801ee6bec8e68..536c69737ef8567b1d10997f6ab18e4fd9dc2720 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-04-04  Bruno Haible  <bruno@clisp.org>
 
+       Add serial numbers to *.m4 files that did not have them.
+       * m4/*.m4: Ensure the usual file header with file name and serial
+       number.
+
        Make the file header of *.m4 files consistent:
        1. The file name.
        2. The serial number.
index 992e16f4ea7015b3c7b0e50c6a674ad7ce4902f3..20baf16437f8c9fbcc1cfda2ab5bc0bf6c937351 100644 (file)
@@ -1,9 +1,12 @@
-# Test for __inline keyword
+# __inline.m4
+# serial 1
 dnl Copyright 2017-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.
 
+# Test for __inline keyword
+
 AC_DEFUN([gl___INLINE],
 [
   AC_CACHE_CHECK([whether the compiler supports the __inline keyword],
index d3d4c42519f79e336ef2cc4da980fa6eb9a69f70..b90d0f193904da1f25b0cf2ea36ad060e5ccf1b0 100644 (file)
@@ -1,4 +1,5 @@
-# assert-h.m4
+# assert_h.m4
+# serial 1
 dnl Copyright (C) 2011-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,
index 8faffc503543c812c4ec8fb33af340add8c663d1..c7af926b34c3b4e57c5a690aaea62ad62f984ea5 100644 (file)
@@ -1,10 +1,12 @@
-dnl Check for __builtin_expect.
-
+# builtin-expect.m4
+# serial 1
 dnl Copyright 2016-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 Check for __builtin_expect.
+
 dnl Written by Paul Eggert.
 
 AC_DEFUN([gl___BUILTIN_EXPECT],
index 44fba3c012fcf7677e8bb0452cd761dbe12b3b2e..0fb0de3b59ede38ea9886df5560b9d81568f62d7 100644 (file)
@@ -1,10 +1,12 @@
-# Check for bool that conforms to C2023.
-
+# c-bool.m4
+# serial 1
 dnl Copyright 2022-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.
 
+# Check for bool that conforms to C2023.
+
 AC_DEFUN([gl_C_BOOL],
 [
   AC_CACHE_CHECK([for bool, true, false], [gl_cv_c_bool],
index 9f3ab6ae5387bcbf14cc5855e23b4ba510156b79..9e031946504550cf3c502db933f0dfcbd2cbe1e5 100644 (file)
@@ -1,10 +1,12 @@
-# Say that -DHAVE_CONFIG_H is not needed.
-
+# config-h.m4
+# serial 1
 dnl Copyright (C) 2006, 2009-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.
 
+# Say that -DHAVE_CONFIG_H is not needed.
+
 dnl Written by Paul Eggert.
 
 # This package's source files all include config.h unconditionally,
index a76c33525e625eae530a2b33fa252e8707840ed7..9dc8d6d489d2fef9787a310787248f17cf6b6bff 100644 (file)
@@ -1,10 +1,12 @@
-# Check for GNU-style execinfo.h.
-
+# execinfo.m4
+# serial 1
 dnl Copyright 2012-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.
 
+# Check for GNU-style execinfo.h.
+
 AC_DEFUN([gl_EXECINFO_H],
 [
   AC_CHECK_HEADERS_ONCE([execinfo.h])
index 3b5af5eea38652ae604276a7c6810334363021ae..13417d65b48a7b76d936293d57df5fb00dccdb85 100644 (file)
@@ -1,3 +1,5 @@
+# explicit_bzero.m4
+# serial 1
 dnl Copyright 2017-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,
index 680250ec77452f62208ad165d2bdd6f9ae2fe8d6..547da82afa5cb17258a0ebe5c3974406117ed7dd 100644 (file)
@@ -1,10 +1,12 @@
-dnl 'extern inline' a la ISO C99.
-
+# extern-inline.m4
+# serial 1
 dnl Copyright 2012-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 'extern inline' a la ISO C99.
+
 AC_DEFUN([gl_EXTERN_INLINE],
 [
   AC_CACHE_CHECK([whether ctype.h defines __header_inline],
index 54d5c7bbdf837bfe79537be295b60c46b00ea822..48b7c04764d0460e2276237074ef4289ecaa1d9d 100644 (file)
@@ -1,9 +1,11 @@
-# Check for fnmatch - serial 20  -*- coding: utf-8 -*-
+# fnmatch.m4
+# serial 20  -*- coding: utf-8 -*-
+dnl Copyright (C) 2000-2007, 2009-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.
 
-# Copyright (C) 2000-2007, 2009-2024 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Check for fnmatch
 
 # Autoconf defines AC_FUNC_FNMATCH, but that is obsolescent.
 # New applications should use the macros below instead.
index c8831a98abee96428e59b70bbc78041b33b09933..fdc0e6a0b20f774d42cc27f7631e504f14b643d2 100644 (file)
@@ -1,10 +1,11 @@
-# Determine whether recent-enough GNU Make is being used.
-
-# Copyright (C) 2007, 2009-2024 Free Software Foundation, Inc.
+# gnu-make.m4
+# serial 1
+dnl Copyright (C) 2007, 2009-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.
 
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Determine whether recent-enough GNU Make is being used.
 
 # Written by Paul Eggert.
 
index cc8ef32bd3259a790d4bd4c07967daacce1c1f79..fa41db5c94565dc8d7152fcc726b14c2ce36bdd5 100644 (file)
@@ -1,10 +1,12 @@
-# Configure ieee754-h module
-
+# ieee754-h.m4
+# serial 1
 dnl Copyright 2018-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.
 
+# Configure ieee754-h module
+
 AC_DEFUN([gl_IEEE754_H],
 [
   AC_REQUIRE([AC_C_BIGENDIAN])
index 95f44ad4478db46b4edf233e3f5b115bd0a745b1..a23563328e24a63bdb3428bbdc16fac07fa8775b 100644 (file)
@@ -1,11 +1,12 @@
-# Test whether a file descriptor is a pipe.
-
+# isapipe.m4
+# serial 1
 dnl Copyright (C) 2006, 2009-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.
 
+# Test whether a file descriptor is a pipe.
+
 dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_ISAPIPE],
index cbe9bc1f63d00a6fd1cfa3cb7a44cbfe22160f11..cf97e986a36f39957413488fcd8c2870b804aa13 100644 (file)
@@ -1,11 +1,13 @@
+# largefile.m4
+# serial 1
+dnl Copyright 1992-1996, 1998-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.
+
 # Enable large files on systems where this is not the default.
 # Enable support for files on Linux file systems with 64-bit inode numbers.
 
-# Copyright 1992-1996, 1998-2024 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
 # The following macro works around a problem in Autoconf's AC_FUNC_FSEEKO:
 # It does not set _LARGEFILE_SOURCE=1 on HP-UX/ia64 32-bit, although this
 # setting of _LARGEFILE_SOURCE is needed so that <stdio.h> declares fseeko
index 431b7e7472ef4eaed3cfc862952a80b88da52a52..4493c764cfc427149b26e2d9ee12499349d3df14 100644 (file)
@@ -1,10 +1,12 @@
-# If possible, ignore libraries that are not depended on.
-
+# lib-ignore.m4
+# serial 1
 dnl Copyright (C) 2006, 2009-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.
 
+# If possible, ignore libraries that are not depended on.
+
 dnl Written by Paul Eggert.
 
 # gl_IGNORE_UNUSED_LIBRARIES
index cd4249e87b621a7f48a1c2390f83b3a9c450afde..e4a1a1095b1d3b660b696f0721856a60227a4f02 100644 (file)
@@ -1,4 +1,5 @@
-# libgcrypt.m4 - Autoconf macros to detect libgcrypt
+# libgcrypt.m4
+# serial 1
 # Copyright (C) 2002, 2003, 2004, 2011, 2014, 2018, 2020 g10 Code GmbH
 #
 # This file is free software; as a special exception the author gives
@@ -11,6 +12,7 @@
 #
 # Last-changed: 2022-11-01
 
+# libgcrypt.m4 - Autoconf macros to detect libgcrypt
 
 dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
 dnl                   [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
index 1825328380b570b1ee1d233a717812fa65bc8424..1b619e1eb2ee372500c0bdfbd52b0464e6a4653b 100644 (file)
@@ -1,10 +1,12 @@
-dnl Check whether limits.h has needed features.
-
+# limits-h.m4
+# serial 1
 dnl Copyright 2016-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 Check whether limits.h has needed features.
+
 dnl From Paul Eggert.
 
 AC_DEFUN_ONCE([gl_LIMITS_H],
index 914f534ff1e6d1b46920f9012f9400fb2fd6638b..3fb4081a1f610f8ba2f59a4761fd778f067b79ce 100644 (file)
@@ -1,9 +1,12 @@
-# Make a file's ancestor directories.
+# mkancesdirs.m4
+# serial 1
 dnl Copyright (C) 2006, 2009-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.
 
+# Make a file's ancestor directories.
+
 AC_DEFUN([gl_MKANCESDIRS],
 [
   :
index 3f592e9dab0752e7170bc8773499b5e555eb5a35..0153263e84965010456d7ddbd17233be5d557c16 100644 (file)
@@ -1,10 +1,11 @@
-# Sort a vector of pointers to data.
-
-# Copyright (C) 2007, 2009-2024 Free Software Foundation, Inc.
+# mpsort.m4
+# serial 1
+dnl Copyright (C) 2007, 2009-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.
 
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Sort a vector of pointers to data.
 
 AC_DEFUN([gl_MPSORT],
 [
index 744c25298737da14651d1cfaf97abe61304cefb2..83d9ccb3a105fcafd6a3aaddbee0b5846141c415 100644 (file)
@@ -1,3 +1,5 @@
+# non-recursive-gnulib-prefix-hack.m4
+# serial 1
 dnl Copyright (C) 2012-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,
index f5721e5c33ae3c97e06bd6b434537624fe9510fe..eeeee99495447612978496f70ef0621574fb9ceb 100644 (file)
@@ -1,10 +1,12 @@
-# Check for nullptr that conforms to C23 and C++11.
-
+# nullptr.m4
+# serial 1
 dnl Copyright 2023-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.
 
+# Check for nullptr that conforms to C23 and C++11.
+
 AC_DEFUN([gl_NULLPTR],
 [
   m4_provide_if([AC_PROG_CC],
index be553cfb78926764d0ef8b3e5b6088fc1d1a649c..bfab293f7abd2855049e2ab907913e97b6970f65 100644 (file)
@@ -1,10 +1,12 @@
-# See if we need to provide obstacks.
-
+# obstack.m4
+# serial 1
 dnl Copyright 1996-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.
 
+# See if we need to provide obstacks.
+
 dnl Autoconf's AC_FUNC_OBSTACK is marked obsolete since version 2.70.
 dnl We provide our own macro here.
 
index a2d50329b9772ce3cc4253677b5c4d709dfac85a..6defdfb4005fbfab8b61919a22c205089acccb40 100644 (file)
@@ -1,10 +1,12 @@
-# Test whether O_CLOEXEC is defined.
-
+# open-cloexec.m4
+# serial 1
 dnl Copyright 2017-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.
 
+# Test whether O_CLOEXEC is defined.
+
 AC_DEFUN([gl_PREPROC_O_CLOEXEC],
 [
   AC_CACHE_CHECK([for O_CLOEXEC],
index 36f8fb8ca8dc30d7aeb56a160417125db6822668..ea90c8d286148c67d8d984b6adc8eea23aaf69eb 100644 (file)
@@ -1,10 +1,11 @@
-# Find a POSIX-conforming shell.
-
-# Copyright (C) 2007-2024 Free Software Foundation, Inc.
+# posix-shell.m4
+# serial 1
+dnl Copyright (C) 2007-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.
 
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Find a POSIX-conforming shell.
 
 # Written by Paul Eggert.
 
index 0ff79f30f4419b8bca7efe4e02a1aaf9fec6f97b..67cd556cd163af54526cf4cf72d9e735d3b404d3 100644 (file)
@@ -1,10 +1,12 @@
-dnl Reentrant sort function.
-
+# qsort_r.m4
+# serial 1
 dnl Copyright 2014-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 Reentrant sort function.
+
 dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_FUNC_QSORT_R],
index ebbe65d0c1c51bc50fcd46d368a134ffd3ef7bb0..7d61bb673c67a4bbfe697c2772ce55f50282203c 100644 (file)
@@ -1,8 +1,10 @@
-# Save and restore the working directory, possibly using a child process.
-
+# savewd.m4
+# serial 1
 dnl Copyright (C) 2004, 2009-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.
 
+# Save and restore the working directory, possibly using a child process.
+
 AC_DEFUN([gl_SAVEWD], [:])
index 87a19e1c048834256b7ebdb04897c3f8e15b4fb7..2f46ec9cafb667995162db912ddaee1efd0fe48f 100644 (file)
@@ -1,7 +1,9 @@
-# Copyright 2020-2024 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# selinux-label-h.m4
+# serial 1
+dnl Copyright 2020-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.
 
 # From Paul Eggert
 # Provide <selinux/label.h>, if necessary.
index 8bec2f5f8152a5a6b4f766168c6c2fca5e48629c..e8ee7d5125e236eea7461085867268b8cad3c38f 100644 (file)
@@ -1,11 +1,11 @@
-# Checks for stat-related time functions.
-
-# Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-2024 Free Software
-# Foundation, Inc.
+# stat-time.m4
+# serial 1
+dnl Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-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.
 
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Checks for stat-related time functions.
 
 dnl From Paul Eggert.
 
index 59998c17cf75690ffdb3dfc04dcdeb8ee137ee57..37324c158e7cf2e75e7340f71d530146e8effe71 100644 (file)
@@ -1,3 +1,6 @@
+# std-gnu11.m4
+# serial 1
+
 # Prefer GNU C11 and C++11 to earlier versions.  -*- coding: utf-8 -*-
 
 # This implementation is taken from GNU Autoconf lib/autoconf/c.m4
index e3c1e609236e73c02876e4d552de49d708db88e1..2b4762f3200708eda590caed931b2008ea23adbe 100644 (file)
@@ -1,10 +1,12 @@
-# Check for alignas and alignof that conform to C23.
-
+# stdalign.m4
+# serial 1
 dnl Copyright 2011-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.
 
+# Check for alignas and alignof that conform to C23.
+
 dnl Written by Paul Eggert and Bruno Haible.
 
 # Prepare for substituting <stdalign.h> if it is not supported.
index 02c0dd5252d15168ed9a9d42f4571db31f1f757b..cb8e103eaf6d360979424f893e07ba1bb90479c9 100644 (file)
@@ -1,10 +1,12 @@
-# Check for stdnoreturn.h that conforms to C11.
-
+# stdnoreturn.m4
+# serial 1
 dnl Copyright 2012-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.
 
+# Check for stdnoreturn.h that conforms to C11.
+
 # Prepare for substituting <stdnoreturn.h> if it is not supported.
 
 AC_DEFUN([gl_STDNORETURN_H],
index 4ee2175b6908d1b41158f6a2bbf75d2e69bc1a28..3675390e87172e468013ad6542fc8d50295b1eb3 100644 (file)
@@ -1,10 +1,12 @@
-dnl Reentrant time functions: localtime_r, gmtime_r.
-
+# time_r.m4
+# serial 1
 dnl Copyright (C) 2003, 2006-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 Reentrant time functions: localtime_r, gmtime_r.
+
 dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_TIME_R],
index c3b72b7603bdb807ec236e475c49ad32e21dd1a7..8f45f2b1d3dca4a78e3a8fd81c0b5e386f247f9e 100644 (file)
@@ -1,10 +1,12 @@
-dnl Time zone functions: tzalloc, localtime_rz, etc.
-
+# time_rz.m4
+# serial 1
 dnl Copyright (C) 2015-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 Time zone functions: tzalloc, localtime_rz, etc.
+
 dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_TIME_RZ],
index 72edcebf039497729316629a4d30311d71f78064..b366c814ee141e8a0075f725ad83ec75f7d6506a 100644 (file)
@@ -1,4 +1,5 @@
-# timespec_getres serial 2
+# timespec_getres.m4
+# serial 2
 dnl Copyright 2021-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,
index 6be25cb312f6b400207d82ad3a3b067ab6541ad8..92166de4843368f92a299a91fec00db525157af7 100644 (file)
@@ -1,4 +1,5 @@
 # totalorder.m4
+# serial 1
 dnl Copyright 2023-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,
index 0f5bfd4c84357608e2be59a39f89ae12b2e86fd8..9996e3ef3365b11ea551244e22d30db74d61329c 100644 (file)
@@ -1,10 +1,10 @@
+# utimens.m4
+# serial 16
 dnl Copyright (C) 2003-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 serial 16
-
 AC_DEFUN([gl_UTIMENS],
 [
   dnl Prerequisites of lib/utimens.c.
index 173f42a45a426e5556312d2117fe23d7eda3daad..a7b660defdb791cd49624f6897c5735df266b5e6 100644 (file)
@@ -1,10 +1,12 @@
-dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
-
+# wchar_h.m4
+# serial 1
 dnl Copyright (C) 2007-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 A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
+
 dnl Written by Eric Blake.
 
 # wchar_h.m4 serial 63
index 0c7e9af2a30cdc79c8e9b47eb84691386129e96d..50e5aa0c2a813fab6e7403e3696d51faec00b74f 100644 (file)
@@ -1,10 +1,11 @@
-# Determine whether we can write any file.
+# write-any-file.m4
+# serial 1
+dnl Copyright (C) 2007, 2009-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.
 
-# Copyright (C) 2007, 2009-2024 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Determine whether we can write any file.
 
 # Written by Paul Eggert.