From 1ac50be3e1d9171ad386af46f500c4e537da46a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Jun 2000 09:50:20 +0000 Subject: [PATCH] (AC_REPLACE_FUNCS): Remove mkdir. --- m4/jm-macros.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 193813adb2..cb1c7492bc 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 20 +#serial 21 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -107,7 +107,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(gethostname getusershell) AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul) AC_REPLACE_FUNCS(strpbrk) - AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp) + AC_REPLACE_FUNCS(euidaccess memcmp rmdir rpmatch strndup strverscmp) AC_REPLACE_FUNCS(atexit) AC_REPLACE_FUNCS(strnlen) -- 2.30.2