# HG changeset patch # User Jim Meyering # Date 961408220 0 # Node ID 10cdbaaa2c896c33b7d8587ae6cdc1fe77b2b12a # Parent f00587b42cf755e28368c9cc7c3b3e16ce157557 (AC_REPLACE_FUNCS): Remove mkdir. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- 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_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)