summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-03-03 19:08:50 -0800
committerLouie S <louie@example.com>2023-03-03 19:08:50 -0800
commit712af9ea3cb3d0de866221ade19341fd114f7000 (patch)
tree3a2eb7463da71a7baaaecd0721185fa91af92f31 /configure
parentd4e52fd03b6a6ef6965a1c66661f202de73178ed (diff)
Change a couple of files to templates for less copy/paste
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 192ff3a..12c0cdc 100755
--- a/configure
+++ b/configure
@@ -5744,7 +5744,7 @@ else
fi
-ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile"
+ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile spec/terminal-media-launcher.spec"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -6504,6 +6504,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" ;;
+ "spec/terminal-media-launcher.spec") CONFIG_FILES="$CONFIG_FILES spec/terminal-media-launcher.spec" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac