3 # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # Written by Jim Meyering.
10 AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
12 AC_LIBSOURCES([canonicalize.c, canonicalize.h])
13 AC_LIBOBJ([canonicalize])
15 AC_REQUIRE([AC_HEADER_STDC])
16 AC_CHECK_HEADERS(string.h sys/param.h)
17 AC_CHECK_FUNCS(resolvepath canonicalize_file_name)