From b7e1d3274987f43d8c9d60817e7c9df3f093bf1f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 13 Jul 2013 00:10:25 -0400 Subject: [PATCH] CMake project should install sdl2.m4. Fixes Bugzilla #1809. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38c139e47..4e002778c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1184,4 +1184,5 @@ if(NOT WINDOWS OR CYGWIN) endif(FREEBSD) install(PROGRAMS ${SDL2_BINARY_DIR}/sdl2-config DESTINATION bin) # TODO: what about the .spec file? Is it only needed for RPM creation? + install(FILES "${SDL2_SOURCE_DIR}/sdl2.m4" DESTINATION "share/aclocal") endif(NOT WINDOWS OR CYGWIN)