[ChangeLog]
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Sep 2006 06:36:30 +0000 (06:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Sep 2006 06:36:30 +0000 (06:36 +0000)
* 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
m4/ChangeLog
m4/host-os.m4
modules/clock-time
modules/getlogin_r

index 6d8a76f4766a9bc82c2a7be1d680357526e7193b..5facc1327da4d099c85613cb97657618033238e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/clock-time (Maintainer): Add self.
+       * modules/getlogin_r (Depends-on): Add extensions.
+
 2006-09-25  Eric Blake  <ebb9@byu.net>
 
        * gnulib-tool (func_import, func_create_testdir): Fix typos in
index b2768a9cf4a515945fcaf540365b347317649745..c7d9dd074d49a4f981d6792299861d242d361521 100644 (file)
@@ -1,5 +1,7 @@
 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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
index 2e32329ae1cdc1791560be22bf0cdfde8919c082..0b7efb61a69cabb791c08e9dc39895c3c2d1fd00 100644 (file)
@@ -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,
 
index 482f10043fce20a54867633d3bec43a6495c724a..d69d613a391436e28790d7e862476bf31f67ced8 100644 (file)
@@ -18,4 +18,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Paul Eggert, Jim Meyering
index dd626e9fb1da15b0be22590d3924f74776253828..c3b142387f51e5aea287949d07cc12e56be51f40 100644 (file)
@@ -7,6 +7,7 @@ lib/getlogin_r.c
 m4/getlogin_r.m4
 
 Depends-on:
+extensions
 unistd
 
 configure.ac: