]> git.saurik.com Git - bison.git/commitdiff
* m4/prereq.m4: Removed the commented jm_PREREQ_HASH
authorAkim Demaille <akim@epita.fr>
Fri, 15 Nov 2002 16:30:37 +0000 (16:30 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 15 Nov 2002 16:30:37 +0000 (16:30 +0000)
definition; avoids potential autoreconf problems.

ChangeLog
m4/prereq.m4

index 6b5bb825d6cb8451af8eb8111f40f9145307857d..f9e41b8b2442946215300e4faf48cde7ac701a2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-15  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
+       definition; avoids potential autoreconf problems.
+
 2002-11-15  Akim Demaille  <akim@epita.fr>
 
        Always check the value returned by yyparse.
index 6c90a4e91112157c3b12cf5b3e496635d2dc0092..93001ae8ed4cf30ce9416062a9876374fefd195f 100644 (file)
@@ -94,13 +94,6 @@ AC_DEFUN([jm_PREREQ_HARD_LOCALE],
   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],