]> Savannah Git Hosting - gnulib.git/commitdiff
pid_t.m4: just use 2.70
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Dec 2020 23:52:22 +0000 (15:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Dec 2020 01:36:25 +0000 (17:36 -0800)
* m4/pid_t.m4 (AC_TYPE_PID_T):
Use Autoconf 2.70 as a prerequisite, not 2.69c.

ChangeLog
m4/pid_t.m4

index 23b6a5167f99bae0f997510e087b66a8906055d5..68bae99d90f1acd3a6d89912202abb6a09f52681 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
index 3eb7916627132f644c3a3031555b4a156bfea43f..c7abceeecbaaa27cac32c34899066328ca0b2085 100644 (file)
@@ -1,11 +1,11 @@
-# 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],