Back to the Main Page. | acx_check_dos_filesys |
Download the M4 Source. |
ACX_CHECK_DOS_FILESYS_LIMITATIONS
2000-07-19 0.5.65 : Misc
Mark Elbrecht <snowball3@bigfoot.com>
license: GPLWithACException
AC_DEFUN([ACX_CHECK_DOS_FILESYS_LIMITATIONS], [AC_MSG_CHECKING(for potential DOS filename limitations) AC_CACHE_VAL(acx_cv_dos_limitations, [AC_REQUIRE([AC_CANONICAL_HOST]) acx_cv_dos_limitations="yes" case ${host_os} in *dos | *djgpp) acx_cv_dos_limitations="yes" esac ]) AC_MSG_RESULT($acx_cv_dos_limitations) if test $acx_cv_dos_limitations = "yes"; then AC_DEFINE(HAVE_DOS_FILESYS_LIMITATIONS) fi ])