Two html pages under control of configure

This commit is contained in:
Michiel Broek
2003-11-03 12:26:58 +00:00
parent f681b92a50
commit 8cd6e1d297
6 changed files with 24 additions and 14 deletions

4
configure vendored
View File

@@ -8893,7 +8893,7 @@ echo "${ECHO_T}$vpop" >&6
done
ac_config_files="$ac_config_files Makefile.global paths.h unix/login.defs INSTALL FILE_ID.DIZ script/editor"
ac_config_files="$ac_config_files Makefile.global paths.h unix/login.defs INSTALL FILE_ID.DIZ script/editor html/index.htm html/basic.html"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -9433,6 +9433,8 @@ do
"INSTALL" ) CONFIG_FILES="$CONFIG_FILES INSTALL" ;;
"FILE_ID.DIZ" ) CONFIG_FILES="$CONFIG_FILES FILE_ID.DIZ" ;;
"script/editor" ) CONFIG_FILES="$CONFIG_FILES script/editor" ;;
"html/index.htm" ) CONFIG_FILES="$CONFIG_FILES html/index.htm" ;;
"html/basic.html" ) CONFIG_FILES="$CONFIG_FILES html/basic.html" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5