changeset 3071:6dfb81a1fc27

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 19 Dec 2000 10:51:39 +0000
parents 3a6f624e1935
children 29771f52981b
files m4/dos.m4
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,