summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-02 11:57:35 -0400
committerLouie S <louie@example.com>2024-05-02 11:57:35 -0400
commit6a7cc596a79ce38c417f9abffb498be934e6dc53 (patch)
treeb50588a063705fc1da26d618f130be5727f42899 /configure
parente71d1bcbae0775ec756f3de98b5c255df3e90243 (diff)
Exploring possibilities of supporting nsis installation on Windows
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 4d2a3d6..5561da7 100755
--- a/configure
+++ b/configure
@@ -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" ;;