summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-06 01:30:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-06 01:30:49 +0000
commitd2d7b377ff301524724ef3f4bef9f38a1cb341c1 (patch)
tree5373ef50472ba1f430d1e99fea07dea5814baafe /m4
parentafb8d66008e30e11dca934eb4b8f82b8282ae50c (diff)
downloadmailutils-d2d7b377ff301524724ef3f4bef9f38a1cb341c1.tar.gz
mailutils-d2d7b377ff301524724ef3f4bef9f38a1cb341c1.tar.bz2
Removed tm_ files.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am3
-rw-r--r--m4/tm_gmtoff.m411
-rw-r--r--m4/tm_isdst.m411
-rw-r--r--m4/tm_zone.m411
4 files changed, 0 insertions, 36 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 5b800a303..80a02436e 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -4,7 +4,4 @@ EXTRA_DIST = \
malloc.m4 \
realloc.m4 \
regex.m4 \
- tm_gmtoff.m4 \
- tm_isdst.m4 \
- tm_zone.m4 \
utmp.m4
diff --git a/m4/tm_gmtoff.m4 b/m4/tm_gmtoff.m4
deleted file mode 100644
index 63e0ff74c..000000000
--- a/m4/tm_gmtoff.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-AC_DEFUN(sr_STRUCT_TM_GMTOFF,
-[AC_REQUIRE([AC_STRUCT_TM])dnl
-AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
-[AC_TRY_COMPILE([#include <sys/types.h>
-#include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_gmtoff;],
- ac_cv_struct_tm_gmtoff=yes, ac_cv_struct_tm_gmtoff=no)])
-if test "$ac_cv_struct_tm_gmtoff" = yes; then
- AC_DEFINE(HAVE_TM_GMTOFF)
-fi
-])
-
diff --git a/m4/tm_isdst.m4 b/m4/tm_isdst.m4
deleted file mode 100644
index f3bf11944..000000000
--- a/m4/tm_isdst.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-AC_DEFUN(sr_STRUCT_TM_ISDST,
-[AC_REQUIRE([AC_STRUCT_TM])dnl
-AC_CACHE_CHECK([for tm_isdst in struct tm], ac_cv_struct_tm_isdst,
-[AC_TRY_COMPILE([#include <sys/types.h>
-#include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_isdst;],
- ac_cv_struct_tm_isdst=yes, ac_cv_struct_tm_isdst=no)])
-if test "$ac_cv_struct_tm_isdst" = yes; then
- AC_DEFINE(HAVE_TM_ISDST)
-fi
-])
-
diff --git a/m4/tm_zone.m4 b/m4/tm_zone.m4
deleted file mode 100644
index 20b6a4c8c..000000000
--- a/m4/tm_zone.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-AC_DEFUN(sr_STRUCT_TM_ZONE,
-[AC_REQUIRE([AC_STRUCT_TM])dnl
-AC_CACHE_CHECK([for tm_zone in struct tm], ac_cv_struct_tm_zone,
-[AC_TRY_COMPILE([#include <sys/types.h>
-#include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_zone;],
- ac_cv_struct_tm_zone=yes, ac_cv_struct_tm_zone=no)])
-if test "$ac_cv_struct_tm_zone" = yes; then
- AC_DEFINE(HAVE_TM_ZONE)
-fi
-])
-

Return to:

Send suggestions and report system problems to the System administrator.