From 263743c43945d4ee8d0fcd88636db3ddd4981eaa Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Mon, 24 Dec 2018 20:21:08 +0100 Subject: Split off ctct_config(5) --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 280f460..2e278a5 100755 --- a/configure +++ b/configure @@ -1711,7 +1711,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -ac_config_files="$ac_config_files Makefile ctct.1 ctct.bash_completion config.sh" +ac_config_files="$ac_config_files Makefile ctct.1 ctct_config.5 ctct.bash_completion config.sh" ac_config_files="$ac_config_files ctct" @@ -2492,6 +2492,7 @@ do case $ac_config_target in "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "ctct.1") CONFIG_FILES="$CONFIG_FILES ctct.1" ;; + "ctct_config.5") CONFIG_FILES="$CONFIG_FILES ctct_config.5" ;; "ctct.bash_completion") CONFIG_FILES="$CONFIG_FILES ctct.bash_completion" ;; "config.sh") CONFIG_FILES="$CONFIG_FILES config.sh" ;; "ctct") CONFIG_FILES="$CONFIG_FILES ctct" ;; -- cgit v1.2.3