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:
parent
86e7a8b12b
commit
c67cbc501f
3 changed files with 3 additions and 4 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue