New upstream version 2.3.4
This commit is contained in:
parent
e7bdd1c6c6
commit
de72f6f588
556 changed files with 90432 additions and 53391 deletions
|
@ -1,8 +1,8 @@
|
|||
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This file is distributed in the hope that it will be useful,
|
||||
|
@ -11,7 +11,7 @@
|
|||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this file. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this file. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
# As a special exception to the GNU General Public License,
|
||||
# this file may be distributed as part of a program that
|
||||
|
@ -27,13 +27,45 @@
|
|||
|
||||
|
||||
# Specification in the form of a command-line invocation:
|
||||
# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext idpriv-droptemp mountlist regex setenv strcase strcasestr strsep timegm unsetenv vasprintf vsnprintf
|
||||
# gnulib-tool --import \
|
||||
# --lib=libgnu \
|
||||
# --source-base=gl \
|
||||
# --m4-base=gl/m4 \
|
||||
# --doc-base=doc \
|
||||
# --tests-base=tests \
|
||||
# --aux-dir=build-aux \
|
||||
# --no-conditional-dependencies \
|
||||
# --no-libtool \
|
||||
# --macro-prefix=gl \
|
||||
# --no-vc-files \
|
||||
# base64 \
|
||||
# crypto/sha256 \
|
||||
# dirname \
|
||||
# environ \
|
||||
# floorf \
|
||||
# fsusage \
|
||||
# getaddrinfo \
|
||||
# gethostname \
|
||||
# getloadavg \
|
||||
# getopt-gnu \
|
||||
# gettext-h \
|
||||
# idpriv-droptemp \
|
||||
# mountlist \
|
||||
# regex \
|
||||
# setenv \
|
||||
# strcase \
|
||||
# strcasestr \
|
||||
# strsep \
|
||||
# timegm \
|
||||
# unsetenv \
|
||||
# vasprintf \
|
||||
# vsnprintf
|
||||
|
||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||
gl_LOCAL_DIR([])
|
||||
gl_MODULES([
|
||||
base64
|
||||
crypto/sha1
|
||||
crypto/sha256
|
||||
dirname
|
||||
environ
|
||||
floorf
|
||||
|
@ -42,7 +74,7 @@ gl_MODULES([
|
|||
gethostname
|
||||
getloadavg
|
||||
getopt-gnu
|
||||
gettext
|
||||
gettext-h
|
||||
idpriv-droptemp
|
||||
mountlist
|
||||
regex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue