1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Replace stftime gnulib module with nstrftime

* lib/Makefile.am: Update to replace deprecated strftime module.
This commit is contained in:
Andy Wingo 2021-01-21 11:15:08 +01:00
parent 86e7a8b12b
commit c67cbc501f
3 changed files with 3 additions and 4 deletions

View file

@ -105,6 +105,7 @@
# mkostemp \ # mkostemp \
# nl_langinfo \ # nl_langinfo \
# nproc \ # nproc \
# nstrftime \
# open \ # open \
# pipe-posix \ # pipe-posix \
# pipe2 \ # pipe2 \
@ -125,7 +126,6 @@
# socket \ # socket \
# stat-time \ # stat-time \
# stdlib \ # stdlib \
# strftime \
# striconveh \ # striconveh \
# string \ # string \
# sys_stat \ # sys_stat \

View file

@ -110,6 +110,7 @@
# mkostemp \ # mkostemp \
# nl_langinfo \ # nl_langinfo \
# nproc \ # nproc \
# nstrftime \
# open \ # open \
# pipe-posix \ # pipe-posix \
# pipe2 \ # pipe2 \
@ -130,7 +131,6 @@
# socket \ # socket \
# stat-time \ # stat-time \
# stdlib \ # stdlib \
# strftime \
# striconveh \ # striconveh \
# string \ # string \
# sys_stat \ # sys_stat \
@ -209,6 +209,7 @@ gl_MODULES([
mkostemp mkostemp
nl_langinfo nl_langinfo
nproc nproc
nstrftime
open open
pipe-posix pipe-posix
pipe2 pipe2
@ -229,7 +230,6 @@ gl_MODULES([
socket socket
stat-time stat-time
stdlib stdlib
strftime
striconveh striconveh
string string
sys_stat sys_stat

View file

@ -233,7 +233,6 @@ AC_DEFUN([gl_EARLY],
# Code from module stdlib: # Code from module stdlib:
# Code from module strdup-posix: # Code from module strdup-posix:
# Code from module streq: # Code from module streq:
# Code from module strftime:
# Code from module striconveh: # Code from module striconveh:
# Code from module string: # Code from module string:
# Code from module sys_file: # Code from module sys_file: