bison-patches
[Top][All Lists]
Advanced

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

m4/prereq.m4


From: Tim Van Holder
Subject: m4/prereq.m4
Date: 15 Nov 2002 08:20:25 +0100

Without this, I got complaints from autoreconf about jm_CHECK_DECLS
being required but not available.  Probably a bug in autoconf or
automake, but since this isn't used anyway, it might as well be
removed.

2002-11-15  Tim Van Holder  <address@hidden>

        * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
        definition; avoids potential autoreconf problems.

Index: m4/prereq.m4
===================================================================
RCS file: /cvsroot/bison/bison/m4/prereq.m4,v
retrieving revision 1.7
diff -u -r1.7 prereq.m4
--- m4/prereq.m4        27 Sep 2002 13:03:32 -0000      1.7
+++ m4/prereq.m4        15 Nov 2002 07:16:28 -0000
@@ -94,13 +94,6 @@
   AM_C_PROTOTYPES
 ])
 
-# AC_DEFUN([jm_PREREQ_HASH],
-# [
-#   AC_CHECK_HEADERS(stdlib.h)
-#   AC_HEADER_STDBOOL
-#   AC_REQUIRE([jm_CHECK_DECLS])
-# ])
-
 # If you use human.c, you need the following files:
 # inttypes.m4 ulonglong.m4
 AC_DEFUN([jm_PREREQ_HUMAN],
-- 
Tim Van Holder <address@hidden>





reply via email to

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