diff options
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index a0a6dd6f3..d3739d63e 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 55 -*- autoconf -*- +#serial 56 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -131,7 +131,6 @@ AC_DEFUN([jm_MACROS], AC_CHECK_FUNCS( \ bcopy \ - canonicalize_file_name \ endgrent \ endpwent \ fchdir \ @@ -151,7 +150,6 @@ AC_DEFUN([jm_MACROS], mempcpy \ mkfifo \ realpath \ - resolvepath \ sethostname \ strchr \ strerror \ |