Skip to content

Commit

Permalink
Move/rename libhdf4.settings input files (#719)
Browse files Browse the repository at this point in the history
Move without other changes:

libhdf4.settings.in -> libhdf4.settings.autotools.in
config/cmake/libhdf4.settings.cmake.in -> libhdf4.settings.cmake.in
  • Loading branch information
derobins authored May 24, 2024
1 parent 98d4f3b commit befee1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeInstallation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit befee1b

Please sign in to comment.