[svn-r26053] Added comments.

This commit is contained in:
Scot Breitenfeld 2015-01-27 15:20:26 -05:00
parent d29c5a6e6a
commit f1da79edff
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,10 @@ dnl *********************************
dnl PURPOSE
dnl Contains Macros for HDF5 C++
dnl *********************************
dnl
dnl Special characteristics that have no autoconf counterpart but that
dnl we need as part of the C++ support. To distinquish these, they
dnl have a [PAC] prefix.
dnl Checking if C++ needs old style header files in includes

View File

@ -21,6 +21,12 @@ dnl PURPOSE
dnl Contains Macros for HDF5 Fortran
dnl *********************************
dnl
dnl Special characteristics that have no autoconf counterpart but that
dnl we need as part of the C++ support. To distinquish these, they
dnl have a [PAC] prefix.
dnl
dnl -------------------------------------------------------------------------
dnl
dnl PAC_FC_SEARCH_LIST - expands to a whitespace separated list of modern
dnl fortran compilers for use with AC_PROG_FC that is more suitable for HPC
dnl software packages