Removed stray warning from RELEASE_NOTES.md

This commit is contained in:
Ward Fisher 2014-12-08 13:29:26 -07:00
parent a888776dd1
commit bfcabbbf02

View File

@ -47,7 +47,7 @@ More details may be found at the Unidata JIRA Dashboard. [NCF-316](https://bugt
in the same way that ncgen3 did.
See [NCF-309](https://bugtracking.unidata.ucar.edu/browse/NCF-309).
* Added a new file, `netcdf_meta.h`. This file is generated automatically at configure time and contains information related to the capabilities of the netcdf library. This file may be used by projects dependent upon `netcdf` to make decisions during configuration, based on how the `netcdf` library was built. The macro `NC_HAVE_META_H` is defined in `netcdf.h`. Paired with judicious use of `#ifdef`'s, this macro will indicate to developers whether or not the meta-header file is present. See [NCF-313](https://bugtracking.unidata.ucar.edu/browse/NCF-313).
* Added a new file, `netcdf_meta.h`. This file is generated automatically at configure time and contains information related to the capabilities of the netcdf library. This file may be used by projects dependent upon `netcdf` to make decisions during configuration, based on how the `netcdf` library was built. The macro `NC_HAVE_META_H` is defined in `netcdf.h`. Paired with judicious use of `ifdef`'s, this macro will indicate to developers whether or not the meta-header file is present. See [NCF-313](https://bugtracking.unidata.ucar.edu/browse/NCF-313).
> Determining the presence of `netcdf_meta.h` can also be accomplished by methods common to autotools and cmake-based build systems.