2020-12-11 Paul Eggert <eggert@cs.ucla.edu>
+ pid_t.m4: just use 2.70
+ * m4/pid_t.m4 (AC_TYPE_PID_T):
+ Use Autoconf 2.70 as a prerequisite, not 2.69c.
+
largefile: just use 2.70
* m4/largefile.m4 (_AC_SYS_LARGEFILE_TEST_INCLUDES):
Use Autoconf 2.70 as a prerequisite, not 2.69c.
-# pid_t.m4 serial 3
+# pid_t.m4 serial 4
dnl Copyright (C) 2020 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.
# The following implementation works around a problem in autoconf <= 2.69.
-m4_version_prereq([2.69c], [] ,[
+m4_version_prereq([2.70], [], [
dnl Define pid_t if the headers don't define it.
AC_DEFUN([AC_TYPE_PID_T],