Changed tests for joe editor
This commit is contained in:
parent
35c6b8aecf
commit
e5329b612b
3
configure
vendored
3
configure
vendored
@ -7870,7 +7870,7 @@ echo "${ECHO_T}$vpop" >&6
|
||||
done
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files Makefile.global paths.h unix/login.defs INSTALL FILE_ID.DIZ"
|
||||
ac_config_files="$ac_config_files Makefile.global paths.h unix/login.defs INSTALL FILE_ID.DIZ script/editor"
|
||||
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
|
||||
@ -8356,6 +8356,7 @@ do
|
||||
"unix/login.defs" ) CONFIG_FILES="$CONFIG_FILES unix/login.defs" ;;
|
||||
"INSTALL" ) CONFIG_FILES="$CONFIG_FILES INSTALL" ;;
|
||||
"FILE_ID.DIZ" ) CONFIG_FILES="$CONFIG_FILES FILE_ID.DIZ" ;;
|
||||
"script/editor" ) CONFIG_FILES="$CONFIG_FILES script/editor" ;;
|
||||
"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
|
||||
|
@ -255,5 +255,6 @@ AC_OUTPUT(
|
||||
unix/login.defs
|
||||
INSTALL
|
||||
FILE_ID.DIZ
|
||||
script/editor
|
||||
)
|
||||
|
||||
|
@ -5,7 +5,7 @@ include ../Makefile.global
|
||||
|
||||
OTHER = Makefile README maint midnight weekly monthly installinit.sh rc rc.shutdown \
|
||||
mbse.start mbse.stop bbsdoor.sh rundoor.sh init.Debian init.RedHat \
|
||||
init.Slackware init.SuSE hatch editor bbsjoerc bbsjmacsrc
|
||||
init.Slackware init.SuSE hatch editor.in bbsjoerc bbsjmacsrc
|
||||
|
||||
####################################################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user