From 1905bf663dcb409a23edd834fb9a69678cc521a9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 18 Apr 2021 13:26:43 +0200 Subject: [PATCH] More systematic file naming. * m4/ctype_h.m4: Renamed from m4/ctype.m4. * m4/threads_h.m4: Renamed from m4/threads.m4. * m4/uchar_h.m4: Renamed from m4/uchar.m4. --- ChangeLog | 7 +++++++ m4/{ctype.m4 => ctype_h.m4} | 0 m4/{threads.m4 => threads_h.m4} | 2 +- m4/{uchar.m4 => uchar_h.m4} | 2 +- modules/ctype | 2 +- modules/threads-h | 2 +- modules/uchar | 2 +- 7 files changed, 12 insertions(+), 5 deletions(-) rename m4/{ctype.m4 => ctype_h.m4} (100%) rename m4/{threads.m4 => threads_h.m4} (99%) rename m4/{uchar.m4 => uchar_h.m4} (99%) diff --git a/ChangeLog b/ChangeLog index e86be66aec..5031c65fb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-04-18 Bruno Haible + + More systematic file naming. + * m4/ctype_h.m4: Renamed from m4/ctype.m4. + * m4/threads_h.m4: Renamed from m4/threads.m4. + * m4/uchar_h.m4: Renamed from m4/uchar.m4. + 2021-04-18 Bruno Haible Add comments after 2021-04-11 change. diff --git a/m4/ctype.m4 b/m4/ctype_h.m4 similarity index 100% rename from m4/ctype.m4 rename to m4/ctype_h.m4 diff --git a/m4/threads.m4 b/m4/threads_h.m4 similarity index 99% rename from m4/threads.m4 rename to m4/threads_h.m4 index 53ec6d5e76..adda3e6f8a 100644 --- a/m4/threads.m4 +++ b/m4/threads_h.m4 @@ -1,4 +1,4 @@ -# threads.m4 serial 10 +# threads_h.m4 serial 10 dnl Copyright (C) 2019-2021 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/m4/uchar.m4 b/m4/uchar_h.m4 similarity index 99% rename from m4/uchar.m4 rename to m4/uchar_h.m4 index 1923f17906..55cc33a2f3 100644 --- a/m4/uchar.m4 +++ b/m4/uchar_h.m4 @@ -1,4 +1,4 @@ -# uchar.m4 serial 20 +# uchar_h.m4 serial 20 dnl Copyright (C) 2019-2021 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/modules/ctype b/modules/ctype index 0196dfadf6..60d7d5fb46 100644 --- a/modules/ctype +++ b/modules/ctype @@ -3,7 +3,7 @@ A that conforms to C99. Files: lib/ctype.in.h -m4/ctype.m4 +m4/ctype_h.m4 Depends-on: extern-inline diff --git a/modules/threads-h b/modules/threads-h index 37cc6d8db1..0ea7a48c73 100644 --- a/modules/threads-h +++ b/modules/threads-h @@ -12,7 +12,7 @@ lib/windows-once.h lib/windows-cond.h lib/windows-tls.h lib/windows-initguard.h -m4/threads.m4 +m4/threads_h.m4 m4/threadlib.m4 build-aux/config.rpath diff --git a/modules/uchar b/modules/uchar index a65fce2afa..e57ee9976d 100644 --- a/modules/uchar +++ b/modules/uchar @@ -3,7 +3,7 @@ A GNU-like . Files: lib/uchar.in.h -m4/uchar.m4 +m4/uchar_h.m4 m4/stdint.m4 Depends-on: -- 2.39.5