dnl -*- shell-script -*- dnl dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana dnl University Research and Technology dnl Corporation. All rights reserved. dnl Copyright (c) 2004-2005 The University of Tennessee and The University dnl of Tennessee Research Foundation. All rights dnl reserved. dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, dnl University of Stuttgart. All rights reserved. dnl Copyright (c) 2004-2005 The Regents of the University of California. dnl All rights reserved. dnl $COPYRIGHT$ dnl dnl Additional copyrights may follow dnl dnl $HEADER$ dnl AC_DEFUN([OPAL_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 - opalcc # and opalCC 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.$$ <