]> Savannah Git Hosting - gnulib.git/commitdiff
Simplify "configure: checking ..." messages.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Oct 2016 14:09:29 +0000 (16:09 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Oct 2016 22:39:23 +0000 (15:39 -0700)
* m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use AC_MSG_CHECKING instead of
AC_MSG_NOTICE.
* m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.

m4/fsusage.m4
m4/getaddrinfo.m4

index 0cbeec636763633d51b3966c2cfe07145ba1e8cb..72472e2c869d52fad64c9be7ea466ea75b9ce045 100644 (file)
@@ -1,4 +1,4 @@
-# serial 30
+# serial 31
 # Obtaining file system usage information.
 
 # Copyright (C) 1997-1998, 2000-2001, 2003-2016 Free Software Foundation, Inc.
@@ -36,7 +36,7 @@ dnl of field f_blocks in 'struct statfs' from 32 bit to 64 bit on
 dnl Mac OS X >= 10.5 (32-bit mode).
 AC_REQUIRE([AC_SYS_LARGEFILE])
 
-AC_MSG_NOTICE([checking how to get file system space usage])
+AC_MSG_CHECKING([how to get file system space usage])
 ac_fsusage_space=no
 
 # Perform only the link test since it seems there are no variants of the
index 2af1e0136901ddf1c23997957ed45396b1ee8789..4a92d0865fb09a7c39db617224b997d72dcfb9c4 100644 (file)
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 30
+# getaddrinfo.m4 serial 31
 dnl Copyright (C) 2004-2016 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GETADDRINFO],
 [
   AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H
   AC_REQUIRE([gl_HEADER_NETDB])dnl for HAVE_NETDB_H
-  AC_MSG_NOTICE([checking how to do getaddrinfo, freeaddrinfo and getnameinfo])
+  AC_MSG_CHECKING([how to do getaddrinfo, freeaddrinfo and getnameinfo])
   GETADDRINFO_LIB=
   gai_saved_LIBS="$LIBS"