From 73d44645b665cec8378a1750d1f7778b711e163a Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 19 Jan 2024 20:43:55 +0000 Subject: [PATCH] Hotfix to the develop branch after PR #2790 merged the feature_2547_wrf branch into develop. Rerunning bootstrap on the project machine seneca produces 2 small differences that should also be incorporated into develop. --- configure | 1 - internal/test_util/libcode/Makefile.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 888d197d7d..40672ec913 100755 --- a/configure +++ b/configure @@ -10139,7 +10139,6 @@ ac_config_files="$ac_config_files Makefile scripts/Rscripts/Makefile scripts/Rsc if test -n "$MET_DEVELOPMENT"; then ac_config_files="$ac_config_files src/tools/dev_utils/Makefile src/tools/dev_utils/shapefiles/Makefile internal/test_util/Makefile internal/test_util/basic/Makefile internal/test_util/basic/vx_config/Makefile internal/test_util/basic/vx_log/Makefile internal/test_util/basic/vx_util/Makefile internal/test_util/libcode/Makefile internal/test_util/libcode/vx_data2d/Makefile internal/test_util/libcode/vx_data2d_factory/Makefile internal/test_util/libcode/vx_data2d_grib/Makefile internal/test_util/libcode/vx_data2d_nc_met/Makefile internal/test_util/libcode/vx_data2d_nc_cf/Makefile internal/test_util/libcode/vx_geodesy/Makefile internal/test_util/libcode/vx_grid/Makefile internal/test_util/libcode/vx_plot_util/Makefile internal/test_util/libcode/vx_ps/Makefile internal/test_util/libcode/vx_tc_util/Makefile internal/test_util/libcode/vx_nc_util/Makefile internal/test_util/libcode/vx_python3_utils/Makefile internal/test_util/libcode/vx_physics/Makefile internal/test_util/libcode/vx_series_data/Makefile internal/test_util/libcode/vx_solar/Makefile internal/test_util/tools/Makefile internal/test_util/tools/other/Makefile internal/test_util/tools/other/mode_time_domain/Makefile" - fi cat >confcache <<\_ACEOF diff --git a/internal/test_util/libcode/Makefile.in b/internal/test_util/libcode/Makefile.in index 0f56d40950..4d4f244b34 100644 --- a/internal/test_util/libcode/Makefile.in +++ b/internal/test_util/libcode/Makefile.in @@ -151,7 +151,7 @@ am__define_uniq_tagged_files = \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` DIST_SUBDIRS = vx_data2d vx_data2d_grib vx_data2d_nc_met \ - vx_data2d_nccf vx_data2d_factory vx_geodesy vx_grid vx_ps \ + vx_data2d_nc_cf vx_data2d_factory vx_geodesy vx_grid vx_ps \ vx_solar vx_plot_util vx_tc_util vx_nc_util vx_physics \ vx_series_data vx_python3_utils am__DIST_COMMON = $(srcdir)/Makefile.in