summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-03-21 03:11:55 +0000
committerJim Meyering <jim@meyering.net>1997-03-21 03:11:55 +0000
commitbf435650e102ed1a36e79171cb2e9eb67a8640e7 (patch)
tree8d2c741c31ac4f58e19ebad28fbde0afec68ff70 /m4
parentcd0aba1c148a099a55645a661cfc11b7a6ef31bc (diff)
downloadcoreutils-bf435650e102ed1a36e79171cb2e9eb67a8640e7.tar.xz
.
Diffstat (limited to 'm4')
-rw-r--r--m4/sanity.m419
1 files changed, 0 insertions, 19 deletions
diff --git a/m4/sanity.m4 b/m4/sanity.m4
deleted file mode 100644
index 65ca99993..000000000
--- a/m4/sanity.m4
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Check to make sure that the build environment is sane.
-#
-
-AC_DEFUN(AM_SANITY_CHECK,
-[AC_MSG_CHECKING([whether build environment is sane])
-echo timestamp > conftestfile
-# Do this in a subshell so we don't clobber the current shell's
-# arguments. FIXME: maybe try `-L' hack like GETLOADAVG test?
-if (set X `ls -t $srcdir/configure conftestfile`; test "[$]2" = conftestfile)
-then
- # Ok.
- :
-else
- AC_MSG_ERROR([newly created file is older than distributed files!
-Check your system clock])
-fi
-rm -f conftest*
-AC_MSG_RESULT(yes)])