gnulib: install the environ module
This should fix compilation on OSX, as reported by Yann Thierry-Mieg. * m4/environ.m4: New file. * m4/gnulib-cache.m4, m4/gnulib-comp.m4: Update. * bin/common_trans.cc [HAVE_SPAWN_H]: Do not define environ.
This commit is contained in:
parent
db725ffaf8
commit
1fc94ee6f2
4 changed files with 51 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002-2020, 2022 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
|
||||
|
|
@ -57,6 +57,7 @@ gl_MODULES([
|
|||
argmatch
|
||||
argp
|
||||
closeout
|
||||
environ
|
||||
error
|
||||
isatty
|
||||
mkstemp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue