summaryrefslogtreecommitdiff
path: root/m4/pid_t.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-09-28 00:15:38 +0200
committerBruno Haible <bruno@clisp.org>2020-09-28 00:15:38 +0200
commita627ff514eb6766179a7e46cf261cca300f498ed (patch)
treee7fc03ed6f7156094fafa442e61afa20467e7da7 /m4/pid_t.m4
parentca10bd45cd6a8a6e92a96398999cf82453364c29 (diff)
downloadgnulib-a627ff514eb6766179a7e46cf261cca300f498ed.tar.gz
Enable testing of prereleases of Autoconf 2.70.
Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2020-09/msg00160.html>. * m4/alloca.m4 (_AC_LIBOBJ_ALLOCA): Test for Autoconf >= 2.69c, not >= 2.70. * m4/largefile.m4 (AC_SYS_LARGEFILE): Likewise. * m4/pid_t.m4 (AC_TYPE_PID_T): Likewise. * m4/sys_types_h.m4 (AC_HEADER_MAJOR): Likewise.
Diffstat (limited to 'm4/pid_t.m4')
-rw-r--r--m4/pid_t.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/pid_t.m4 b/m4/pid_t.m4
index 4fb9c7aef9..3eb7916627 100644
--- a/m4/pid_t.m4
+++ b/m4/pid_t.m4
@@ -1,11 +1,11 @@
-# pid_t.m4 serial 2
+# pid_t.m4 serial 3
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.70], [] ,[
+m4_version_prereq([2.69c], [] ,[
dnl Define pid_t if the headers don't define it.
AC_DEFUN([AC_TYPE_PID_T],