diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-01-18 20:54:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-01-18 20:55:09 -0800 |
commit | 35a1a007bb7506c72ee6d9757a79014c679e7bae (patch) | |
tree | 256bdc2f880c3e34bdeb99d8b675a0610602bc66 /lib/gnulib.mk.in | |
parent | 52baaca152135e3b67edb13df392ae9047af015c (diff) | |
download | emacs-35a1a007bb7506c72ee6d9757a79014c679e7bae.tar.gz |
Remove Gnulib putenv code
It’s not needed, since Emacs always uses the system putenv and all
platforms have putenv. This improves on the fix for Bug#19874.
Suggested by Bruno Haible.
* admin/merge-gnulib (GNULIB_MODULES): Remove putenv.
* configure.ac: Remove workarounds for Gnulib putenv module.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* lib/putenv.c, m4/putenv.m4: Remove.
Diffstat (limited to 'lib/gnulib.mk.in')
-rw-r--r-- | lib/gnulib.mk.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index ed80f88a874..1c8085b1a41 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in @@ -127,7 +127,6 @@ # pipe2 \ # pselect \ # pthread_sigmask \ -# putenv \ # qcopy-acl \ # readlink \ # readlinkat \ @@ -2162,17 +2161,6 @@ EXTRA_libgnu_a_SOURCES += pthread_sigmask.c endif ## end gnulib module pthread_sigmask -## begin gnulib module putenv -ifeq (,$(OMIT_GNULIB_MODULE_putenv)) - - -EXTRA_DIST += putenv.c - -EXTRA_libgnu_a_SOURCES += putenv.c - -endif -## end gnulib module putenv - ## begin gnulib module qcopy-acl ifeq (,$(OMIT_GNULIB_MODULE_qcopy-acl)) |