diff options
| author | Paul Eggert | 2019-04-24 17:34:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-04-24 17:34:32 -0700 |
| commit | 445713f55561df9a9755ce13eec0c0324b1754c2 (patch) | |
| tree | 31a906dd56514608c0a3acfa619d41aaddb092cd /lib | |
| parent | 41cc2b64904d2f59bdb32f76d898a2a1afb72ec7 (diff) | |
| download | emacs-445713f55561df9a9755ce13eec0c0324b1754c2.tar.gz emacs-445713f55561df9a9755ce13eec0c0324b1754c2.zip | |
Port to platforms lacking euidaccess (Bug#35406)
* admin/merge-gnulib (GNULIB_MODULES): Add euidaccess.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gnulib.mk.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index ade4ff8ebdb..165405f2499 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in | |||
| @@ -88,6 +88,7 @@ | |||
| 88 | # dtotimespec \ | 88 | # dtotimespec \ |
| 89 | # dup2 \ | 89 | # dup2 \ |
| 90 | # environ \ | 90 | # environ \ |
| 91 | # euidaccess \ | ||
| 91 | # execinfo \ | 92 | # execinfo \ |
| 92 | # explicit_bzero \ | 93 | # explicit_bzero \ |
| 93 | # faccessat \ | 94 | # faccessat \ |
| @@ -1491,9 +1492,7 @@ endif | |||
| 1491 | ## begin gnulib module euidaccess | 1492 | ## begin gnulib module euidaccess |
| 1492 | ifeq (,$(OMIT_GNULIB_MODULE_euidaccess)) | 1493 | ifeq (,$(OMIT_GNULIB_MODULE_euidaccess)) |
| 1493 | 1494 | ||
| 1494 | ifneq (,$(gl_GNULIB_ENABLED_euidaccess)) | ||
| 1495 | 1495 | ||
| 1496 | endif | ||
| 1497 | EXTRA_DIST += euidaccess.c | 1496 | EXTRA_DIST += euidaccess.c |
| 1498 | 1497 | ||
| 1499 | EXTRA_libgnu_a_SOURCES += euidaccess.c | 1498 | EXTRA_libgnu_a_SOURCES += euidaccess.c |
| @@ -2149,9 +2148,7 @@ endif | |||
| 2149 | ## begin gnulib module root-uid | 2148 | ## begin gnulib module root-uid |
| 2150 | ifeq (,$(OMIT_GNULIB_MODULE_root-uid)) | 2149 | ifeq (,$(OMIT_GNULIB_MODULE_root-uid)) |
| 2151 | 2150 | ||
| 2152 | ifneq (,$(gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c)) | ||
| 2153 | 2151 | ||
| 2154 | endif | ||
| 2155 | EXTRA_DIST += root-uid.h | 2152 | EXTRA_DIST += root-uid.h |
| 2156 | 2153 | ||
| 2157 | endif | 2154 | endif |