changeset 16143:17192ee7ddcd

Tweak last commit. * m4/gethostname.m4 (gl_PREREQ_HOST_NAME_MAX): Trim blank line.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Dec 2011 13:27:29 +0100
parents d59f494f0005
children 5c82a0f82eef
files ChangeLog m4/gethostname.m4
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-03  Bruno Haible  <bruno@clisp.org>
+
+	Tweak last commit.
+	* m4/gethostname.m4 (gl_PREREQ_HOST_NAME_MAX): Trim blank line.
+
 2011-12-01  Ben Walton  <bwalton@artsci.utoronto.ca>
 
 	Split the HOST_NAME_MAX detection into a separate m4 macro.
--- a/m4/gethostname.m4
+++ b/m4/gethostname.m4
@@ -43,9 +43,8 @@
   gl_PREREQ_HOST_NAME_MAX
 ])
 
-dnl Also provide HOST_NAME_MAX when <limits.h> lacks it.
+# Provide HOST_NAME_MAX when <limits.h> lacks it.
 AC_DEFUN([gl_PREREQ_HOST_NAME_MAX], [
-
   dnl - On most Unix systems, use MAXHOSTNAMELEN from <sys/param.h> instead.
   dnl - On Solaris, Cygwin, BeOS, use MAXHOSTNAMELEN from <netdb.h> instead.
   dnl - On mingw, use 256, because