+2010-04-10 Bruno Haible <bruno@clisp.org>
+
+ Don't override improved macro from newer autoconf.
+ * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
+ autoconf >= 2.62.
+ Reported by Joel E. Denny <jdenny@clemson.edu>.
+
2010-04-10 Jim Meyering <meyering@redhat.com>
maint.mk: new syntax-check rule: prohibit empty lines at end of file
-# gnulib-common.m4 serial 18
+# gnulib-common.m4 serial 19
dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# so that mixed use of GNU C and GNU C++ and mixed use of Sun C and Sun C++
# works.
# This definition can be removed once autoconf >= 2.62 can be assumed.
+m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.62]),[-1],[
AC_DEFUN([AC_C_RESTRICT],
[AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
[ac_cv_c_restrict=no
*) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;;
esac
])
+])
# gl_BIGENDIAN
# is like AC_C_BIGENDIAN, except that it can be AC_REQUIREd.