Remove messages referring to autotools configure

This commit is contained in:
Shahram Najm 2015-07-31 15:44:36 +01:00
parent c34efc057e
commit d27e448057
2 changed files with 2 additions and 4 deletions

View File

@ -20,7 +20,7 @@ rm -f $tmp_out | true
# we get a usage message otherwise we get a specific message. Note: In both cases
# the command fails.
${tools_dir}grib_to_netcdf > $tmp_out
grep 'GRIB API was not compiled with NETCDF enabled' $tmp_out > /dev/null
grep 'ecCodes was not compiled with NETCDF enabled' $tmp_out > /dev/null
if [ $? -eq 0 ]; then
# Message was found
skip_test=1

View File

@ -4245,9 +4245,7 @@ int main(int argc, char** argv)
printf("\n");
printf("grib_to_netcdf:\n");
printf("\n");
printf(" GRIB API was not compiled with NETCDF enabled\n");
printf(" Please rerun configure with --with-netcdf=PATH_TO_NETCDF_INSTALLATION\n");
printf(" and re-install the software.\n");
printf(" ecCodes was not compiled with NETCDF enabled\n");
printf("\n");
exit(1);
}