From: Jim Meyering Date: Mon, 19 Jun 2000 09:50:20 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Remove mkdir. X-Git-Tag: FILEUTILS-4_0v~67 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6574dd60d90ba0af0cf371a3c2287f362da5fc4d;p=thirdparty%2Fcoreutils.git (AC_REPLACE_FUNCS): Remove mkdir. --- 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)