summaryrefslogtreecommitdiff
path: root/libraries/base/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-05-19 12:06:42 +0000
committerIan Lynagh <igloo@earth.li>2007-05-19 12:06:42 +0000
commit60eef516ac88418cc478aa9d7e76fac9b31ae4eb (patch)
tree729128bc43dbcc5523941464aa19928da4fba70b /libraries/base/aclocal.m4
parent5d048b7a92b7574f038e42fca215e0ba73c5ff21 (diff)
downloadhaskell-60eef516ac88418cc478aa9d7e76fac9b31ae4eb.tar.gz
Split off directory, random and old-time packages
Diffstat (limited to 'libraries/base/aclocal.m4')
-rw-r--r--libraries/base/aclocal.m421
1 files changed, 0 insertions, 21 deletions
diff --git a/libraries/base/aclocal.m4 b/libraries/base/aclocal.m4
index 16d8bb983d..49ad919af3 100644
--- a/libraries/base/aclocal.m4
+++ b/libraries/base/aclocal.m4
@@ -1,24 +1,3 @@
-# FP_DECL_ALTZONE
-# ---------------
-# Defines HAVE_DECL_ALTZONE to 1 if declared, 0 otherwise.
-#
-# Used by base package.
-AC_DEFUN([FP_DECL_ALTZONE],
-[AC_REQUIRE([AC_HEADER_TIME])dnl
-AC_CHECK_HEADERS([sys/time.h])
-AC_CHECK_DECLS([altzone], [], [],[#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-# include <sys/time.h>
-# else
-# include <time.h>
-# endif
-#endif])
-])# FP_DECL_ALTZONE
-
-
# FP_COMPUTE_INT(EXPRESSION, VARIABLE, INCLUDES, IF-FAILS)
# --------------------------------------------------------
# Assign VARIABLE the value of the compile-time EXPRESSION using INCLUDES for