* m4/prereq.m4: Removed the commented jm_PREREQ_HASH

definition; avoids potential autoreconf problems.
This commit is contained in:
Akim Demaille
2002-11-15 16:30:37 +00:00
parent 0258d1661c
commit 761c1926a1
2 changed files with 5 additions and 7 deletions

View File

@@ -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.

View 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],