]> Savannah Git Hosting - gnulib.git/commitdiff
Make the file header of *.m4 files consistent:
authorBruno Haible <bruno@clisp.org>
Thu, 4 Apr 2024 09:56:10 +0000 (11:56 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Apr 2024 10:38:43 +0000 (12:38 +0200)
1. The file name.
2. The serial number.
3. The copyright and license header.

* m4/*.m4: Adjust file headers.

108 files changed:
ChangeLog
m4/acl.m4
m4/argz.m4
m4/assert.m4
m4/bison.m4
m4/c-stack.m4
m4/c-strtod.m4
m4/calloc.m4
m4/chdir-long.m4
m4/chown.m4
m4/cycle-check.m4
m4/d-ino.m4
m4/d-type.m4
m4/dirent-safer.m4
m4/dirfd.m4
m4/dup2.m4
m4/error.m4
m4/extensions.m4
m4/faccessat.m4
m4/fcntl-safer.m4
m4/fcntl_h.m4
m4/fdopendir.m4
m4/fflush.m4
m4/flexmember.m4
m4/fpending.m4
m4/free.m4
m4/fstypename.m4
m4/fsusage.m4
m4/ftruncate.m4
m4/fts.m4
m4/futimens.m4
m4/getcwd-abort-bug.m4
m4/getcwd-path-max.m4
m4/getcwd.m4
m4/getgroups.m4
m4/getloadavg.m4
m4/getlogin_r.m4
m4/getprogname.m4
m4/gettimeofday.m4
m4/group-member.m4
m4/host-os.m4
m4/human.m4
m4/i-ring.m4
m4/inttostr.m4
m4/jm-winsz1.m4
m4/jm-winsz2.m4
m4/lchmod.m4
m4/lchown.m4
m4/link-follow.m4
m4/linkat.m4
m4/lstat.m4
m4/memcasecmp.m4
m4/mgetgroups.m4
m4/mkdir.m4
m4/mkfifo.m4
m4/mkfifoat.m4
m4/mknod.m4
m4/mkstemp.m4
m4/mktime.m4
m4/mountlist.m4
m4/nanosleep.m4
m4/nstrftime.m4
m4/openat.m4
m4/pagealign_alloc.m4
m4/perl.m4
m4/priv-set.m4
m4/random_r.m4
m4/readlinkat.m4
m4/regex.m4
m4/rename.m4
m4/renameat.m4
m4/rmdir-errno.m4
m4/same.m4
m4/save-cwd.m4
m4/selinux-context-h.m4
m4/selinux-selinux-h.m4
m4/sig2str.m4
m4/stat-size.m4
m4/stat.m4
m4/stdbool.m4
m4/string_h.m4
m4/strings_h.m4
m4/symlink.m4
m4/symlinkat.m4
m4/sys_file_h.m4
m4/sys_time_h.m4
m4/sys_times_h.m4
m4/tempname.m4
m4/time_h.m4
m4/timespec.m4
m4/tmpfile.m4
m4/tzset.m4
m4/unistd-safer.m4
m4/unlink-busy.m4
m4/unlinkdir.m4
m4/unlocked-io.m4
m4/uptime.m4
m4/userspec.m4
m4/utimecmp.m4
m4/utimensat.m4
m4/utmp_h.m4
m4/vararrays.m4
m4/version-etc.m4
m4/xattr.m4
m4/xgetcwd.m4
m4/xnanosleep.m4
m4/xstrtod.m4
m4/xstrtol.m4

index f8753e2be4579c0c55222935dddd7cbde65ec799..13bb61bc1471434e473700e0403801ee6bec8e68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2024-04-04  Bruno Haible  <bruno@clisp.org>
 
+       Make the file header of *.m4 files consistent:
+       1. The file name.
+       2. The serial number.
+       3. The copyright and license header.
+       * m4/*.m4: Adjust file headers.
+
        Make the serial numbers in *.m4 files effective.
        Reported by Sam James in
        <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00051.html>.
index 2050d108b0c9664f8b7544806d2e2040c29458ff..c7b6ec2b14e301cda592fd2526c0fb0b68b19309 100644 (file)
--- a/m4/acl.m4
+++ b/m4/acl.m4
@@ -1,10 +1,11 @@
-# acl.m4 - check for access control list (ACL) primitives
+# acl.m4
 # serial 30
+dnl Copyright (C) 2002, 2004-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) 2002, 2004-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 access control list (ACL) primitives
 
 # Written by Paul Eggert and Jim Meyering.
 
index 5c1f3d4ed7e486dfb2c688cb759b95d0970d273b..51a358d55ab9d2d502b080265dcd7d607877c8cc 100644 (file)
@@ -1,13 +1,13 @@
+# argz.m4
+# serial 15
+dnl Copyright (C) 2004-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.
+
 # Portability macros for glibc argz.                    -*- Autoconf -*-
-#
-#   Copyright (C) 2004-2024 Free Software Foundation, Inc.
-#   Written by Gary V. Vaughan <gary@gnu.org>
-#
-# 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.
 
-# serial 15 argz.m4
+# Written by Gary V. Vaughan <gary@gnu.org>
 
 AC_DEFUN([gl_FUNC_ARGZ],
 [gl_PREREQ_ARGZ
index 6219c058c16875a43eee22df8922895bcd8ff097..6d2578743e58471b1c41a24c0fa9380f23f838f4 100644 (file)
@@ -1,9 +1,9 @@
-#serial 8
-
-# Copyright (C) 1998-1999, 2001, 2004, 2008-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.
+# assert.m4
+# serial 8
+dnl Copyright (C) 1998-1999, 2001, 2004, 2008-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 based on code from Eleftherios Gkioulekas
 dnl Autoconf 2.60 provides AC_HEADER_ASSERT for the same purpose, but
index f98416e54efc6f0481c5a91be5c0685d2cd3beea..66743f1e34ce6b6912eb45eadbab84da1c05f74b 100644 (file)
@@ -1,9 +1,9 @@
+# bison.m4
 # serial 10
-
-# Copyright (C) 2002-2006, 2008-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.
+dnl Copyright (C) 2002-2006, 2008-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.
 
 # There are two types of parser skeletons:
 #
index 99c04cdfdc1548d54e6b5fcc2207d212af0c69f4..64080f31733eab73f4828a854cf2fa0ffb9605c4 100644 (file)
@@ -1,14 +1,14 @@
-# Check prerequisites for compiling lib/c-stack.c.
+# c-stack.m4
+# serial 25
+dnl Copyright (C) 2002-2004, 2008-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) 2002-2004, 2008-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 prerequisites for compiling lib/c-stack.c.
 
 # Written by Paul Eggert.
 
-# serial 25
-
 AC_DEFUN([gl_C_STACK],
 [
   dnl 'c-stack' needs -lsigsegv if and only if the 'sigsegv' module needs it.
index e9822fc1a484876e14fcf033e9631589eb809c0e..5f0a0e07be0e12d69ba551504fb92c44108b4d8e 100644 (file)
@@ -1,10 +1,9 @@
 # c-strtod.m4
 # serial 21
-
-# Copyright (C) 2004-2006, 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.
+dnl Copyright (C) 2004-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.
 
 # Written by Paul Eggert.
 
index c37506ef40f143f6c8e76a45f0cdcef5ba094c04..550cf5cc9088c35f693eec9fcc8f4f05722ade90 100644 (file)
@@ -1,10 +1,9 @@
 # calloc.m4
 # serial 31
-
-# Copyright (C) 2004-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.
+dnl Copyright (C) 2004-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.
 
 # Written by Jim Meyering.
 
index 62c7a79c612000a965007428b81990ad89f5f941..292c2c18d47f14ac840cf331638068ff5c431114 100644 (file)
@@ -1,4 +1,9 @@
-#serial 17
+# chdir-long.m4
+# serial 17
+dnl Copyright (C) 2004-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.
 
 # Use Gnulib's robust chdir function.
 # It can handle arbitrarily long directory names, which means
@@ -6,11 +11,6 @@
 # never fails with ENAMETOOLONG.
 # Arrange to compile chdir-long.c only on systems that define PATH_MAX.
 
-dnl Copyright (C) 2004-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.
-
 # Written by Jim Meyering.
 
 AC_DEFUN([gl_FUNC_CHDIR_LONG],
index 0f5f760ad1a65a1ef930672280e644c1947401b7..293d3f93fcc49354a2e0c110f8ac158b52c99d8c 100644 (file)
@@ -1,13 +1,12 @@
+# chown.m4
 # serial 36
-# Determine whether we need the chown wrapper.
-
-dnl Copyright (C) 1997-2001, 2003-2005, 2007, 2009-2024 Free Software
-dnl Foundation, Inc.
-
+dnl Copyright (C) 1997-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.
 
+# Determine whether we need the chown wrapper.
+
 # chown should accept arguments of -1 for uid and gid, and it should
 # dereference symlinks.  If it doesn't, arrange to use the replacement
 # function.
index 9d35a60a1a79ea9e4840d4f04e7dcf9931b4ad72..359d616b31e4704fdcfeea7c10f63db3b35b019e 100644 (file)
@@ -1,4 +1,5 @@
-#serial 7
+# cycle-check.m4
+# serial 7
 dnl Copyright (C) 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,
index b127ab24059d6037b43afe7d23b3018ce8db1e6d..4039937239fd30a0486bede268b723b36f034c49 100644 (file)
@@ -1,16 +1,13 @@
+# d-ino.m4
 # serial 22
+dnl Copyright (C) 1997, 1999-2001, 2003-2004, 2006-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.
 
 dnl From Jim Meyering.
 dnl
 dnl Check whether struct dirent has a member named d_ino.
-dnl
-
-# Copyright (C) 1997, 1999-2001, 2003-2004, 2006-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.
 
 AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO],
   [AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
index b06bca5a7dc310d1aa6ab646cde724985ac2aee0..0ef89b86b15629ec40afd68ba73c3715ccb71a06 100644 (file)
@@ -1,15 +1,13 @@
+# d-type.m4
 # serial 12
+dnl Copyright (C) 1997, 1999-2004, 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.
 
 dnl From Jim Meyering.
 dnl
 dnl Check whether struct dirent has a member named d_type.
-dnl
-
-# Copyright (C) 1997, 1999-2004, 2006, 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.
 
 AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE],
   [AC_CACHE_CHECK([for d_type member in directory struct],
index d584ea7be6e9c8353cd01f0c5e2127fa02ab87eb..43de560ced6a57fecc86d58c56ac6ae64e529c50 100644 (file)
@@ -1,4 +1,5 @@
-#serial 2
+# dirent-safer.m4
+# serial 2
 dnl Copyright (C) 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,
index e58582e6145ee1e15f0be64cb1650cd56811885d..605cb706c0a6202d76d849a0dccc2ba27169b180 100644 (file)
@@ -1,12 +1,12 @@
+# dirfd.m4
 # serial 30   -*- Autoconf -*-
+dnl Copyright (C) 2001-2006, 2008-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 Find out how to get the file descriptor associated with an open DIR*.
 
-# Copyright (C) 2001-2006, 2008-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.
-
 dnl From Jim Meyering
 
 AC_DEFUN([gl_FUNC_DIRFD],
index f6759b647a62c4ebe74f04854a29dd413c6af56f..786121fd8f3a12ba473c14c3773a4bb9a710bbf0 100644 (file)
@@ -1,4 +1,5 @@
-#serial 28
+# dup2.m4
+# serial 28
 dnl Copyright (C) 2002, 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,
index 5688afcf49c29087bf9c66dc853157ba6a3c8161..273b636b5d7fb0b7cda401902e127c2499ce6c1f 100644 (file)
@@ -1,10 +1,9 @@
-#serial 16
-
-# Copyright (C) 1996-1998, 2001-2004, 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.
+# error.m4
+# serial 16
+dnl Copyright (C) 1996-1998, 2001-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.
 
 AC_DEFUN([gl_ERROR],
 [
index 6fc2e300e0ae409e59adaebc3e16e79eb252c66d..887c6515642b4ee30fb4d02f34c1b212fb545497 100644 (file)
@@ -1,10 +1,11 @@
+# extensions.m4
 # serial 23  -*- Autoconf -*-
-# Enable extensions on systems that normally disable them.
+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.
 
-# Copyright (C) 2003, 2006-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.
+# Enable extensions on systems that normally disable them.
 
 dnl Define to empty for the benefit of Autoconf 2.69 and earlier, so that
 dnl AC_USE_SYSTEM_EXTENSIONS (below) can be used unchanged from Autoconf 2.70+.
index b8c058cef2826912532d94917436c064d57c5aaa..c5f40e52900c4a06bd25fb3582470d779842ff1f 100644 (file)
@@ -1,11 +1,12 @@
+# faccessat.m4
 # serial 12
-# See if we need to provide faccessat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide faccessat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_FACCESSAT],
index 7426fba6d4c936cd8e6f4d15b51565740378bdb9..6e8885d64b35a8ca6e73c850aee7451fcf5570e7 100644 (file)
@@ -1,4 +1,5 @@
-#serial 9
+# fcntl-safer.m4
+# serial 9
 dnl Copyright (C) 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,
index ba4eb4494dbb5213015bdae7f301678c596ba521..b69f7a0ca81a0bad63a8db5d11cf7188d87c0a30 100644 (file)
@@ -1,10 +1,12 @@
+# fcntl_h.m4
 # serial 20
-# Configure fcntl.h.
 dnl Copyright (C) 2006-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.
 
+# Configure fcntl.h.
+
 dnl Written by Paul Eggert.
 
 AC_DEFUN_ONCE([gl_FCNTL_H],
index bf361ff154c1264e86f816b126fbbae2acc2f65c..e9268378d6e7ffd772249c4d0acb4b81a83f5e3d 100644 (file)
@@ -1,11 +1,12 @@
+# fdopendir.m4
 # serial 15
-# See if we need to provide fdopendir.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide fdopendir.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_FDOPENDIR],
index 52ce52712e4435b2fc9df172ede8fc2617ecc452..43fc3bf34660dcf2cd09b4656cfa9bbb07294a49 100644 (file)
@@ -1,10 +1,9 @@
 # fflush.m4
 # serial 19
-
-# Copyright (C) 2007-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.
+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 From Eric Blake
 
index 9df6c03cd3bab4c4ab40dbc1309b39ba6643a8ee..73fb6142fafdf749a65827c7bad4ff2bd99917c9 100644 (file)
@@ -1,10 +1,11 @@
+# flexmember.m4
 # serial 5
-# Check for flexible array member support.
+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.
 
-# Copyright (C) 2006, 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 flexible array member support.
 
 # Written by Paul Eggert.
 
index 05064b851ecb76b1fe3a6fdb4e464b4740b60685..9f2d83fb1174908df9cecb2a92a774210e0eb147 100644 (file)
@@ -1,9 +1,9 @@
+# fpending.m4
 # serial 23
-
-# Copyright (C) 2000-2001, 2004-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.
+dnl Copyright (C) 2000-2001, 2004-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 Jim Meyering
 dnl Using code from emacs, based on suggestions from Paul Eggert
index 0f4b2a6c2b3c71eb57af0c6275bd6c6fa856454b..a2b596d67f72df417c298901f3efad430a83287c 100644 (file)
@@ -1,9 +1,9 @@
 # free.m4
 # serial 6
-# Copyright (C) 2003-2005, 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.
+dnl Copyright (C) 2003-2005, 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.
 
 # Written by Paul Eggert and Bruno Haible.
 
index fc5ab7a596a19db234116b85be4f9c59dd4a371c..05a688051de4bea06f643e3f7e041511e0c0b427 100644 (file)
@@ -1,4 +1,10 @@
-#serial 6
+# fstypename.m4
+# serial 6
+dnl Copyright (C) 1998-1999, 2001, 2004, 2006, 2009-2024 Free Software
+dnl 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 Jim Meyering.
 dnl
@@ -6,12 +12,6 @@ dnl See if struct statfs has the f_fstypename member.
 dnl If so, define HAVE_STRUCT_STATFS_F_FSTYPENAME.
 dnl
 
-# Copyright (C) 1998-1999, 2001, 2004, 2006, 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.
-
 AC_DEFUN([gl_FSTYPENAME],
 [
   AC_CHECK_MEMBERS([struct statfs.f_fstypename],,,
index 31d424c857dfe2ae6208d758aea190e8b1fe8e22..1ce90660858fb523488785bd7b0776e68238fcd7 100644 (file)
@@ -1,11 +1,11 @@
+# fsusage.m4
 # serial 35
-# Obtaining file system usage information.
+dnl Copyright (C) 1997-1998, 2000-2001, 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.
 
-# Copyright (C) 1997-1998, 2000-2001, 2003-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.
+# Obtaining file system usage information.
 
 # Written by Jim Meyering.
 
index f547a95d0b94f806571748214ad4324820c5cdf9..0ecc0b3e4053dcf9c86c741944d1ee7400a73e58 100644 (file)
@@ -1,12 +1,12 @@
+# ftruncate.m4
 # serial 24
+dnl Copyright (C) 2000-2001, 2003-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.
 
 # See if we need to emulate a missing ftruncate function using _chsize.
 
-# Copyright (C) 2000-2001, 2003-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.
-
 AC_DEFUN([gl_FUNC_FTRUNCATE],
 [
   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
index 6bacc967ad61bbda80c5e618cb109b24179513b0..18f88c4900bfa1bb247c51767e721fd588cb2a53 100644 (file)
--- a/m4/fts.m4
+++ b/m4/fts.m4
@@ -1,4 +1,5 @@
-#serial 24
+# fts.m4
+# serial 24
 dnl Copyright (C) 2005-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 ac961e7bde5f4cf252bba9500f20480691bb59c0..b5f22605f49048a13905f90d24f92e65083d5cc1 100644 (file)
@@ -1,11 +1,12 @@
+# futimens.m4
 # serial 11
-# See if we need to provide futimens replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide futimens replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_FUTIMENS],
index 11f6a8a4c5a12b5c6eff79653f7485924d7b9876..8ba5f81238fc01311c7e82b7620ceffed628a69e 100644 (file)
@@ -1,13 +1,14 @@
+# getcwd-abort-bug.m4
 # serial 16
+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.
+
 # Determine whether getcwd aborts when the length of the working directory
 # name is unusually large.  Any length between 4k and 16k trigger the bug
 # when using glibc-2.4.90-9 or older.
 
-# Copyright (C) 2006, 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.
-
 # From Jim Meyering
 
 # gl_FUNC_GETCWD_ABORT_BUG([ACTION-IF-BUGGY[, ACTION-IF-WORKS]])
index 424ad7714f907ac053a1fe5725d3ae989357e2bf..e9c52d90c980f66ca965cbcc3fa262acc8cc5d07 100644 (file)
@@ -1,4 +1,10 @@
+# getcwd-path-max.m4
 # serial 26
+dnl Copyright (C) 2003-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.
+
 # Check for several getcwd bugs with long file names.
 # If so, arrange to compile the wrapper function.
 
@@ -6,11 +12,6 @@
 # I've heard that this is due to a Linux kernel bug, and that it has
 # been fixed between 2.4.21-pre3 and 2.4.21-pre4.
 
-# Copyright (C) 2003-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.
-
 # From Jim Meyering
 
 AC_DEFUN([gl_FUNC_GETCWD_PATH_MAX],
index ed3d7b610a440f3ae87c5a094f8bd168eafdf767..46f46a2f1160f2443e0168d0db74c6ca29ec99d1 100644 (file)
@@ -1,12 +1,13 @@
-# getcwd.m4 - check for working getcwd that is compatible with glibc
-
-# Copyright (C) 2001, 2003-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.
+# getcwd.m4
+# serial 22
+dnl Copyright (C) 2001, 2003-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.
 
 # Written by Paul Eggert.
-# serial 22
+
+# Check for working getcwd that is compatible with glibc
 
 AC_DEFUN([gl_FUNC_GETCWD_NULL],
   [
index f6e0cbd3fcef3efbb2143b8eb99bd7a774638818..5457275e9e154c478877c916cc8a7fc8965d7740 100644 (file)
@@ -1,14 +1,13 @@
+# getgroups.m4
 # serial 25
+dnl Copyright (C) 1996-1997, 1999-2004, 2008-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 Jim Meyering.
 dnl A wrapper around AC_FUNC_GETGROUPS.
 
-# Copyright (C) 1996-1997, 1999-2004, 2008-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.
-
 # This is taken from the following Autoconf patch:
 # https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9
 AC_DEFUN([AC_FUNC_GETGROUPS],
index 9d0236f77fe7fe883d546390f13a69deba667598..0918bcd21eca25a703918ac6df8d3d517ff99c16 100644 (file)
@@ -1,13 +1,12 @@
-# Check for getloadavg.
-
-# Copyright (C) 1992-1996, 1999-2000, 2002-2003, 2006, 2008-2024 Free Software
-# Foundation, Inc.
+# getloadavg.m4
+# serial 13
+dnl Copyright (C) 1992-1996, 1999-2000, 2002-2003, 2006, 2008-2024 Free Software
+dnl 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.
-
-#serial 13
+# Check for getloadavg.
 
 # Autoconf defines AC_FUNC_GETLOADAVG, but that is obsolescent.
 # New applications should use gl_GETLOADAVG instead.
index f56b99a667cd01b787f1491eeab6ba8be54b155c..2038d628988d3e66730d0f0244768cf23390b713 100644 (file)
@@ -1,10 +1,9 @@
-#serial 15
-
-# Copyright (C) 2005-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.
+# getlogin_r.m4
+# serial 15
+dnl Copyright (C) 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.
 
 dnl From Derek Price
 dnl
index b8f9f230ddf3fbf97bd4906ff8e8b543d90f310c..b24f44805556dd6a18ea129742c49ea6e462c3dc 100644 (file)
@@ -1,11 +1,11 @@
-# getprogname.m4 - check for getprogname or replacements for it
-
-# Copyright (C) 2016-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.
-
+# getprogname.m4
 # serial 8
+dnl Copyright (C) 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.
+
+# Check for getprogname or replacements for it
 
 AC_DEFUN([gl_FUNC_GETPROGNAME],
 [
index 35269914ced9fe7ea7d3af4d6e029c0843e5c7e3..8135f89e584c792708335d5e094500a78ed69c41 100644 (file)
@@ -1,9 +1,9 @@
+# gettimeofday.m4
 # serial 30
-
-# Copyright (C) 2001-2003, 2005, 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.
+dnl Copyright (C) 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.
 
 dnl From Jim Meyering.
 
index 60b3d526db2b801aad0a5ceb556cdcf234616c92..f8ceb1d8186438e2a4b684863e4918846bfd7b72 100644 (file)
@@ -1,10 +1,9 @@
+# group-member.m4
 # serial 14
-
-# Copyright (C) 1999-2001, 2003-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.
+dnl Copyright (C) 1999-2001, 2003-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.
 
 dnl Written by Jim Meyering
 
index 32e3bc10f0934f6297c900dfe72ab6384a40145b..5ebe17125baea6cfae11bda5741d8797fa38463f 100644 (file)
@@ -1,9 +1,9 @@
+# host-os.m4
 # serial 13
-
-# Copyright (C) 2001, 2003-2004, 2006, 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.
+dnl Copyright (C) 2001, 2003-2004, 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.
 
 # Written by Paul Eggert.
 
index b9ca6ba74b32f8e54a0a765f98ef8dc2039b3e16..c6bba132c4ce93fff5c92859ddc556172052f9a0 100644 (file)
@@ -1,4 +1,5 @@
-#serial 11
+# human.m4
+# serial 11
 dnl Copyright (C) 2002-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,
index 4ec03338d7e1a238473b38105a08320260efa46c..1b98f5252f6e72aa7faaf85a8654c7f00a0922ef 100644 (file)
@@ -1,3 +1,4 @@
+# i-ring.m4
 # serial 2
 dnl Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
index 9dadae52a2e98f73aaa0305b6fc7efc26723d24c..39e801302c4d04e18eacf065495b2b89d01a54b0 100644 (file)
@@ -1,4 +1,5 @@
-#serial 8
+# inttostr.m4
+# serial 8
 dnl Copyright (C) 2004-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,
index 5a9b29ae082e2474157b5e4043bf793b74605562..06cb6dd8a709962d6af2fbffca2b263e39cb3dca 100644 (file)
@@ -1,10 +1,9 @@
+# jm-winsz1.m4
 # serial 12
-
-# Copyright (C) 1996, 1999, 2001-2002, 2004, 2006, 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.
+dnl Copyright (C) 1996, 1999, 2001-2002, 2004, 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.
 
 dnl From Jim Meyering and Paul Eggert.
 AC_DEFUN([gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H],
index 10cc88ec55ad882d9c7d75e38c6b4f4b002f3522..ed5177cf5337ab38bf9fdcb9579de1ac5800f39e 100644 (file)
@@ -1,10 +1,9 @@
+# jm-winsz2.m4
 # serial 8
-
-# Copyright (C) 1996, 1999, 2001, 2004, 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.
+dnl Copyright (C) 1996, 1999, 2001, 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.
 
 AC_DEFUN([gl_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
 [AC_REQUIRE([gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H])
index 7b263a241eb6f83543734eb2bcfb334c547cb719..797cb446938b748a1698dbf6bf37de3005af7042 100644 (file)
@@ -1,5 +1,5 @@
-#serial 10
-
+# lchmod.m4
+# serial 10
 dnl Copyright (C) 2005-2006, 2008-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 91a8c545c54f17df9ff4b8e7c67c4e3b250cfd23..ed9f03fc51dd18357c3c8976910e5446a72ade47 100644 (file)
@@ -1,13 +1,12 @@
+# lchown.m4
 # serial 17
-# Determine whether we need the lchown wrapper.
-
-dnl Copyright (C) 1998, 2001, 2003-2007, 2009-2024 Free Software Foundation,
-dnl Inc.
-
+dnl Copyright (C) 1998, 2001, 2003-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.
 
+# Determine whether we need the lchown wrapper.
+
 dnl From Jim Meyering.
 dnl Provide lchown on systems that lack it, and work around bugs
 dnl on systems that have it.
index 826471130a9a4310980ac6e0531126c3be8188e8..39ab36a75e6cd70cdaf9404e27ac36dc5916efe2 100644 (file)
@@ -1,12 +1,13 @@
+# link-follow.m4
 # serial 21
+dnl Copyright (C) 1999-2001, 2004-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.
+
 dnl Run a program to determine whether link(2) follows symlinks.
 dnl Set LINK_FOLLOWS_SYMLINKS accordingly.
 
-# Copyright (C) 1999-2001, 2004-2006, 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.
-
 dnl This macro can be used to emulate POSIX linkat.  If
 dnl LINK_FOLLOWS_SYMLINKS is 0, link matches linkat(,0), and
 dnl linkat(,AT_SYMLINK_FOLLOW) requires a readlink. If it is 1,
index c5f925b31c6d9a8d8da4e7b88ff29464dcd45600..7725dff3a8d2dfe6c8989abd737562c7d4edb08a 100644 (file)
@@ -1,11 +1,12 @@
+# linkat.m4
 # serial 17
-# See if we need to provide linkat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide linkat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_LINKAT],
index 48cc8653fe601b1d85829025c8f79bd741098697..f838e2cc1e8751ad2072820deb345ed55e9ae52d 100644 (file)
@@ -1,10 +1,9 @@
+# lstat.m4
 # serial 36
-
-# Copyright (C) 1997-2001, 2003-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.
+dnl Copyright (C) 1997-2001, 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 From Jim Meyering.
 
index debca971abdfacecaedb8fc525a5dc1bdb64fd27..facf87371b0ed35fbb43f1468aaad267f56a60c3 100644 (file)
@@ -1,4 +1,5 @@
-#serial 6
+# memcasecmp.m4
+# serial 6
 dnl Copyright (C) 2005-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,
index 03e60a8f0f7c326f630c6b3066ffecac23475637..7616e4877e4297ed02069978dfdbc0c5fbf5e82a 100644 (file)
@@ -1,4 +1,5 @@
-#serial 5
+# mgetgroups.m4
+# serial 5
 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,
index 48297f904012754f53146354ebc35d634a5ffa59..894cab72035cfe039479c22e2a0c599f72847417 100644 (file)
@@ -1,9 +1,9 @@
+# mkdir.m4
 # serial 20
-
-# Copyright (C) 2001, 2003-2004, 2006, 2008-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.
+dnl Copyright (C) 2001, 2003-2004, 2006, 2008-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.
 
 # On some systems, mkdir ("foo/", 0700) fails because of the trailing slash.
 # On others, mkdir ("foo/./", 0700) mistakenly succeeds.
index c49c68822fb47d6d9f15660cb29fd1f705aa10cf..7a6c224d2382a773ea56cfc62d117aa0c75e3b75 100644 (file)
@@ -1,11 +1,12 @@
+# mkfifo.m4
 # serial 9
-# See if we need to provide mkfifo replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide mkfifo replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_MKFIFO],
index e1d1547aef1bfed9d8c14874a268e7e60d8d2213..9efffd58bbd6950bcebec18325abc0d499deca89 100644 (file)
@@ -1,11 +1,12 @@
+# mkfifoat.m4
 # serial 10
-# See if we need to provide mkfifoat/mknodat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide mkfifoat/mknodat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_MKFIFOAT],
index d342211e09772c254373fca01f3b29cfc26af81a..e86ad593f52a5bd6d25d636543d2a488dd378744 100644 (file)
@@ -1,11 +1,12 @@
+# mknod.m4
 # serial 8
-# See if we need to provide mknod replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide mknod replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_MKNOD],
index 106a6b8e5f3fad9de05b8bcfeea3ea55548dcf30..311e6afd45f06c7ce283e61f100ec6e095f53087 100644 (file)
@@ -1,9 +1,9 @@
-#serial 30
-
-# Copyright (C) 2001, 2003-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.
+# mkstemp.m4
+# serial 30
+dnl Copyright (C) 2001, 2003-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.
 
 # On some hosts (e.g., HP-UX 10.20, SunOS 4.1.4, Solaris 2.5.1), mkstemp has a
 # silly limit that it can create no more than 26 files from a given template.
index 0565e5e61fee22995130f52953956376f3aa906c..85c52454aa5eaf9b4586bbb060b7c4e2d525602c 100644 (file)
@@ -1,6 +1,6 @@
+# mktime.m4
 # serial 39
-dnl Copyright (C) 2002-2003, 2005-2007, 2009-2024 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002-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.
index a5ae8812d808d53e3d46199edf5677d2484b96f9..ff414e66a6d867e4ce9cda36c9998b915dbb3c2b 100644 (file)
@@ -1,3 +1,4 @@
+# mountlist.m4
 # serial 17
 dnl Copyright (C) 2002-2006, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
index ff730b676cda14df8c7937415c84bdeadd011002..a7281b8ac5f8e56ccf54672220fdece25f4948e6 100644 (file)
@@ -1,15 +1,13 @@
+# nanosleep.m4
 # serial 47
+dnl Copyright (C) 1999-2001, 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 From Jim Meyering.
 dnl Check for the nanosleep function.
 dnl If not found, use the supplied replacement.
-dnl
-
-# Copyright (C) 1999-2001, 2003-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.
 
 AC_DEFUN([gl_FUNC_NANOSLEEP],
 [
index aa5d63a54b5bc549b17741d7e25345ebce927531..f73bca40ec103821c5c5fa1e7adfff0a71363dbc 100644 (file)
@@ -1,10 +1,9 @@
+# nstrftime.m4
 # serial 38
-
-# Copyright (C) 1996-1997, 1999-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.
+dnl Copyright (C) 1996-1997, 1999-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.
 
 # Written by Jim Meyering and Paul Eggert.
 
index 47cd93c8c64d73c51448ae07ad4ea4ee05440e05..e91f58f4afb7e92abd075a115e348d6bb8619398 100644 (file)
@@ -1,11 +1,12 @@
+# openat.m4
 # serial 46
-# See if we need to use our replacement for Solaris' openat et al functions.
-
 dnl Copyright (C) 2004-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 use our replacement for Solaris' openat et al functions.
+
 # Written by Jim Meyering.
 
 AC_DEFUN([gl_FUNC_OPENAT],
index ab5c08d7bc67a718d4eaf20a93999b20103ffde8..ed23506b9e55a67a41b0ec2874b7d8c9f79482dc 100644 (file)
@@ -1,4 +1,5 @@
-#serial 7
+# pagealign_alloc.m4
+# serial 7
 dnl Copyright (C) 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,
index 51a3c2152496ed5e7b04c57803476c645ac7a275..f4218e63044e507c123ba5ce82f86ba49936f2fd 100644 (file)
@@ -1,15 +1,13 @@
+# perl.m4
 # serial 11
+dnl Copyright (C) 1998-2001, 2003-2004, 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.
 
 dnl From Jim Meyering.
 dnl Find a new-enough version of Perl.
 
-# Copyright (C) 1998-2001, 2003-2004, 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.
-
 AC_DEFUN([gl_PERL],
 [
   dnl FIXME: don't hard-code 5.005
index bbdce660eb95f2f9e5d3e5bda6626084a6ad079f..d9e3eb5d8b33ec9827c6557c1d31d2c497562a9e 100644 (file)
@@ -1,10 +1,9 @@
+# priv-set.m4
 # serial 8
-
-# Copyright (C) 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.
+dnl Copyright (C) 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.
 
 # Written by David Bartley.
 
index 6c5457e9f54a13d951cbb293dceed547d46deb6b..b2464fdab94c9649d19b4311e6d02e442330d137 100644 (file)
@@ -1,3 +1,4 @@
+# random_r.m4
 # serial 5
 dnl Copyright (C) 2008-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
index 99822102294365dad985e2f030a363ccd07ed872..8a33c1691362e2ec9ebb2762dda7809463496f36 100644 (file)
@@ -1,11 +1,12 @@
+# readlinkat.m4
 # serial 8
-# See if we need to provide readlinkat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide readlinkat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_READLINKAT],
index 3dfeabea05778cb0497a39d691b93ca2874cfe54..f0101fe67c63e5c53493c8b712eee085e3a3675b 100644 (file)
@@ -1,10 +1,9 @@
+# regex.m4
 # serial 75
-
-# Copyright (C) 1996-2001, 2003-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.
+dnl Copyright (C) 1996-2001, 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 Initially derived from code in GNU grep.
 dnl Mostly written by Jim Meyering.
index 757cc27b2ae1e31e84db5ec18e5ec2cfea0edb13..e9be4b55d73dfbef28f8f67c161e25657e5506ad 100644 (file)
@@ -1,9 +1,9 @@
+# rename.m4
 # serial 37
-
-# Copyright (C) 2001, 2003, 2005-2006, 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.
+dnl Copyright (C) 2001, 2003, 2005-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.
 
 dnl From Volker Borchert.
 dnl Determine whether rename works for source file names with a trailing slash.
index 41bfc6e3bbc83d45a4db297d436404d5be11358f..565400f5db3960a481891ac49ac187087427ec74 100644 (file)
@@ -1,11 +1,12 @@
+# renameat.m4
 # serial 4
-# See if we need to provide renameat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide renameat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_RENAMEAT],
index f2dffa62947f163af4b826fdbf361608f39f041a..d863eb0ddab869a3cdb6db7a6240989f7a2797cd 100644 (file)
@@ -1,9 +1,9 @@
+# rmdir-errno.m4
 # serial 16
-
-# Copyright (C) 2000-2001, 2005-2006, 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.
+dnl Copyright (C) 2000-2001, 2005-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.
 
 # When rmdir fails because the specified directory is not empty, it sets
 # errno to some value, usually ENOTEMPTY.  However, on some AIX systems,
index b3bc50fba3b3c30977be772fff95312b30e9039c..bc2dcad4eb476aaebc9d356b1f768a8cd22a4f78 100644 (file)
@@ -1,6 +1,6 @@
-#serial 10
-dnl Copyright (C) 2002-2003, 2005-2006, 2009-2024 Free Software Foundation,
-dnl Inc.
+# same.m4
+# serial 10
+dnl Copyright (C) 2002-2003, 2005-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.
index f1ac3456f3cd1848b8b005ef4a17cdb12a24620f..bb54a0eb7bfe91d20b96dce604561515176bd09a 100644 (file)
@@ -1,3 +1,4 @@
+# save-cwd.m4
 # serial 10
 dnl Copyright (C) 2002-2006, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
index de2e6b7d1563c3e2fb8a493aa67134c4d9248b36..ec898c4051dfe7433517b952e639926850dd4ed0 100644 (file)
@@ -1,8 +1,9 @@
+# selinux-context-h.m4
 # serial 4   -*- Autoconf -*-
-# Copyright (C) 2006-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.
+dnl Copyright (C) 2006-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.
 
 # From Jim Meyering
 # Provide <selinux/context.h>, if necessary.
index bdbe003c39f9daefe837b4caa9b2270e97f742fc..91fdc434f2e5bc5de2b351f441eb4375ea31c092 100644 (file)
@@ -1,8 +1,9 @@
+# selinux-selinux-h.m4
 # serial 8   -*- Autoconf -*-
-# Copyright (C) 2006-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.
+dnl Copyright (C) 2006-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.
 
 # From Jim Meyering
 # Provide <selinux/selinux.h>, if necessary.
index ab3786b8954f01813a5b3c6a5e73bf3ae4a93cc3..096d0253fcb5fac106407e73569c877baae629d5 100644 (file)
@@ -1,3 +1,4 @@
+# sig2str.m4
 # serial 7
 dnl Copyright (C) 2002, 2005-2006, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
index 334f6e9a81152b3b692d777b2899da420cb91171..d30a072f07b73120792838d230d5dab3635e4c8d 100644 (file)
@@ -1,10 +1,9 @@
-#serial 1
-
-# Copyright (C) 2011-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.
+# stat-size.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,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_STAT_SIZE],
 [
index 1d2a9e2ca2ee6caa192086fe20dc133429ea77d4..fabd360c7a07121022f09103b96d496249d599d7 100644 (file)
@@ -1,10 +1,9 @@
+# stat.m4
 # serial 21
-
-# Copyright (C) 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.
+dnl Copyright (C) 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.
 
 AC_DEFUN([gl_FUNC_STAT],
 [
index fd422e56159a5d8b5bd04aa109f67463c457e3b4..d0339dae244f983feafd999a5523b3cf69eb61df 100644 (file)
@@ -1,11 +1,11 @@
-# Check for stdbool.h that conforms to C99.
-
+# stdbool.m4
+# serial 10
 dnl Copyright (C) 2002-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.
 
-#serial 10
+# Check for stdbool.h that conforms to C99.
 
 # Prepare for substituting <stdbool.h> if it is not supported.
 
index 9ea748cc7740a43cb97ebf059a27a4ef8d0af826..f31264ae85baa5661434a20f53be16bef47d952f 100644 (file)
@@ -1,11 +1,11 @@
-# Configure a GNU-like replacement for <string.h>.
-
-# Copyright (C) 2007-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.
-
+# string_h.m4
 # serial 39
+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.
+
+# Configure a GNU-like replacement for <string.h>.
 
 # Written by Paul Eggert.
 
index 37b6ca9b4496b934b0009d59ff916b84b1d2e90d..aaafb559660d77061cea8c6985d3215abe020fa1 100644 (file)
@@ -1,10 +1,11 @@
-# Configure a replacement for <strings.h>.
+# strings_h.m4
 # serial 9
+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.
+# Configure a replacement for <strings.h>.
 
 AC_DEFUN_ONCE([gl_STRINGS_H],
 [
index 62062cf14991bb6398f5af93b6073781e84fcea1..47968a1d33f65f5372228a960d585428a73ed815 100644 (file)
@@ -1,11 +1,12 @@
+# symlink.m4
 # serial 10
-# See if we need to provide symlink replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide symlink replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_SYMLINK],
index afc045d4f5c951e7283687da0e70064650f15ed7..0af516ab6897c6d0972d45c448339281a9de1d11 100644 (file)
@@ -1,11 +1,12 @@
+# symlinkat.m4
 # serial 13
-# See if we need to provide symlinkat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide symlinkat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_SYMLINKAT],
index f56a1330d51530918052bbd95551b48575c03f8c..011429e166cb889e4afb03951ee252b164094696 100644 (file)
@@ -1,10 +1,11 @@
-# Configure a replacement for <sys/file.h>.
+# sys_file_h.m4
 # serial 9
+dnl Copyright (C) 2008-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) 2008-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.
+# Configure a replacement for <sys/file.h>.
 
 # Written by Richard W.M. Jones.
 
index dc5353f3785cd294b2dd56987aa59082d8c90393..d32030889348a8174a49f17725f6b1a69bfe4541 100644 (file)
@@ -1,10 +1,11 @@
-# Configure a replacement for <sys/time.h>.
+# sys_time_h.m4
 # serial 12
+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.
+# Configure a replacement for <sys/time.h>.
 
 # Written by Paul Eggert and Martin Lambers.
 
index 56b3bda8f743d7e7e8fdc17ff85e238c2dbdb8df..df2d8cea940dd8f5066db4a20f77aeee946933f9 100644 (file)
@@ -1,10 +1,11 @@
-# Configure a replacement for <sys/times.h>.
+# sys_times_h.m4
 # serial 11
+dnl Copyright (C) 2008-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) 2008-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.
+# Configure a replacement for <sys/times.h>.
 
 # Written by Simon Josefsson.
 
index 31d35c83eb5f2ab7a20e58c996e37deab494b8c0..795a9803fd06921d05f12624b1319a845650c500 100644 (file)
@@ -1,9 +1,9 @@
-#serial 5
-
-# Copyright (C) 2006-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.
+# tempname.m4
+# serial 5
+dnl Copyright (C) 2006-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.
 
 # glibc provides __gen_tempname as a wrapper for mk[ds]temp.  Expose
 # it as a public API, and provide it on systems that are lacking.
index 32fade0f401a7eebc9c2fdeb9e5a24ed12fe323a..d2f3c9701cbd4ca0a501bc39548bc478ca9065d8 100644 (file)
@@ -1,12 +1,11 @@
-# Configure a more-standard replacement for <time.h>.
-
-# Copyright (C) 2000-2001, 2003-2007, 2009-2024 Free Software Foundation, Inc.
-
+# time_h.m4
 # serial 25
+dnl Copyright (C) 2000-2001, 2003-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.
+# Configure a more-standard replacement for <time.h>.
 
 # Written by Paul Eggert and Jim Meyering.
 
index 59a0db9966e3d96b3275b7453392b8b5eac925d2..5333920ef5e346c6cb5acc4e035b86126637ff37 100644 (file)
@@ -1,10 +1,9 @@
-#serial 15
-
-# Copyright (C) 2000-2001, 2003-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.
+# timespec.m4
+# serial 15
+dnl Copyright (C) 2000-2001, 2003-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.
 
 dnl From Jim Meyering
 
index 400e8fc1b2a84e66e5c2e6c69f72633a08d7cb49..5966f73c049f006a562affdd2a9aa05230ab3bc9 100644 (file)
@@ -1,9 +1,9 @@
 # tmpfile.m4
 # serial 4
-# 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.
+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.
 
 # Written by Ben Pfaff.
 
index d220534dd5993ec0136149658ab63a37564cae73..4d14804e730ecfafd13ee6c047757bab74228bcb 100644 (file)
@@ -1,9 +1,9 @@
+# tzset.m4
 # serial 18
-
-# Copyright (C) 2003, 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.
+dnl Copyright (C) 2003, 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.
 
 # Written by Paul Eggert and Jim Meyering.
 
index 9d50964840b482314be44e0148699ccc5ed8edb0..429d44a7eca9142e56821728235035168ef167ae 100644 (file)
@@ -1,4 +1,5 @@
-#serial 9
+# unistd-safer.m4
+# serial 9
 dnl Copyright (C) 2002, 2005-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,
index e7cb903d1f0613c24d3247f75076cdb6695cf8b3..dfd8b10abf7538314a250f8f5a567b9b413bed76 100644 (file)
@@ -1,14 +1,14 @@
-#serial 17
+# unlink-busy.m4
+# serial 17
+dnl Copyright (C) 2000-2001, 2004, 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.
 
 dnl From J. David Anglin.
 
 dnl HPUX and other systems can't unlink shared text that is being executed.
 
-# Copyright (C) 2000-2001, 2004, 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.
-
 AC_DEFUN([gl_FUNC_UNLINK_BUSY_TEXT],
 [
   AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
index baa3c0fc09910bae70b37943f7c7518bcb13bb39..ae5c93abd9feb213fd8764131bb519ac4cb6762d 100644 (file)
@@ -1,10 +1,9 @@
+# unlinkdir.m4
 # serial 8
-
-# Copyright (C) 2005-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.
+dnl Copyright (C) 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.
 
 # Written by Paul Eggert.
 
index bdb12e19b9c92dd964d3d156f8dbb5e0aaa3b6ca..e96cf5f87360e08f463749a4ce72cc1f108ee2fd 100644 (file)
@@ -1,11 +1,9 @@
 # unlocked-io.m4
 # serial 16
-
-# Copyright (C) 1998-2006, 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.
+dnl Copyright (C) 1998-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.
 
 dnl From Jim Meyering.
 dnl
index a6403875b1a4da9bebe355a6994a68c538d30d48..d8f27dc484422904d825ea1a295b6cbaf0545cfe 100644 (file)
@@ -1,9 +1,9 @@
+# uptime.m4
 # serial 8
-
-# Copyright (C) 1996, 1999-2001, 2004, 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.
+dnl Copyright (C) 1996, 1999-2001, 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.
 
 AC_PREREQ([2.13])
 
index 05f4ac2f3e7cdf9f8f93f5d015acfcb5ca7c4296..5b5b95e157dc8d613e7c37811e13737cda31fec9 100644 (file)
@@ -1,3 +1,4 @@
+# userspec.m4
 # serial 11
 dnl Copyright (C) 2002-2006, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
index f76e6afd33cfd6c2407dbc6db0a8611e8a59030c..4c2314ac1cb7e3b265a9092570b0bf98529a1d84 100644 (file)
@@ -1,4 +1,5 @@
-#serial 4
+# utimecmp.m4
+# serial 4
 dnl Copyright (C) 2004-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,
index 4af7f6f81c847dcdf9236c4f57c1a1fadf3706b7..a583f37668764563f8e4ca1930000f824c975d1d 100644 (file)
@@ -1,11 +1,12 @@
+# utimensat.m4
 # serial 12
-# See if we need to provide utimensat replacement.
-
 dnl Copyright (C) 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.
 
+# See if we need to provide utimensat replacement.
+
 # Written by Eric Blake.
 
 AC_DEFUN([gl_FUNC_UTIMENSAT],
index c9ff377ca437b0cfcddfe66aef7cd4c3ff413a20..660c47d097ea6e26a71df52d568e15ea0714609a 100644 (file)
@@ -1,11 +1,11 @@
-# Configure a GNU-like replacement for <utmp.h>.
-
-# Copyright (C) 2023-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.
-
+# utmp_h.m4
 # serial 2
+dnl Copyright (C) 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.
+
+# Configure a GNU-like replacement for <utmp.h>.
 
 AC_DEFUN_ONCE([gl_UTMP_H],
 [
index 164bf0c49a99a0f3c8b7951dcb608632de7bc0e5..9211f69d4d8b9f800af9e31dd29d5319a388d388 100644 (file)
@@ -1,13 +1,13 @@
-# Check for variable-length arrays.
-
+# vararrays.m4
 # serial 6
+dnl Copyright (C) 2001, 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.
 
-# From Paul Eggert
+# Check for variable-length arrays.
 
-# Copyright (C) 2001, 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.
+# From Paul Eggert
 
 m4_version_prereq([2.70], [], [
 
index 5a97b5a2c21e9d3d138b5d3a9d73ec37969bac55..6ab1ed621c0545e1ff080e0cf98f11ecf8898b25 100644 (file)
@@ -1,9 +1,9 @@
 # version-etc.m4
 # serial 2
-# Copyright (C) 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.
+dnl Copyright (C) 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.
 
 dnl $1 - configure flag and define name
 dnl $2 - human readable description
index 7f72a81eeab38dd8898fcbbd667f3c67ed99b89b..d8c084868343d54a73a72a7b8dd01ea792bd7ac2 100644 (file)
@@ -1,10 +1,11 @@
-# xattr.m4 - check for Extended Attributes (Linux)
+# xattr.m4
 # serial 7
+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.
 
-# Copyright (C) 2003-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 Extended Attributes (Linux)
 
 AC_DEFUN([gl_FUNC_XATTR],
 [
index 909bbe80e13ed3e202f3fd315981bdbd95e8e84d..1bb95692394b9084a8a2291864d55f4c8173c5fb 100644 (file)
@@ -1,4 +1,5 @@
-#serial 8
+# xgetcwd.m4
+# serial 8
 dnl Copyright (C) 2002-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,
index 54d296abffb63a97c8722cdf52475a62e97aea67..0227dad04453df44fd3ab6d64a4cadadfd2ead59 100644 (file)
@@ -1,4 +1,5 @@
-#serial 6
+# xnanosleep.m4
+# serial 6
 dnl Copyright (C) 2005-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,
index 49bcb29789fd3b82352dce420957424964d414d3..d0fe550c3bbcf2df7c2bd7cbc330cc216fdedd88 100644 (file)
@@ -1,4 +1,5 @@
-#serial 8
+# xstrtod.m4
+# serial 8
 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2024 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
index 9a53618967eb50bcec344e77e42c30e42395cb68..20f1de1498e88a65848bfb2af919c5bb4b0f564f 100644 (file)
@@ -1,4 +1,5 @@
-#serial 11
+# xstrtol.m4
+# serial 11
 dnl Copyright (C) 2002-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,