mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
2
NEWS
2
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.
|
||||
|
||||
@@ -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],
|
||||
[
|
||||
:
|
||||
])
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user