diff options
author | Louie S <louie@example.com> | 2023-03-03 19:08:50 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-03 19:08:50 -0800 |
commit | 712af9ea3cb3d0de866221ade19341fd114f7000 (patch) | |
tree | 3a2eb7463da71a7baaaecd0721185fa91af92f31 /configure | |
parent | d4e52fd03b6a6ef6965a1c66661f202de73178ed (diff) |
Change a couple of files to templates for less copy/paste
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |