Simplify the configure run
Use CPPFLAGS/LDFLAGS instead of seprarate variables for each library e.g. NETCDF_INCLUDE/NETCDF_LDFLAGS The the binary can only call one single version of each library function, so there is no need to pass each library separately. refs #949
Please register or sign in to comment