From c20ba6929e5ac4a9cc72cd2b1f2d938e219adb01 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 23 Jan 2021 22:10:25 +0100 Subject: [PATCH] utime: Fix configure test (regression 2020-12-04). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Ryan Schmidt via Tim Rühsen in . * m4/utime.m4 (gl_FUNC_UTIME): In the test program, include , not . --- ChangeLog | 8 ++++++++ m4/utime.m4 | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43d1a1671c..2cd75b4a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2021-01-23 Bruno Haible + + utime: Fix configure test (regression 2020-12-04). + Reported by Ryan Schmidt via Tim Rühsen in + . + * m4/utime.m4 (gl_FUNC_UTIME): In the test program, include , + not . + 2021-01-23 Paul Eggert libc-config: port to Xcode 7 diff --git a/m4/utime.m4 b/m4/utime.m4 index 03df7b7282..4ed415811d 100644 --- a/m4/utime.m4 +++ b/m4/utime.m4 @@ -1,4 +1,4 @@ -# utime.m4 serial 3 +# utime.m4 serial 4 dnl Copyright (C) 2017-2021 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -34,7 +34,7 @@ AC_DEFUN([gl_FUNC_UTIME], AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include - #include + #include ]], [[int result = 0; if (!utime ("conftest.tmp/", NULL)) -- 2.39.5