dnl -*- shell-script -*- dnl dnl $HEADER$ dnl AC_DEFUN([LAM_CASE_SENSITIVE_FS_SETUP],[ # # Arguments: none # # Dependencies: None # # See if we are on a case sensitive filesystem. Some filesystems # (like HFS+ on MacOS X and MS Windows) are not case sensitive - mpicc # and mpiCC are the same file. # # Sets prefix_OS_HAVE_CASE_SENSITIVE_FS to 1 if filesystem is case # sensitive (ie, mpicc and mpiCC will be different files) or 0 if # filesystem is not case sensitive (ie, mpicc and mpiCC will be # the same file). # # have_cs_fs=1 AC_MSG_CHECKING([if build filesystem is case sensitive]) cat > conf_fs_test.$$ < CONF_FS_TEST.$$ <