X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcanonicalize.m4;h=817edd5804b639aaf83388ab01c1e051103bb379;hb=b4feec417c7eae7c4a920986d8c81659ac5c9a79;hp=b488bb560689f96514e5e4e01e9d33134e884d65;hpb=c437773f09dd9684683ae46730c1224e51509177;p=gnulib.git diff --git a/m4/canonicalize.m4 b/m4/canonicalize.m4 index b488bb560..817edd580 100644 --- a/m4/canonicalize.m4 +++ b/m4/canonicalize.m4 @@ -1,6 +1,6 @@ -#serial 11 +#serial 12 -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -14,6 +14,4 @@ AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME], AC_CHECK_HEADERS_ONCE([sys/param.h]) AC_CHECK_DECLS_ONCE([canonicalize_file_name]) AC_CHECK_FUNCS_ONCE([canonicalize_file_name resolvepath]) - AC_DEFINE([PROVIDE_CANONICALIZE_FILENAME_MODE], 1, - [Define to 1 to provide canonicalize_filename_mode.]) ])