1 diff '--color=auto' -rupN soundtouch.orig/CMakeLists.txt soundtouch/CMakeLists.txt
2 --- soundtouch.orig/CMakeLists.txt 2021-08-26 13:11:17.958981063 +0200
3 +++ soundtouch/CMakeLists.txt 2021-08-26 13:16:35.308990428 +0200
4 @@ -121,6 +122,10 @@ endif()
6 ########################
9 +install(FILES include/soundtouch_config.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/soundtouch")
10 +install(FILES soundtouch.m4 DESTINATION "${CMAKE_INSTALL_DATADIR}/aclocal")
13 set(prefix "${CMAKE_INSTALL_PREFIX}")
14 set(execprefix "\${prefix}")