diff options
| author | Paul Eggert | 2013-01-02 08:37:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-02 08:37:04 -0800 |
| commit | 9ff99d22a01be4cafc27064ad8474672eb2fe09b (patch) | |
| tree | 3e8e69c0cbf6db321ef58c9dc5ac6924a5b6f368 /m4 | |
| parent | 09b8afb6c8b235279dac6cdc7ffee68b782712ac (diff) | |
| download | emacs-9ff99d22a01be4cafc27064ad8474672eb2fe09b.tar.gz emacs-9ff99d22a01be4cafc27064ad8474672eb2fe09b.zip | |
Merge from gnulib.
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/c-strtod.m4 | 2 | ||||
| -rw-r--r-- | m4/close-stream.m4 | 2 | ||||
| -rw-r--r-- | m4/dup2.m4 | 7 | ||||
| -rw-r--r-- | m4/euidaccess.m4 | 2 | ||||
| -rw-r--r-- | m4/extern-inline.m4 | 2 | ||||
| -rw-r--r-- | m4/faccessat.m4 | 2 | ||||
| -rw-r--r-- | m4/fcntl_h.m4 | 2 | ||||
| -rw-r--r-- | m4/fpending.m4 | 2 | ||||
| -rw-r--r-- | m4/getgroups.m4 | 2 | ||||
| -rw-r--r-- | m4/gnulib-common.m4 | 2 | ||||
| -rw-r--r-- | m4/gnulib-comp.m4 | 2 | ||||
| -rw-r--r-- | m4/group-member.m4 | 2 | ||||
| -rw-r--r-- | m4/lstat.m4 | 2 | ||||
| -rw-r--r-- | m4/md5.m4 | 2 | ||||
| -rw-r--r-- | m4/putenv.m4 | 2 | ||||
| -rw-r--r-- | m4/setenv.m4 | 2 | ||||
| -rw-r--r-- | m4/sha1.m4 | 2 | ||||
| -rw-r--r-- | m4/sha256.m4 | 2 | ||||
| -rw-r--r-- | m4/sha512.m4 | 2 | ||||
| -rw-r--r-- | m4/sig2str.m4 | 2 | ||||
| -rw-r--r-- | m4/stat.m4 | 2 | ||||
| -rw-r--r-- | m4/stdio_h.m4 | 2 | ||||
| -rw-r--r-- | m4/sys_socket_h.m4 | 2 | ||||
| -rw-r--r-- | m4/sys_stat_h.m4 | 2 | ||||
| -rw-r--r-- | m4/unistd_h.m4 | 2 |
25 files changed, 29 insertions, 26 deletions
diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4 index 535721c8dbc..318487f3b24 100644 --- a/m4/c-strtod.m4 +++ b/m4/c-strtod.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # c-strtod.m4 serial 15 | 1 | # c-strtod.m4 serial 15 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2004-2006, 2009-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004-2006, 2009-2013 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/close-stream.m4 b/m4/close-stream.m4 index be0c8a22979..0a80c37a6c6 100644 --- a/m4/close-stream.m4 +++ b/m4/close-stream.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #serial 4 | 1 | #serial 4 |
| 2 | dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2007, 2009-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/dup2.m4 b/m4/dup2.m4 index fc86e8085ba..269cfdc1123 100644 --- a/m4/dup2.m4 +++ b/m4/dup2.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #serial 18 | 1 | #serial 19 |
| 2 | dnl Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2005, 2007, 2009-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
| @@ -39,6 +39,9 @@ AC_DEFUN([gl_FUNC_DUP2], | |||
| 39 | /* Many gnulib modules require POSIX conformance of EBADF. */ | 39 | /* Many gnulib modules require POSIX conformance of EBADF. */ |
| 40 | if (dup2 (2, 1000000) == -1 && errno != EBADF) | 40 | if (dup2 (2, 1000000) == -1 && errno != EBADF) |
| 41 | result |= 16; | 41 | result |= 16; |
| 42 | /* Flush out a cygwin core dump. */ | ||
| 43 | if (dup2 (2, -1) != -1 || errno != EBADF) | ||
| 44 | result |= 32; | ||
| 42 | return result; | 45 | return result; |
| 43 | ]) | 46 | ]) |
| 44 | ], | 47 | ], |
diff --git a/m4/euidaccess.m4 b/m4/euidaccess.m4 index 2de95b88ba8..12e5efcbe50 100644 --- a/m4/euidaccess.m4 +++ b/m4/euidaccess.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # euidaccess.m4 serial 15 | 1 | # euidaccess.m4 serial 15 |
| 2 | dnl Copyright (C) 2002-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/extern-inline.m4 b/m4/extern-inline.m4 index 0a9fc9a75b6..5880d4f4545 100644 --- a/m4/extern-inline.m4 +++ b/m4/extern-inline.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | dnl 'extern inline' a la ISO C99. | 1 | dnl 'extern inline' a la ISO C99. |
| 2 | 2 | ||
| 3 | dnl Copyright 2012 Free Software Foundation, Inc. | 3 | dnl Copyright 2012-2013 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/faccessat.m4 b/m4/faccessat.m4 index 82f3b1f8dde..fb28bffa822 100644 --- a/m4/faccessat.m4 +++ b/m4/faccessat.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # serial 6 | 1 | # serial 6 |
| 2 | # See if we need to provide faccessat replacement. | 2 | # See if we need to provide faccessat replacement. |
| 3 | 3 | ||
| 4 | dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. | 4 | dnl Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fcntl_h.m4 b/m4/fcntl_h.m4 index cac28aeb283..3cff1fd64d2 100644 --- a/m4/fcntl_h.m4 +++ b/m4/fcntl_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 15 | 1 | # serial 15 |
| 2 | # Configure fcntl.h. | 2 | # Configure fcntl.h. |
| 3 | dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fpending.m4 b/m4/fpending.m4 index 33a5c94c3a3..8f585624317 100644 --- a/m4/fpending.m4 +++ b/m4/fpending.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 19 | 1 | # serial 19 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2000-2001, 2004-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 2000-2001, 2004-2013 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index 17473af486b..01b9b280b7b 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | dnl From Jim Meyering. | 3 | dnl From Jim Meyering. |
| 4 | dnl A wrapper around AC_FUNC_GETGROUPS. | 4 | dnl A wrapper around AC_FUNC_GETGROUPS. |
| 5 | 5 | ||
| 6 | # Copyright (C) 1996-1997, 1999-2004, 2008-2012 Free Software Foundation, Inc. | 6 | # Copyright (C) 1996-1997, 1999-2004, 2008-2013 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is free software; the Free Software Foundation | 8 | # This file is free software; the Free Software Foundation |
| 9 | # gives unlimited permission to copy and/or distribute it, | 9 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index f3ba8d56b1f..0ae5a9ec662 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # gnulib-common.m4 serial 33 | 1 | # gnulib-common.m4 serial 33 |
| 2 | dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index c836801649f..06dd51a4d53 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # DO NOT EDIT! GENERATED AUTOMATICALLY! | 1 | # DO NOT EDIT! GENERATED AUTOMATICALLY! |
| 2 | # Copyright (C) 2002-2012 Free Software Foundation, Inc. | 2 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # This file is free software; you can redistribute it and/or modify | 4 | # This file is free software; you can redistribute it and/or modify |
| 5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
diff --git a/m4/group-member.m4 b/m4/group-member.m4 index c393b5b1303..eb8dc62cd33 100644 --- a/m4/group-member.m4 +++ b/m4/group-member.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 14 | 1 | # serial 14 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1999-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 1999-2001, 2003-2007, 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/lstat.m4 b/m4/lstat.m4 index 01b4eb953d5..5f4db64a42b 100644 --- a/m4/lstat.m4 +++ b/m4/lstat.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 26 | 1 | # serial 26 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1997-2001, 2003-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 1997-2001, 2003-2013 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
| @@ -1,5 +1,5 @@ | |||
| 1 | # md5.m4 serial 13 | 1 | # md5.m4 serial 13 |
| 2 | dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2008-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/putenv.m4 b/m4/putenv.m4 index b971b1204d6..9de53527a73 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # putenv.m4 serial 19 | 1 | # putenv.m4 serial 19 |
| 2 | dnl Copyright (C) 2002-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/setenv.m4 b/m4/setenv.m4 index e1931e7eb28..cb5351a07be 100644 --- a/m4/setenv.m4 +++ b/m4/setenv.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # setenv.m4 serial 26 | 1 | # setenv.m4 serial 26 |
| 2 | dnl Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2001-2004, 2006-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sha1.m4 b/m4/sha1.m4 index 29fa4850341..21c775e364e 100644 --- a/m4/sha1.m4 +++ b/m4/sha1.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sha1.m4 serial 11 | 1 | # sha1.m4 serial 11 |
| 2 | dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2008-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sha256.m4 b/m4/sha256.m4 index f75a7fb9e07..7eede32fad6 100644 --- a/m4/sha256.m4 +++ b/m4/sha256.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sha256.m4 serial 6 | 1 | # sha256.m4 serial 6 |
| 2 | dnl Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005, 2008-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sha512.m4 b/m4/sha512.m4 index e6e27393d7d..46c0895890c 100644 --- a/m4/sha512.m4 +++ b/m4/sha512.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sha512.m4 serial 7 | 1 | # sha512.m4 serial 7 |
| 2 | dnl Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005-2006, 2008-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sig2str.m4 b/m4/sig2str.m4 index 43650b045e7..de738437243 100644 --- a/m4/sig2str.m4 +++ b/m4/sig2str.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # serial 7 | 1 | # serial 7 |
| 2 | dnl Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2005-2006, 2009-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stat.m4 b/m4/stat.m4 index 0fd117e05eb..2456297acb7 100644 --- a/m4/stat.m4 +++ b/m4/stat.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 11 | 1 | # serial 11 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 index 3bd65803667..ebade067d99 100644 --- a/m4/stdio_h.m4 +++ b/m4/stdio_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # stdio_h.m4 serial 43 | 1 | # stdio_h.m4 serial 43 |
| 2 | dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_socket_h.m4 b/m4/sys_socket_h.m4 index acfae413283..94863776df5 100644 --- a/m4/sys_socket_h.m4 +++ b/m4/sys_socket_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sys_socket_h.m4 serial 23 | 1 | # sys_socket_h.m4 serial 23 |
| 2 | dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_stat_h.m4 b/m4/sys_stat_h.m4 index 8af3353ea51..6dd3d99b178 100644 --- a/m4/sys_stat_h.m4 +++ b/m4/sys_stat_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sys_stat_h.m4 serial 28 -*- Autoconf -*- | 1 | # sys_stat_h.m4 serial 28 -*- Autoconf -*- |
| 2 | dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/unistd_h.m4 b/m4/unistd_h.m4 index f68fbff8cef..32dcfa58204 100644 --- a/m4/unistd_h.m4 +++ b/m4/unistd_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # unistd_h.m4 serial 66 | 1 | # unistd_h.m4 serial 66 |
| 2 | dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2013 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, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |