From 2a15b99b3bd002bae6e9bba388055d86eb398acf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 26 Sep 2006 06:36:30 +0000 Subject: [PATCH] [ChangeLog] * modules/clock-time (Maintainer): Add self. * modules/getlogin_r (Depends-on): Add extensions. [m4/ChangeLog] * host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST. --- ChangeLog | 5 +++++ m4/ChangeLog | 2 ++ m4/host-os.m4 | 5 +++-- modules/clock-time | 2 +- modules/getlogin_r | 1 + 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d8a76f47..5facc1327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-25 Paul Eggert + + * modules/clock-time (Maintainer): Add self. + * modules/getlogin_r (Depends-on): Add extensions. + 2006-09-25 Eric Blake * gnulib-tool (func_import, func_create_testdir): Fix typos in diff --git a/m4/ChangeLog b/m4/ChangeLog index b2768a9cf..c7d9dd074 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,7 @@ 2006-09-25 Ralf Wildenhues + * host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST. + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from `gl_have_arbitrary_file_name_length_limit' to `gl_cv_have_arbitrary_file_name_length_limit', so that caching diff --git a/m4/host-os.m4 b/m4/host-os.m4 index 2e32329ae..0b7efb61a 100644 --- a/m4/host-os.m4 +++ b/m4/host-os.m4 @@ -1,6 +1,6 @@ -#serial 5 +#serial 6 -# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -12,6 +12,7 @@ dnl From Paul Eggert. # Define HOST_OPERATING_SYSTEM to a name for the host operating system. AC_DEFUN([gl_HOST_OS], [ + AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_CACHE_CHECK([host operating system], gl_cv_host_operating_system, diff --git a/modules/clock-time b/modules/clock-time index 482f10043..d69d613a3 100644 --- a/modules/clock-time +++ b/modules/clock-time @@ -18,4 +18,4 @@ License: GPL Maintainer: -Jim Meyering +Paul Eggert, Jim Meyering diff --git a/modules/getlogin_r b/modules/getlogin_r index dd626e9fb..c3b142387 100644 --- a/modules/getlogin_r +++ b/modules/getlogin_r @@ -7,6 +7,7 @@ lib/getlogin_r.c m4/getlogin_r.m4 Depends-on: +extensions unistd configure.ac: -- 2.11.0