mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Update after gnulib changed.
* autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC, GNULIB_MODULES_TOOLS_FOR_SRC, GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES, GNULIB_MODULES_TOOLS_OTHER, GNULIB_MODULES_LIBGETTEXTPO): Use the new names of renamed gnulib modules. * gnulib-local/modules/backupfile (Depends-on): Likewise. * gnulib-local/modules/closeout (Depends-on): Likewise. * gnulib-local/modules/libtextstyle-dummy (Depends-on): Likewise. * gnulib-local/modules/libxml (Depends-on): Likewise. * libtextstyle/gnulib-local/modules/fd-ostream (Depends-on): Likewise. * libtextstyle/gnulib-local/modules/html-styled-ostream (Depends-on): Likewise. * libtextstyle/gnulib-local/modules/iconv-ostream (Depends-on): Likewise. * libtextstyle/gnulib-local/modules/memory-ostream (Depends-on): Likewise. * libtextstyle/gnulib-local/modules/noop-styled-ostream (Depends-on): Likewise. * libtextstyle/gnulib-local/modules/term-ostream (Depends-on): Likewise.
This commit is contained in:
parent
6a707d9440
commit
d2fbe62c40
48
autogen.sh
48
autogen.sh
@ -98,6 +98,7 @@ if ! $skip_gnulib; then
|
||||
attribute
|
||||
basename-lgpl
|
||||
binary-io
|
||||
bool
|
||||
closeout
|
||||
error
|
||||
getopt-gnu
|
||||
@ -110,11 +111,10 @@ if ! $skip_gnulib; then
|
||||
relocatable-prog
|
||||
setlocale
|
||||
sigpipe
|
||||
stdbool
|
||||
stdio
|
||||
stdlib
|
||||
stdio-h
|
||||
stdlib-h
|
||||
strtoul
|
||||
unistd
|
||||
unistd-h
|
||||
unlocked-io
|
||||
xalloc
|
||||
xstring-buffer
|
||||
@ -172,6 +172,7 @@ if ! $skip_gnulib; then
|
||||
binary-io
|
||||
bison
|
||||
bison-i18n
|
||||
bool
|
||||
byteswap
|
||||
c-ctype
|
||||
c-strcase
|
||||
@ -207,7 +208,7 @@ if ! $skip_gnulib; then
|
||||
libunistring-optional
|
||||
libxml
|
||||
localcharset
|
||||
locale
|
||||
locale-h
|
||||
localename
|
||||
localtime
|
||||
lock
|
||||
@ -236,9 +237,8 @@ if ! $skip_gnulib; then
|
||||
sigpipe
|
||||
sigprocmask
|
||||
spawn-pipe
|
||||
stdbool
|
||||
stdio
|
||||
stdlib
|
||||
stdio-h
|
||||
stdlib-h
|
||||
stpcpy
|
||||
stpncpy
|
||||
strchrnul
|
||||
@ -249,9 +249,9 @@ if ! $skip_gnulib; then
|
||||
strtol
|
||||
strtoul
|
||||
supersede
|
||||
sys_select
|
||||
sys_stat
|
||||
sys_time
|
||||
sys_select-h
|
||||
sys_stat-h
|
||||
sys_time-h
|
||||
trim
|
||||
unicase/u8-casefold
|
||||
unictype/ctype-space
|
||||
@ -259,7 +259,7 @@ if ! $skip_gnulib; then
|
||||
unilbrk/ulc-width-linebreaks
|
||||
uniname/uniname
|
||||
uninorm/nfc
|
||||
unistd
|
||||
unistd-h
|
||||
unistr/u8-check
|
||||
unistr/u8-mbtouc
|
||||
unistr/u8-mbtoucr
|
||||
@ -287,10 +287,11 @@ if ! $skip_gnulib; then
|
||||
# Common dependencies of GNULIB_MODULES_TOOLS_FOR_SRC and GNULIB_MODULES_TOOLS_FOR_LIBGREP.
|
||||
GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES='
|
||||
alloca-opt
|
||||
bool
|
||||
extensions
|
||||
gettext-h
|
||||
include_next
|
||||
locale
|
||||
locale-h
|
||||
localcharset
|
||||
malloc-posix
|
||||
mbrtowc
|
||||
@ -301,14 +302,13 @@ if ! $skip_gnulib; then
|
||||
snippet/c++defs
|
||||
snippet/warn-on-use
|
||||
ssize_t
|
||||
stdbool
|
||||
stddef
|
||||
stdint
|
||||
stdlib
|
||||
stddef-h
|
||||
stdint-h
|
||||
stdlib-h
|
||||
streq
|
||||
unistd
|
||||
unistd-h
|
||||
verify
|
||||
wchar
|
||||
wchar-h
|
||||
wctype-h
|
||||
windows-mutex
|
||||
windows-once
|
||||
@ -324,7 +324,7 @@ if ! $skip_gnulib; then
|
||||
javacomp-script
|
||||
javaexec-script
|
||||
manywarnings
|
||||
stdint
|
||||
stdint-h
|
||||
'
|
||||
GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS='
|
||||
unilbrk/u8-possible-linebreaks-tests
|
||||
@ -351,7 +351,7 @@ if ! $skip_gnulib; then
|
||||
`for m in $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES; do \
|
||||
if test \`$GNULIB_TOOL --extract-applicability $m\` != all; then \
|
||||
case $m in \
|
||||
locale | stdbool | stddef | stdint | stdlib | unistd | wchar | wctype-h) ;; \
|
||||
bool | locale-h | stddef-h | stdint-h | stdlib-h | unistd-h | wchar-h | wctype-h) ;; \
|
||||
*) echo --avoid=$m ;; \
|
||||
esac; \
|
||||
fi; \
|
||||
@ -362,6 +362,7 @@ if ! $skip_gnulib; then
|
||||
GNULIB_MODULES_LIBGETTEXTPO='
|
||||
attribute
|
||||
basename-lgpl
|
||||
bool
|
||||
close
|
||||
c-ctype
|
||||
c-strcase
|
||||
@ -385,9 +386,8 @@ if ! $skip_gnulib; then
|
||||
open
|
||||
relocatable-lib
|
||||
sigpipe
|
||||
stdbool
|
||||
stdio
|
||||
stdlib
|
||||
stdio-h
|
||||
stdlib-h
|
||||
stpcpy
|
||||
stpncpy
|
||||
strchrnul
|
||||
|
||||
@ -13,7 +13,7 @@ basename-lgpl
|
||||
closedir
|
||||
opendir
|
||||
readdir
|
||||
unistd
|
||||
unistd-h
|
||||
|
||||
configure.ac:
|
||||
gt_PREREQ_BACKUPFILE
|
||||
|
||||
@ -8,7 +8,7 @@ lib/closeout.c
|
||||
Depends-on:
|
||||
error
|
||||
fwriteerror
|
||||
stdlib
|
||||
stdlib-h
|
||||
gettext-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
@ -5,8 +5,8 @@ Files:
|
||||
lib/textstyle.in.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
unistd
|
||||
bool
|
||||
unistd-h
|
||||
fsync
|
||||
|
||||
configure.ac:
|
||||
|
||||
@ -106,7 +106,7 @@ m4/absolute-header.m4
|
||||
|
||||
Depends-on:
|
||||
iconv
|
||||
stdarg
|
||||
stdarg-h
|
||||
snprintf
|
||||
vsnprintf
|
||||
no-c++
|
||||
|
||||
@ -8,7 +8,7 @@ lib/fd-ostream.oo.c
|
||||
Depends-on:
|
||||
ostream
|
||||
error
|
||||
stdlib
|
||||
stdlib-h
|
||||
full-write
|
||||
fsync
|
||||
gettext
|
||||
|
||||
@ -7,12 +7,12 @@ lib/html-styled-ostream.oo.c
|
||||
|
||||
Depends-on:
|
||||
styled-ostream
|
||||
unistd
|
||||
unistd-h
|
||||
html-ostream
|
||||
binary-io
|
||||
error
|
||||
safe-read
|
||||
stdlib
|
||||
stdlib-h
|
||||
xalloc
|
||||
gettext-h
|
||||
close
|
||||
|
||||
@ -9,7 +9,7 @@ Depends-on:
|
||||
ostream
|
||||
c-strcase
|
||||
error
|
||||
stdlib
|
||||
stdlib-h
|
||||
gettext
|
||||
iconv
|
||||
xalloc
|
||||
|
||||
@ -8,7 +8,7 @@ lib/memory-ostream.oo.c
|
||||
Depends-on:
|
||||
ostream
|
||||
error
|
||||
stdlib
|
||||
stdlib-h
|
||||
gettext
|
||||
xalloc
|
||||
xsize
|
||||
|
||||
@ -7,7 +7,7 @@ lib/noop-styled-ostream.oo.c
|
||||
|
||||
Depends-on:
|
||||
styled-ostream
|
||||
stdbool
|
||||
bool
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
|
||||
@ -10,14 +10,14 @@ Depends-on:
|
||||
ostream
|
||||
term-style-control
|
||||
error
|
||||
stdlib
|
||||
stdlib-h
|
||||
full-write
|
||||
fsync
|
||||
gettext-h
|
||||
gettimeofday
|
||||
get_ppid_of
|
||||
get_progname_of
|
||||
stdint
|
||||
stdint-h
|
||||
terminfo-h
|
||||
xalloc
|
||||
xgethostname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user