guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch master updated: Replace stftime gnulib module wit


From: Andy Wingo
Subject: [Guile-commits] branch master updated: Replace stftime gnulib module with nstrftime
Date: Thu, 21 Jan 2021 05:22:50 -0500

This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new c67cbc5  Replace stftime gnulib module with nstrftime
c67cbc5 is described below

commit c67cbc501face03ed0a4d1445e196c3893f0fb3d
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Thu Jan 21 11:15:08 2021 +0100

    Replace stftime gnulib module with nstrftime
    
    * lib/Makefile.am: Update to replace deprecated strftime module.
---
 lib/Makefile.am    | 2 +-
 m4/gnulib-cache.m4 | 4 ++--
 m4/gnulib-comp.m4  | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index ec38fc6..86c7aba 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -105,6 +105,7 @@
 #  mkostemp \
 #  nl_langinfo \
 #  nproc \
+#  nstrftime \
 #  open \
 #  pipe-posix \
 #  pipe2 \
@@ -125,7 +126,6 @@
 #  socket \
 #  stat-time \
 #  stdlib \
-#  strftime \
 #  striconveh \
 #  string \
 #  sys_stat \
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 8454461..9e6b41b 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -110,6 +110,7 @@
 #  mkostemp \
 #  nl_langinfo \
 #  nproc \
+#  nstrftime \
 #  open \
 #  pipe-posix \
 #  pipe2 \
@@ -130,7 +131,6 @@
 #  socket \
 #  stat-time \
 #  stdlib \
-#  strftime \
 #  striconveh \
 #  string \
 #  sys_stat \
@@ -209,6 +209,7 @@ gl_MODULES([
   mkostemp
   nl_langinfo
   nproc
+  nstrftime
   open
   pipe-posix
   pipe2
@@ -229,7 +230,6 @@ gl_MODULES([
   socket
   stat-time
   stdlib
-  strftime
   striconveh
   string
   sys_stat
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4
index 9d6023c..723c913 100644
--- a/m4/gnulib-comp.m4
+++ b/m4/gnulib-comp.m4
@@ -233,7 +233,6 @@ AC_DEFUN([gl_EARLY],
   # Code from module stdlib:
   # Code from module strdup-posix:
   # Code from module streq:
-  # Code from module strftime:
   # Code from module striconveh:
   # Code from module string:
   # Code from module sys_file:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]