From befee1bccbfc06df25d2c1972138e56ce63cb735 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Fri, 24 May 2024 13:03:47 -0700 Subject: [PATCH] Move/rename libhdf4.settings input files (#719) Move without other changes: libhdf4.settings.in -> libhdf4.settings.autotools.in config/cmake/libhdf4.settings.cmake.in -> libhdf4.settings.cmake.in --- CMakeInstallation.cmake | 2 +- configure.ac | 2 +- libhdf4.settings.in => libhdf4.settings.autotools.in | 0 .../libhdf4.settings.cmake.in => libhdf4.settings.cmake.in | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename libhdf4.settings.in => libhdf4.settings.autotools.in (100%) rename config/cmake/libhdf4.settings.cmake.in => libhdf4.settings.cmake.in (100%) diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 1b203aa3b1..48cb2fb9f5 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -113,7 +113,7 @@ else () set (BYTESEX little-endian) endif () configure_file ( - ${HDF_RESOURCES_DIR}/libhdf4.settings.cmake.in + ${HDF4_SOURCE_DIR}/libhdf4.settings.cmake.in ${HDF4_BINARY_DIR}/libhdf4.settings ESCAPE_QUOTES @ONLY ) install ( diff --git a/configure.ac b/configure.ac index 7ab4b87502..71ead75ba2 100644 --- a/configure.ac +++ b/configure.ac @@ -1195,7 +1195,7 @@ esac AC_CONFIG_FILES([Makefile doxygen/Doxyfile - libhdf4.settings + libhdf4.settings:libhdf4.settings.autotools.in hdf/Makefile hdf/fortran/Makefile hdf/src/Makefile diff --git a/libhdf4.settings.in b/libhdf4.settings.autotools.in similarity index 100% rename from libhdf4.settings.in rename to libhdf4.settings.autotools.in diff --git a/config/cmake/libhdf4.settings.cmake.in b/libhdf4.settings.cmake.in similarity index 100% rename from config/cmake/libhdf4.settings.cmake.in rename to libhdf4.settings.cmake.in