gnulib-tool --import environ; rely on gnulib for environ definitions
* libguile/posix.c: * libguile/stime.c: Remove environ definition, gnulib provides it now.
This commit is contained in:
parent
442f3f20dd
commit
b579617b2d
6 changed files with 42 additions and 28 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 --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild count-one-bits extensions flock fpieee full-read full-write lib-symbol-visibility putenv stdlib strcase strftime
|
||||
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild count-one-bits environ extensions flock fpieee full-read full-write lib-symbol-visibility putenv stdlib strcase strftime
|
||||
|
||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||
gl_LOCAL_DIR([])
|
||||
|
|
@ -23,6 +23,7 @@ gl_MODULES([
|
|||
alloca-opt
|
||||
autobuild
|
||||
count-one-bits
|
||||
environ
|
||||
extensions
|
||||
flock
|
||||
fpieee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue