mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Gnulib: Add dirname-lgpl.
* lib/Makefile.am: * m4/gnulib-cache.m4: * m4/gnulib-comp.m4: Add dirname-lgpl.
This commit is contained in:
parent
ad7e806a9f
commit
8868c850e6
3 changed files with 5 additions and 49 deletions
|
@ -21,7 +21,7 @@
|
||||||
# the same distribution terms as the rest of that program.
|
# the same distribution terms as the rest of that program.
|
||||||
#
|
#
|
||||||
# Generated by gnulib-tool.
|
# Generated by gnulib-tool.
|
||||||
# Reproduce by: gnulib-tool --import --local-dir=gnulib-local --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --avoid=unistr/base --avoid=unistr/u8-mbtouc --avoid=unistr/u8-mbtouc-unsafe --avoid=unistr/u8-mbtoucr --avoid=unistr/u8-prev --avoid=unistr/u8-uctomb --avoid=unitypes --lgpl=3 --conditional-dependencies --libtool --macro-prefix=gl --no-vc-files accept alignof alloca-opt announce-gen autobuild bind byteswap c-strcase canonicalize-lgpl ceil clock-time close connect copysign dirfd duplocale environ extensions flock floor fpieee frexp fstat fsync full-read full-write func gendocs getaddrinfo getlogin getpeername getsockname getsockopt git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton isfinite isinf isnan ldexp lib-symbol-versions lib-symbol-visibility libunistring link listen localcharset locale log1p lstat maintainer-makefile malloc-gnu malloca mkdir mkostemp nl_langinfo nproc open pipe-posix pipe2 poll putenv readlink recv recvfrom regex rename rmdir select send sendto setenv setsockopt shutdown socket stat-time stdlib strftime striconveh string sys_stat time times trunc unistd verify vsnprintf warnings wchar
|
# Reproduce by: gnulib-tool --import --local-dir=gnulib-local --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --avoid=unistr/base --avoid=unistr/u8-mbtouc --avoid=unistr/u8-mbtouc-unsafe --avoid=unistr/u8-mbtoucr --avoid=unistr/u8-prev --avoid=unistr/u8-uctomb --avoid=unitypes --lgpl=3 --conditional-dependencies --libtool --macro-prefix=gl --no-vc-files accept alignof alloca-opt announce-gen autobuild bind byteswap c-strcase canonicalize-lgpl ceil clock-time close connect copysign dirfd dirname-lgpl duplocale environ extensions flock floor fpieee frexp fstat fsync full-read full-write func gendocs getaddrinfo getlogin getpeername getsockname getsockopt git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton isfinite isinf isnan ldexp lib-symbol-versions lib-symbol-visibility libunistring link listen localcharset locale log1p lstat maintainer-makefile malloc-gnu malloca mkdir mkostemp nl_langinfo nproc open pipe-posix pipe2 poll putenv readlink recv recvfrom regex rename rmdir select send sendto setenv setsockopt shutdown socket stat-time stdlib strftime striconveh string sys_stat time times trunc unistd verify vsnprintf warnings wchar
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = 1.9.6 gnits
|
AUTOMAKE_OPTIONS = 1.9.6 gnits
|
||||||
|
|
||||||
|
@ -404,19 +404,15 @@ EXTRA_libgnu_la_SOURCES += dirfd.c
|
||||||
|
|
||||||
## begin gnulib module dirname-lgpl
|
## begin gnulib module dirname-lgpl
|
||||||
|
|
||||||
if gl_GNULIB_ENABLED_a691da99c1d83b83238e45f41a696f5c
|
|
||||||
libgnu_la_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
|
libgnu_la_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
|
||||||
|
|
||||||
endif
|
|
||||||
EXTRA_DIST += dirname.h
|
EXTRA_DIST += dirname.h
|
||||||
|
|
||||||
## end gnulib module dirname-lgpl
|
## end gnulib module dirname-lgpl
|
||||||
|
|
||||||
## begin gnulib module dosname
|
## begin gnulib module dosname
|
||||||
|
|
||||||
if gl_GNULIB_ENABLED_dosname
|
|
||||||
|
|
||||||
endif
|
|
||||||
EXTRA_DIST += dosname.h
|
EXTRA_DIST += dosname.h
|
||||||
|
|
||||||
## end gnulib module dosname
|
## end gnulib module dosname
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Specification in the form of a command-line invocation:
|
# Specification in the form of a command-line invocation:
|
||||||
# gnulib-tool --import --local-dir=gnulib-local --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --avoid=unistr/base --avoid=unistr/u8-mbtouc --avoid=unistr/u8-mbtouc-unsafe --avoid=unistr/u8-mbtoucr --avoid=unistr/u8-prev --avoid=unistr/u8-uctomb --avoid=unitypes --lgpl=3 --conditional-dependencies --libtool --macro-prefix=gl --no-vc-files accept alignof alloca-opt announce-gen autobuild bind byteswap c-strcase canonicalize-lgpl ceil clock-time close connect copysign dirfd duplocale environ extensions flock floor fpieee frexp fstat fsync full-read full-write func gendocs getaddrinfo getlogin getpeername getsockname getsockopt git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton isfinite isinf isnan ldexp lib-symbol-versions lib-symbol-visibility libunistring link listen localcharset locale log1p lstat maintainer-makefile malloc-gnu malloca mkdir mkostemp nl_langinfo nproc open pipe-posix pipe2 poll putenv readlink recv recvfrom regex rename rmdir select send sendto setenv setsockopt shutdown socket stat-time stdlib strftime striconveh string sys_stat time times trunc unistd verify vsnprintf warnings wchar
|
# gnulib-tool --import --local-dir=gnulib-local --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --avoid=unistr/base --avoid=unistr/u8-mbtouc --avoid=unistr/u8-mbtouc-unsafe --avoid=unistr/u8-mbtoucr --avoid=unistr/u8-prev --avoid=unistr/u8-uctomb --avoid=unitypes --lgpl=3 --conditional-dependencies --libtool --macro-prefix=gl --no-vc-files accept alignof alloca-opt announce-gen autobuild bind byteswap c-strcase canonicalize-lgpl ceil clock-time close connect copysign dirfd dirname-lgpl duplocale environ extensions flock floor fpieee frexp fstat fsync full-read full-write func gendocs getaddrinfo getlogin getpeername getsockname getsockopt git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton isfinite isinf isnan ldexp lib-symbol-versions lib-symbol-visibility libunistring link listen localcharset locale log1p lstat maintainer-makefile malloc-gnu malloca mkdir mkostemp nl_langinfo nproc open pipe-posix pipe2 poll putenv readlink recv recvfrom regex rename rmdir select send sendto setenv setsockopt shutdown socket stat-time stdlib strftime striconveh string sys_stat time times trunc unistd verify vsnprintf warnings wchar
|
||||||
|
|
||||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||||
gl_LOCAL_DIR([gnulib-local])
|
gl_LOCAL_DIR([gnulib-local])
|
||||||
|
@ -47,6 +47,7 @@ gl_MODULES([
|
||||||
connect
|
connect
|
||||||
copysign
|
copysign
|
||||||
dirfd
|
dirfd
|
||||||
|
dirname-lgpl
|
||||||
duplocale
|
duplocale
|
||||||
environ
|
environ
|
||||||
extensions
|
extensions
|
||||||
|
|
|
@ -310,6 +310,8 @@ AC_DEFUN([gl_INIT],
|
||||||
gl_PREREQ_DIRFD
|
gl_PREREQ_DIRFD
|
||||||
fi
|
fi
|
||||||
gl_DIRENT_MODULE_INDICATOR([dirfd])
|
gl_DIRENT_MODULE_INDICATOR([dirfd])
|
||||||
|
gl_DIRNAME_LGPL
|
||||||
|
gl_DOUBLE_SLASH_ROOT
|
||||||
gl_FUNC_DUPLOCALE
|
gl_FUNC_DUPLOCALE
|
||||||
if test $REPLACE_DUPLOCALE = 1; then
|
if test $REPLACE_DUPLOCALE = 1; then
|
||||||
AC_LIBOBJ([duplocale])
|
AC_LIBOBJ([duplocale])
|
||||||
|
@ -705,9 +707,6 @@ AC_DEFUN([gl_INIT],
|
||||||
gl_gnulib_enabled_assure=false
|
gl_gnulib_enabled_assure=false
|
||||||
gl_gnulib_enabled_btowc=false
|
gl_gnulib_enabled_btowc=false
|
||||||
gl_gnulib_enabled_chdir=false
|
gl_gnulib_enabled_chdir=false
|
||||||
gl_gnulib_enabled_a691da99c1d83b83238e45f41a696f5c=false
|
|
||||||
gl_gnulib_enabled_dosname=false
|
|
||||||
gl_gnulib_enabled_36afd6902ac3aacf32e3ff12a686c346=false
|
|
||||||
gl_gnulib_enabled_dup2=false
|
gl_gnulib_enabled_dup2=false
|
||||||
gl_gnulib_enabled_43fe87a341d9b4b93c47c3ad819a5239=false
|
gl_gnulib_enabled_43fe87a341d9b4b93c47c3ad819a5239=false
|
||||||
gl_gnulib_enabled_flexmember=false
|
gl_gnulib_enabled_flexmember=false
|
||||||
|
@ -787,28 +786,6 @@ AC_SUBST([LTALLOCA])
|
||||||
gl_gnulib_enabled_chdir=true
|
gl_gnulib_enabled_chdir=true
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
func_gl_gnulib_m4code_a691da99c1d83b83238e45f41a696f5c ()
|
|
||||||
{
|
|
||||||
if ! $gl_gnulib_enabled_a691da99c1d83b83238e45f41a696f5c; then
|
|
||||||
gl_DIRNAME_LGPL
|
|
||||||
gl_gnulib_enabled_a691da99c1d83b83238e45f41a696f5c=true
|
|
||||||
func_gl_gnulib_m4code_dosname
|
|
||||||
func_gl_gnulib_m4code_36afd6902ac3aacf32e3ff12a686c346
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
func_gl_gnulib_m4code_dosname ()
|
|
||||||
{
|
|
||||||
if ! $gl_gnulib_enabled_dosname; then
|
|
||||||
gl_gnulib_enabled_dosname=true
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
func_gl_gnulib_m4code_36afd6902ac3aacf32e3ff12a686c346 ()
|
|
||||||
{
|
|
||||||
if ! $gl_gnulib_enabled_36afd6902ac3aacf32e3ff12a686c346; then
|
|
||||||
gl_DOUBLE_SLASH_ROOT
|
|
||||||
gl_gnulib_enabled_36afd6902ac3aacf32e3ff12a686c346=true
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
func_gl_gnulib_m4code_dup2 ()
|
func_gl_gnulib_m4code_dup2 ()
|
||||||
{
|
{
|
||||||
if ! $gl_gnulib_enabled_dup2; then
|
if ! $gl_gnulib_enabled_dup2; then
|
||||||
|
@ -1156,9 +1133,6 @@ AC_SUBST([LTALLOCA])
|
||||||
fi
|
fi
|
||||||
gl_SYS_STAT_MODULE_INDICATOR([stat])
|
gl_SYS_STAT_MODULE_INDICATOR([stat])
|
||||||
gl_gnulib_enabled_stat=true
|
gl_gnulib_enabled_stat=true
|
||||||
if test $REPLACE_STAT = 1; then
|
|
||||||
func_gl_gnulib_m4code_dosname
|
|
||||||
fi
|
|
||||||
if test $REPLACE_STAT = 1; then
|
if test $REPLACE_STAT = 1; then
|
||||||
func_gl_gnulib_m4code_pathmax
|
func_gl_gnulib_m4code_pathmax
|
||||||
fi
|
fi
|
||||||
|
@ -1352,15 +1326,9 @@ AC_SUBST([LTALLOCA])
|
||||||
if test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1; then
|
if test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1; then
|
||||||
func_gl_gnulib_m4code_round
|
func_gl_gnulib_m4code_round
|
||||||
fi
|
fi
|
||||||
if test $REPLACE_LSTAT = 1; then
|
|
||||||
func_gl_gnulib_m4code_dosname
|
|
||||||
fi
|
|
||||||
if test $REPLACE_LSTAT = 1; then
|
if test $REPLACE_LSTAT = 1; then
|
||||||
func_gl_gnulib_m4code_stat
|
func_gl_gnulib_m4code_stat
|
||||||
fi
|
fi
|
||||||
if test $REPLACE_MKDIR = 1; then
|
|
||||||
func_gl_gnulib_m4code_a691da99c1d83b83238e45f41a696f5c
|
|
||||||
fi
|
|
||||||
if test $HAVE_MKOSTEMP = 0; then
|
if test $HAVE_MKOSTEMP = 0; then
|
||||||
func_gl_gnulib_m4code_tempname
|
func_gl_gnulib_m4code_tempname
|
||||||
fi
|
fi
|
||||||
|
@ -1418,15 +1386,9 @@ AC_SUBST([LTALLOCA])
|
||||||
if test $REPLACE_RENAME = 1; then
|
if test $REPLACE_RENAME = 1; then
|
||||||
func_gl_gnulib_m4code_chdir
|
func_gl_gnulib_m4code_chdir
|
||||||
fi
|
fi
|
||||||
if test $REPLACE_RENAME = 1; then
|
|
||||||
func_gl_gnulib_m4code_a691da99c1d83b83238e45f41a696f5c
|
|
||||||
fi
|
|
||||||
if test $REPLACE_RENAME = 1; then
|
if test $REPLACE_RENAME = 1; then
|
||||||
func_gl_gnulib_m4code_9bc5f216d57e231e4834049d67d0db62
|
func_gl_gnulib_m4code_9bc5f216d57e231e4834049d67d0db62
|
||||||
fi
|
fi
|
||||||
if test $REPLACE_RMDIR = 1; then
|
|
||||||
func_gl_gnulib_m4code_dosname
|
|
||||||
fi
|
|
||||||
if test $REPLACE_SELECT = 1; then
|
if test $REPLACE_SELECT = 1; then
|
||||||
func_gl_gnulib_m4code_alloca
|
func_gl_gnulib_m4code_alloca
|
||||||
fi
|
fi
|
||||||
|
@ -1486,9 +1448,6 @@ AC_SUBST([LTALLOCA])
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_assure], [$gl_gnulib_enabled_assure])
|
AM_CONDITIONAL([gl_GNULIB_ENABLED_assure], [$gl_gnulib_enabled_assure])
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_btowc], [$gl_gnulib_enabled_btowc])
|
AM_CONDITIONAL([gl_GNULIB_ENABLED_btowc], [$gl_gnulib_enabled_btowc])
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_chdir], [$gl_gnulib_enabled_chdir])
|
AM_CONDITIONAL([gl_GNULIB_ENABLED_chdir], [$gl_gnulib_enabled_chdir])
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_a691da99c1d83b83238e45f41a696f5c], [$gl_gnulib_enabled_a691da99c1d83b83238e45f41a696f5c])
|
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_dosname], [$gl_gnulib_enabled_dosname])
|
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_36afd6902ac3aacf32e3ff12a686c346], [$gl_gnulib_enabled_36afd6902ac3aacf32e3ff12a686c346])
|
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_dup2], [$gl_gnulib_enabled_dup2])
|
AM_CONDITIONAL([gl_GNULIB_ENABLED_dup2], [$gl_gnulib_enabled_dup2])
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_43fe87a341d9b4b93c47c3ad819a5239], [$gl_gnulib_enabled_43fe87a341d9b4b93c47c3ad819a5239])
|
AM_CONDITIONAL([gl_GNULIB_ENABLED_43fe87a341d9b4b93c47c3ad819a5239], [$gl_gnulib_enabled_43fe87a341d9b4b93c47c3ad819a5239])
|
||||||
AM_CONDITIONAL([gl_GNULIB_ENABLED_flexmember], [$gl_gnulib_enabled_flexmember])
|
AM_CONDITIONAL([gl_GNULIB_ENABLED_flexmember], [$gl_gnulib_enabled_flexmember])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue