From 11308b46459db2e23fa94ea39c7d1d7de268ce93 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Mar 2006 01:45:53 +0000 Subject: [PATCH] * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file. Problem reported by Juan Manuel Guerrero. --- m4/ChangeLog | 5 +++++ m4/unistd_h.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index 7c2365fd66..c7009f384b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-03-07 Paul Eggert + + * unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file. + Problem reported by Juan Manuel Guerrero. + 2006-03-07 Simon Josefsson * unistd_h.m4: New file. diff --git a/m4/unistd_h.m4 b/m4/unistd_h.m4 index 86ac50fa6f..9c77f9bd0d 100644 --- a/m4/unistd_h.m4 +++ b/m4/unistd_h.m4 @@ -1,4 +1,4 @@ -# unistd_h.m4 serial 1 +# unistd_h.m4 serial 2 dnl Copyright (C) 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson -AC_DEFUN([gl_UNISTD], +AC_DEFUN([gl_HEADER_UNISTD], [ dnl Prerequisites of lib/unistd.h. AC_CHECK_HEADERS([unistd.h], [ -- 2.30.2