X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=m4%2Fopen.m4;fp=m4%2Fopen.m4;h=6e286c96e8415b5d4f9b5c6fe0d787ca40842e36;hb=785cdec4450a1459fdbb90df1344b69be34e0059;hp=38dfa260419a8925291d630f67e0307fb59d85bd;hpb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;p=tar diff --git a/m4/open.m4 b/m4/open.m4 index 38dfa26..6e286c9 100644 --- a/m4/open.m4 +++ b/m4/open.m4 @@ -1,5 +1,5 @@ -# open.m4 serial 4 -dnl Copyright (C) 2007-2008 Free Software Foundation, Inc. +# open.m4 serial 5 +dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -39,7 +39,7 @@ changequote([,])dnl ]) case "$gl_cv_func_open_slash" in *no) - AC_DEFINE([OPEN_TRAILING_SLASH_BUG], 1, + AC_DEFINE([OPEN_TRAILING_SLASH_BUG], [1], [Define to 1 if open() fails to recognize a trailing slash.]) gl_REPLACE_OPEN ;;