mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Explicitly require Gnulib's `extensions' module.
This commit is contained in:
parent
6a945c34cf
commit
d4ebfb617e
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-01-30 Ludovic Courtès <ludo@gnu.org>
|
||||||
|
|
||||||
|
* gnulib-cache.m4 (gl_MODULES): Add `extensions' explicitly
|
||||||
|
since we rely on it, e.g., for `srfi-14.c'.
|
||||||
|
|
||||||
2008-01-18 Neil Jerram <neil@ossau.uklinux.net>
|
2008-01-18 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* gnulib-cache.m4: Recent gnulib adds gl_PO_BASE and gl_PO_DOMAIN
|
* gnulib-cache.m4: Recent gnulib adds gl_PO_BASE and gl_PO_DOMAIN
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
|
|
||||||
# Specification in the form of a command-line invocation:
|
# Specification in the form of a command-line invocation:
|
||||||
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl alloca strcase
|
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl alloca extensions strcase
|
||||||
|
|
||||||
# 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([])
|
gl_LOCAL_DIR([])
|
||||||
gl_MODULES([alloca strcase])
|
gl_MODULES([alloca extensions strcase])
|
||||||
gl_AVOID([])
|
gl_AVOID([])
|
||||||
gl_SOURCE_BASE([lib])
|
gl_SOURCE_BASE([lib])
|
||||||
gl_M4_BASE([m4])
|
gl_M4_BASE([m4])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue