From 6a7cc596a79ce38c417f9abffb498be934e6dc53 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 May 2024 11:57:35 -0400 Subject: Exploring possibilities of supporting nsis installation on Windows --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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" ;; -- cgit