From 0cf92fbfd25abe6acd681ddec336464c038bfcd4 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Tue, 26 Mar 2019 11:07:07 -0600 Subject: [PATCH] fixing use of tests/unit/input.nl with distcheck --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e5fc80ba535..989de80ba90 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,7 @@ AC_CONFIG_FILES(tests/general/pio_rearr.F90:tests/general/pio_rearr.F90.in2) AC_CONFIG_FILES(tests/general/pio_rearr_opts2.F90:tests/general/pio_rearr_opts2.F90.in2) AC_CONFIG_FILES(tests/general/pio_rearr_opts.F90:tests/general/pio_rearr_opts.F90.in2) AC_CONFIG_FILES(tests/general/pio_tutil.F90:tests/general/util/pio_tutil.F90) +AC_CONFIG_FILES(tests/general/unit/input.nl:tests/general/unit/input.nl) # Create the config.h file. AC_CONFIG_HEADERS([config.h])