mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
Import Gnulib's `git-version-gen' module.
* m4/gnulib-cache.m4: Add `git-version-gen'.
This commit is contained in:
parent
a927b6c1d8
commit
5ad8e59ff5
4 changed files with 168 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# Specification in the form of a command-line invocation:
|
||||
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=3 --libtool --macro-prefix=gl --no-vc-files alignof alloca-opt announce-gen autobuild byteswap canonicalize-lgpl duplocale environ extensions flock fpieee full-read full-write func gendocs getaddrinfo gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton lib-symbol-versions lib-symbol-visibility libunistring locale maintainer-makefile putenv stdlib strcase strftime striconveh string sys_stat verify version-etc-fsf vsnprintf warnings
|
||||
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=3 --libtool --macro-prefix=gl --no-vc-files alignof alloca-opt announce-gen autobuild byteswap canonicalize-lgpl duplocale environ extensions flock fpieee full-read full-write func gendocs getaddrinfo git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton lib-symbol-versions lib-symbol-visibility libunistring locale maintainer-makefile putenv stdlib strcase strftime striconveh string sys_stat verify version-etc-fsf vsnprintf warnings
|
||||
|
||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||
gl_LOCAL_DIR([])
|
||||
|
@ -36,6 +36,7 @@ gl_MODULES([
|
|||
func
|
||||
gendocs
|
||||
getaddrinfo
|
||||
git-version-gen
|
||||
gitlog-to-changelog
|
||||
gnu-web-doc-update
|
||||
gnupload
|
||||
|
|
|
@ -55,6 +55,7 @@ AC_DEFUN([gl_EARLY],
|
|||
# Code from module gendocs:
|
||||
# Code from module getaddrinfo:
|
||||
# Code from module gettext-h:
|
||||
# Code from module git-version-gen:
|
||||
# Code from module gitlog-to-changelog:
|
||||
# Code from module gnu-web-doc-update:
|
||||
# Code from module gnumakefile:
|
||||
|
@ -203,6 +204,7 @@ AC_DEFUN([gl_INIT],
|
|||
# Code from module gettext-h:
|
||||
AC_SUBST([LIBINTL])
|
||||
AC_SUBST([LTLIBINTL])
|
||||
# Code from module git-version-gen:
|
||||
# Code from module gitlog-to-changelog:
|
||||
# Code from module gnu-web-doc-update:
|
||||
# Code from module gnumakefile:
|
||||
|
@ -529,6 +531,7 @@ AC_DEFUN([gl_FILE_LIST], [
|
|||
build-aux/c++defs.h
|
||||
build-aux/config.rpath
|
||||
build-aux/gendocs.sh
|
||||
build-aux/git-version-gen
|
||||
build-aux/gitlog-to-changelog
|
||||
build-aux/gnu-web-doc-update
|
||||
build-aux/gnupload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue