Skip to content
Snippets Groups Projects
Commit af6396b5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Fix misleading description of configure options.

* We have neither --with-eccodes-root nor --with-grib_api-root.
parent b1c5750c
No related branches found
No related tags found
1 merge request!11Consolidation with CDI-PIO (1.8.x)
......@@ -1689,13 +1689,11 @@ Optional Packages:
--with-netcdf=<yes|no|directory> (default=no)
location of NetCDF library (lib and include subdirs)
--with-eccodes=<yes|no|directory>
library for grib2 encoding/decoding; if a directory
is given, it will be used as a value for
--with-eccodes-root
location of ECCODES library for grib2
encoding/decoding (lib and include subdirs)
--with-grib_api=<yes|no|directory>
library for grib2 encoding/decoding; if a directory
is given, it will be used as a value for
--with-grib_api-root
location of GRIB_API library for grib2
encoding/decoding (lib and include subdirs)
--with-mpi-root set directory to search for MPI headers and library
--with-mpi-include specifically set directory to search for MPI
headers, [default=$with_mpi_root/include]
......@@ -168,7 +168,7 @@ ECCODES_INCLUDE=''
ECCODES_LIBS=''
AC_ARG_WITH([eccodes],
[AS_HELP_STRING([--with-eccodes=<yes|no|directory>],
[library for grib2 encoding/decoding; if a directory is given, it will be used as a value for --with-eccodes-root])],
[location of ECCODES library for grib2 encoding/decoding (lib and include subdirs)])],
[AS_CASE(["$with_eccodes"],
[no],[AC_MSG_CHECKING([for ECCODES library])
AC_MSG_RESULT([suppressed])],
......@@ -204,7 +204,7 @@ GRIB_API_INCLUDE=''
GRIB_API_LIBS=''
AC_ARG_WITH([grib_api],
[AS_HELP_STRING([--with-grib_api=<yes|no|directory>],
[library for grib2 encoding/decoding; if a directory is given, it will be used as a value for --with-grib_api-root])],
[location of GRIB_API library for grib2 encoding/decoding (lib and include subdirs)])],
[AS_CASE(["$with_grib_api"],
[no],[AC_MSG_CHECKING([for GRIB_API library])
AC_MSG_RESULT([suppressed])],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment