From 2fae5c2a7405d566c860a493740417118724e20b Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 10 Feb 1999 05:39:24 +0000 Subject: updates. updates from Eli. Few typo fixed. use DJ_GPP instead of DJGPP prototype undossify_input. * grep-2.2f beta release. * m4/{djgpp,envsep,glibc,regex,dosfile,isc-posix}.m4 : New files to aid configuration and unload configure.in. * m4/Makefile.am : updated. Patch forwarded by Ben Elliston. --- m4/envsep.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/envsep.m4') diff --git a/m4/envsep.m4 b/m4/envsep.m4 index 91c082cd..8a3d2687 100644 --- a/m4/envsep.m4 +++ b/m4/envsep.m4 @@ -9,7 +9,7 @@ AC_REQUIRE([AC_MINGW32]) AC_REQUIRE([AC_DJGPP]) AC_MSG_CHECKING([for environ variable separator]) AC_CACHE_VAL(ac_cv_sep, -[if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$DJGPP" = yes ; then +[if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$DJ_GPP" = yes ; then ac_cv_sep=yes else ac_cv_sep=no -- cgit v1.2.1