bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] hash.m4 AC_HEADER_STDBOOL -> AM_STDBOOL_H


From: Paul Eggert
Subject: [Bug-gnulib] hash.m4 AC_HEADER_STDBOOL -> AM_STDBOOL_H
Date: 16 Aug 2003 01:48:14 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Unlike the other modules, hash.m4 uses AC_HEADER_STDBOOL; it seems to
me that it should be consistent and use AM_STDBOOL_H.  I installed
this patch.

2003-08-16  Paul Eggert  <address@hidden>

        * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.

Index: m4/hash.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/hash.m4,v
retrieving revision 1.1
diff -p -u -r1.1 hash.m4
--- m4/hash.m4  31 Dec 2002 13:42:07 -0000      1.1
+++ m4/hash.m4  16 Aug 2003 08:42:50 -0000
@@ -1,5 +1,5 @@
-# hash.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# hash.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -9,7 +9,7 @@ dnl the same distribution terms as the r
 AC_DEFUN([gl_HASH],
 [
   dnl Prerequisites of lib/hash.c.
+  AC_REQUIRE([AM_STDBOOL_H])
   AC_CHECK_HEADERS_ONCE(stdlib.h)
-  AC_HEADER_STDBOOL
   AC_CHECK_DECLS_ONCE(free malloc)
 ])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]