diff options
| author | Paul Eggert | 2017-09-13 02:07:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-13 02:08:36 -0700 |
| commit | a0202fdc85ddc36b73a1c7c4f2d3ec45cd22c5e1 (patch) | |
| tree | 3de17df847aae5d9a8f899619466e918992b0669 /m4/getgroups.m4 | |
| parent | 4bef92e9e02d074de1d92e30dc5ef4dd62558c80 (diff) | |
| download | emacs-a0202fdc85ddc36b73a1c7c4f2d3ec45cd22c5e1.tar.gz emacs-a0202fdc85ddc36b73a1c7c4f2d3ec45cd22c5e1.zip | |
Merge from Gnulib
This incorporates:
2017-09-13 all: prefer https: URLs
This just changes http: to https: in comments,
in files copied from Gnulib.
Diffstat (limited to 'm4/getgroups.m4')
| -rw-r--r-- | m4/getgroups.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index 02ce2353ca4..17f7409944e 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 | |||
| @@ -12,7 +12,7 @@ dnl A wrapper around AC_FUNC_GETGROUPS. | |||
| 12 | m4_version_prereq([2.70], [] ,[ | 12 | m4_version_prereq([2.70], [] ,[ |
| 13 | 13 | ||
| 14 | # This is taken from the following Autoconf patch: | 14 | # This is taken from the following Autoconf patch: |
| 15 | # http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9 | 15 | # https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9 |
| 16 | AC_DEFUN([AC_FUNC_GETGROUPS], | 16 | AC_DEFUN([AC_FUNC_GETGROUPS], |
| 17 | [ | 17 | [ |
| 18 | AC_REQUIRE([AC_TYPE_GETGROUPS])dnl | 18 | AC_REQUIRE([AC_TYPE_GETGROUPS])dnl |