* m4/hard-locale.m4: Remove. * modules/hard-locale (Files): Remove m4/hard-locale.m4. (configure.ac): Do not call gl_HARD_LOCALE. --- ChangeLog | 5 +++++ NEWS | 2 ++ m4/hard-locale.m4 | 11 ----------- modules/hard-locale | 2 -- 4 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 m4/hard-locale.m4
diff --git a/ChangeLog b/ChangeLog index 05b054472..7daeebe16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-07-17 Paul Eggert <egg...@cs.ucla.edu> + hard-locale: simplify by removing hard-locale.m4 + * m4/hard-locale.m4: Remove. + * modules/hard-locale (Files): Remove m4/hard-locale.m4. + (configure.ac): Do not call gl_HARD_LOCALE. + gnulib-tool: limit line length for git send-email * gnulib-tool (func_import): Break actioncmd log line into multiple lines. diff --git a/NEWS b/NEWS index 156e49cde..1328e7324 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,8 @@ User visible incompatible changes Date Modules Changes +2018-07-17 hard-locale m4/hard-locale.m4 and gl_HARD_LOCALE are removed. + 2018-07-05 renameat2 This module is renamed to 'renameatu' and all its include files and functions are renamed accordingly. diff --git a/m4/hard-locale.m4 b/m4/hard-locale.m4 deleted file mode 100644 index 19222236d..000000000 --- a/m4/hard-locale.m4 +++ /dev/null @@ -1,11 +0,0 @@ -# hard-locale.m4 serial 8 -dnl Copyright (C) 2002-2006, 2009-2018 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 No prerequisites of lib/hard-locale.c. -AC_DEFUN([gl_HARD_LOCALE], -[ - : -]) diff --git a/modules/hard-locale b/modules/hard-locale index 76c6eddbe..d4463b74b 100644 --- a/modules/hard-locale +++ b/modules/hard-locale @@ -4,14 +4,12 @@ Determine whether the current locale is different from the "C" locale. Files: lib/hard-locale.h lib/hard-locale.c -m4/hard-locale.m4 Depends-on: stdbool strdup configure.ac: -gl_HARD_LOCALE Makefile.am: lib_SOURCES += hard-locale.c -- 2.17.1