X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Flink-follow.m4;h=35c4fced5dfb94b0ff9c6b17084252adcf8b036b;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=309e4274498d230ba45da11182db7467a9f322a6;hpb=f24c96da1b1923feedf63375e526e9fe2cd250da;p=gnulib.git diff --git a/m4/link-follow.m4 b/m4/link-follow.m4 index 309e42744..35c4fced5 100644 --- a/m4/link-follow.m4 +++ b/m4/link-follow.m4 @@ -1,8 +1,8 @@ -# serial 18 +# serial 19 dnl Run a program to determine whether link(2) follows symlinks. dnl Set LINK_FOLLOWS_SYMLINKS accordingly. -# Copyright (C) 1999-2001, 2004-2006, 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2001, 2004-2006, 2009-2013 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. @@ -83,7 +83,7 @@ AC_DEFUN([gl_FUNC_LINK_FOLLOWS_SYMLINK], [gl_cv_func_link_follows_symlink=no], dnl GNU behavior [gl_cv_func_link_follows_symlink=yes], dnl Followed link/compile failed [dnl We're cross compiling. - dnl The past results are "yes" on MacOS X, FreeBSD, NetBSD, + dnl The past results are "yes" on Mac OS X, FreeBSD, NetBSD, dnl OpenBSD, Minix, AIX, HP-UX, OSF/1, and "no" on Linux, Cygwin. case "$host_os" in # On glibc/Linux we know the result.