summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-28 22:23:08 +0100
committerJim Meyering <meyering@redhat.com>2011-12-28 22:24:03 +0100
commit209bae502a2255aece67625641617335a911f211 (patch)
tree8a27b73e8822acacdc35707505756df6a0ad3801 /m4
parentdf2a617690f28e3ddde934546ca66f8946874e44 (diff)
downloadgrep-209bae502a2255aece67625641617335a911f211.tar.gz
maint: remove now-unused/obsolete files
* README.DOS: Remove file. * m4/djgpp.m4: Likewise. * .gitignore: Remove reference to m4/djgpp.m4.
Diffstat (limited to 'm4')
-rw-r--r--m4/djgpp.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/m4/djgpp.m4 b/m4/djgpp.m4
deleted file mode 100644
index 03794523..00000000
--- a/m4/djgpp.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-dnl Check for DJGPP. we use DJ_GPP as the variable
-dnl EXEEXXT
-AC_DEFUN([AC_DJGPP],
-[AC_CACHE_CHECK(for DJGPP environment, ac_cv_djgpp,
-[AC_TRY_COMPILE(,[ return __DJGPP__;],
-ac_cv_djgpp=yes, ac_cv_djgpp=no)
-rm -f conftest*])
-DJ_GPP=
-test "$ac_cv_djgpp" = yes && DJ_GPP=yes])