From c67cbc501face03ed0a4d1445e196c3893f0fb3d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 21 Jan 2021 11:15:08 +0100 Subject: [PATCH] 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 ec38fc6d1..86c7aba28 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 84544610a..9e6b41b4a 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 9d6023c6b..723c91342 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: