diff options
author | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
commit | 6a7cc596a79ce38c417f9abffb498be934e6dc53 (patch) | |
tree | b50588a063705fc1da26d618f130be5727f42899 /configure | |
parent | e71d1bcbae0775ec756f3de98b5c255df3e90243 (diff) |
Exploring possibilities of supporting nsis installation on Windows
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6133,7 +6133,7 @@ else fi -ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile spec/Makefile spec/terminal-media-launcher.spec" +ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile nsis/Makefile spec/Makefile spec/terminal-media-launcher.spec" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -6892,6 +6892,7 @@ do "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; + "nsis/Makefile") CONFIG_FILES="$CONFIG_FILES nsis/Makefile" ;; "spec/Makefile") CONFIG_FILES="$CONFIG_FILES spec/Makefile" ;; "spec/terminal-media-launcher.spec") CONFIG_FILES="$CONFIG_FILES spec/terminal-media-launcher.spec" ;; |