From 41c0233cb964a3ee1d4e5db5448cd28d617925fb Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Thu, 3 Jun 2021 16:17:08 -0600 Subject: [PATCH] Update in support of https://github.com/Unidata/netcdf-cxx4/issues/111 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b454a5b..31d49b5 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_INIT([netCDF-cxx4], [4.3.2-developer], [support-netcdf@unidata.ucar.edu]) # Create the VERSION file, which contains the package version from # AC_INIT. -echo -n AC_PACKAGE_VERSION>VERSION +echo -n AC_PACKAGE_VERSION>VERSION.txt AC_SUBST(PACKAGE_VERSION) AC_MSG_NOTICE([netCDF-cxx4 AC_PACKAGE_VERSION])