mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Replace stftime gnulib module with nstrftime
* lib/Makefile.am: Update to replace deprecated strftime module.
This commit is contained in:
parent
86e7a8b12b
commit
c67cbc501f
3 changed files with 3 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue