]> Savannah Git Hosting - gnulib.git/commitdiff
hard-locale: simplify by removing hard-locale.m4
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2018 23:13:46 +0000 (16:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2018 23:43:16 +0000 (16:43 -0700)
* m4/hard-locale.m4: Remove.
* modules/hard-locale (Files): Remove m4/hard-locale.m4.
(configure.ac): Do not call gl_HARD_LOCALE.

ChangeLog
NEWS
m4/hard-locale.m4 [deleted file]
modules/hard-locale

index 05b054472e0a1bed4f8e9b0ac9fc46ba702f6b0f..7daeebe161eb52c94b8a797205499828c635b03a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-07-17  Paul Eggert  <eggert@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 156e49cdebf88640ff06fae8bfb6ee8e33b2f1c6..1328e73246d74620273224299d0ddbff2578c042 100644 (file)
--- 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 (file)
index 1922223..0000000
+++ /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],
-[
-  :
-])
index 76c6eddbe5cddbf4ebdf6b65f153741bcd85bdcd..d4463b74bd90856fb412022d4200f8fa1333a79e 100644 (file)
@@ -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