diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-23 21:49:24 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-23 21:49:24 +0100 |
commit | d87061e176d4e7b1f900482ee5276490160d0c76 (patch) | |
tree | c330778cd53e749c17c8f9b44df7e49662708809 /gl/m4/gnulib-common.m4 | |
parent | a45f4f9acdf46b8c039bef2c169a2557b4df0a29 (diff) | |
download | libtasn1-d87061e176d4e7b1f900482ee5276490160d0c76.tar.gz libtasn1-d87061e176d4e7b1f900482ee5276490160d0c76.tar.bz2 libtasn1-d87061e176d4e7b1f900482ee5276490160d0c76.zip |
Update gnulib files.
Diffstat (limited to 'gl/m4/gnulib-common.m4')
-rw-r--r-- | gl/m4/gnulib-common.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gl/m4/gnulib-common.m4 b/gl/m4/gnulib-common.m4 index 8621dec..ae4d254 100644 --- a/gl/m4/gnulib-common.m4 +++ b/gl/m4/gnulib-common.m4 @@ -1,5 +1,5 @@ -# gnulib-common.m4 serial 31 -dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. +# gnulib-common.m4 serial 32 +dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -13,7 +13,7 @@ AC_DEFUN([gl_COMMON], [ ]) AC_DEFUN([gl_COMMON_BODY], [ AH_VERBATIM([_Noreturn], -[/* The _Noreturn keyword of draft C1X. */ +[/* The _Noreturn keyword of C11. */ #ifndef _Noreturn # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) @@ -224,7 +224,7 @@ m4_ifndef([AS_VAR_IF], # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options # to CC twice # <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00431.html>. -# - AC_PROG_CC_STDC is likely to change when C1X is an ISO standard. +# - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard. AC_DEFUN([gl_PROG_CC_C99], [ dnl Change that version number to the minimum Autoconf version that supports |