From: Jim Meyering Date: Tue, 19 Dec 2000 10:51:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_34~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c038111f868c703a48d005dd1e7f105f8ce4af0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/dos.m4 b/m4/dos.m4 index 61876e7fc8..d1fa140d19 100644 --- a/m4/dos.m4 +++ b/m4/dos.m4 @@ -7,7 +7,10 @@ AC_DEFUN(jm_AC_DOS, [ + # FIXME: this is incomplete. Add a compile-test that does something + # like this: #if defined _WIN32 || defined __WIN32__ || defined __MSDOS__ + ac_fspl_def="((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)" ac_fspl_def=0 AC_DEFINE_UNQUOTED([FILESYSTEM_PREFIX_LEN(Filename)], $ac_fspl_def,