diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-08 15:11:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-08 15:11:36 +0000 |
commit | 0c0a8f7180b742d27fc98748e595ab1185b4f22a (patch) | |
tree | f69ab6912bfbea172833f61c4f4782eb2112fa74 | |
parent | dfd37e9e592772e18956301438b7e2238e8c056d (diff) | |
download | coreutils-0c0a8f7180b742d27fc98748e595ab1185b4f22a.tar.xz |
(jm_FUNC_READDIR): Remove now-unnecessary uses of changequote.
-rw-r--r-- | m4/readdir.m4 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/m4/readdir.m4 b/m4/readdir.m4 index 74616d462..d851b0fe3 100644 --- a/m4/readdir.m4 +++ b/m4/readdir.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl SunOS's readdir is broken in such a way that rm.c has to add extra code dnl to test whether a NULL return value really means there are no more files @@ -23,9 +23,7 @@ AC_CACHE_CHECK([for working readdir], jm_cv_func_working_readdir, ac_clean_files="$ac_clean_files conf-dir" AC_TRY_RUN( - changequote(<<, >>)dnl - << -# include <stdio.h> +[# include <stdio.h> # include <sys/types.h> # if HAVE_STRING_H # include <string.h> @@ -119,9 +117,7 @@ AC_CACHE_CHECK([for working readdir], jm_cv_func_working_readdir, create_300_file_dir (dir); remove_dir (dir); exit (0); - } - >>, - changequote([, ])dnl + }], jm_cv_func_working_readdir=yes, jm_cv_func_working_readdir=no, jm_cv_func_working_readdir=no)]) |