diff options
| author | Paul Eggert | 2017-04-09 00:53:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-04-09 00:55:23 -0700 |
| commit | 43bc45ba1697b60c4589cb0c8e30cf1618275582 (patch) | |
| tree | 1cfb5d5e35c0543dfaddc60d63171dc128f4b6ee /m4 | |
| parent | 440bafef7cce6044d4f9d6ca3c3e0856ee9732b7 (diff) | |
| download | emacs-43bc45ba1697b60c4589cb0c8e30cf1618275582.tar.gz emacs-43bc45ba1697b60c4589cb0c8e30cf1618275582.zip | |
Merge from gnulib (Bug#26398)
This incorporates:
2017-04-08 getopt: prefer - to _ in new file names
2017-04-08 getopt: port recent getopt changes to macOS
* .gitignore: Add lib/getopt-cdefs.h.
* lib/getopt-cdefs.in.h: Rename from lib/getopt_cdefs.in.h.
* lib/getopt-core.h: Rename from lib/getopt_core.h.
* lib/getopt-ext.h: Rename from lib/getopt_ext.h.
* lib/getopt-pfx-core.h: Rename from lib/getopt_pfx_core.h.
* lib/getopt-pfx-ext.h: Rename from lib/getopt_pfx_ext.h.
* lib/getopt.in.h, lib/unistd.in.h, m4/getopt.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/getopt.m4 | 4 | ||||
| -rw-r--r-- | m4/gnulib-comp.m4 | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/m4/getopt.m4 b/m4/getopt.m4 index d90076922b2..ac3b38e385e 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # getopt.m4 serial 45 | 1 | # getopt.m4 serial 46 |
| 2 | dnl Copyright (C) 2002-2006, 2008-2017 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2008-2017 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| @@ -364,7 +364,7 @@ AC_DEFUN([gl_GETOPT_SUBSTITUTE_HEADER], | |||
| 364 | [Define to rpl_ if the getopt replacement functions and variables | 364 | [Define to rpl_ if the getopt replacement functions and variables |
| 365 | should be used.]) | 365 | should be used.]) |
| 366 | GETOPT_H=getopt.h | 366 | GETOPT_H=getopt.h |
| 367 | GETOPT_CDEFS_H=getopt_cdefs.h | 367 | GETOPT_CDEFS_H=getopt-cdefs.h |
| 368 | AC_SUBST([GETOPT_H]) | 368 | AC_SUBST([GETOPT_H]) |
| 369 | AC_SUBST([GETOPT_CDEFS_H]) | 369 | AC_SUBST([GETOPT_CDEFS_H]) |
| 370 | ]) | 370 | ]) |
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index 5aea057c5d5..bfac944ea05 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 | |||
| @@ -899,15 +899,15 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 899 | lib/getdtablesize.c | 899 | lib/getdtablesize.c |
| 900 | lib/getgroups.c | 900 | lib/getgroups.c |
| 901 | lib/getloadavg.c | 901 | lib/getloadavg.c |
| 902 | lib/getopt-cdefs.in.h | ||
| 903 | lib/getopt-core.h | ||
| 904 | lib/getopt-ext.h | ||
| 905 | lib/getopt-pfx-core.h | ||
| 906 | lib/getopt-pfx-ext.h | ||
| 902 | lib/getopt.c | 907 | lib/getopt.c |
| 903 | lib/getopt.in.h | 908 | lib/getopt.in.h |
| 904 | lib/getopt1.c | 909 | lib/getopt1.c |
| 905 | lib/getopt_cdefs.in.h | ||
| 906 | lib/getopt_core.h | ||
| 907 | lib/getopt_ext.h | ||
| 908 | lib/getopt_int.h | 910 | lib/getopt_int.h |
| 909 | lib/getopt_pfx_core.h | ||
| 910 | lib/getopt_pfx_ext.h | ||
| 911 | lib/gettext.h | 911 | lib/gettext.h |
| 912 | lib/gettime.c | 912 | lib/gettime.c |
| 913 | lib/gettimeofday.c | 913 | lib/gettimeofday.c |