Removed tests directories

This commit is contained in:
jjgarcia 2005-10-20 08:50:25 +00:00
parent 9e997c4d31
commit 5310eba47f
2 changed files with 1 additions and 5 deletions

5
src/configure vendored
View file

@ -9731,7 +9731,7 @@ echo "$as_me: Configuring included GMP library:" >&6;}
fi
ac_config_files="$ac_config_files bare.lsp cmp/cmpcfg.lsp lsp/load.lsp clos/load.lsp cmp/load.lsp ../Makefile Makefile c/Makefile doc/Makefile doc/ecl.man tests/Makefile ansi-tests/Makefile gabriel/Makefile h/configpre.h:h/config.h.in ecl-config.pre:util/ecl-config lsp/config.pre:lsp/config.lsp.in compile.pre:compile.lsp.in"
ac_config_files="$ac_config_files bare.lsp cmp/cmpcfg.lsp lsp/load.lsp clos/load.lsp cmp/load.lsp ../Makefile Makefile c/Makefile doc/Makefile doc/ecl.man h/configpre.h:h/config.h.in ecl-config.pre:util/ecl-config lsp/config.pre:lsp/config.lsp.in compile.pre:compile.lsp.in"
ac_config_headers="$ac_config_headers h/config.h:h/configpre.h"
# FIXME
@ -10270,9 +10270,6 @@ do
"c/Makefile" ) CONFIG_FILES="$CONFIG_FILES c/Makefile" ;;
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"doc/ecl.man" ) CONFIG_FILES="$CONFIG_FILES doc/ecl.man" ;;
"tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"ansi-tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES ansi-tests/Makefile" ;;
"gabriel/Makefile" ) CONFIG_FILES="$CONFIG_FILES gabriel/Makefile" ;;
"h/configpre.h" ) CONFIG_FILES="$CONFIG_FILES h/configpre.h:h/config.h.in" ;;
"ecl-config.pre" ) CONFIG_FILES="$CONFIG_FILES ecl-config.pre:util/ecl-config" ;;
"lsp/config.pre" ) CONFIG_FILES="$CONFIG_FILES lsp/config.pre:lsp/config.lsp.in" ;;

View file

@ -472,7 +472,6 @@ fi
AC_CONFIG_FILES([
bare.lsp cmp/cmpcfg.lsp lsp/load.lsp clos/load.lsp cmp/load.lsp
../Makefile Makefile c/Makefile doc/Makefile doc/ecl.man
tests/Makefile ansi-tests/Makefile gabriel/Makefile
h/configpre.h:h/config.h.in ecl-config.pre:util/ecl-config
lsp/config.pre:lsp/config.lsp.in compile.pre:compile.lsp.in ])
AC_CONFIG_HEADERS([h/config.h:h/configpre.h]) # FIXME