summaryrefslogtreecommitdiff
path: root/check-guile.in
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-02-13 10:41:44 +0100
committerAndy Wingo <wingo@pobox.com>2011-02-13 15:06:11 +0100
commit6f06e8d35f0780187c6bce62fe8ace8be055e727 (patch)
tree095dfb5d6102af1952992694e930a4d63f71e3d5 /check-guile.in
parentc50775e2460da0c9fa49817fe22896d0369184ac (diff)
downloadguile-6f06e8d35f0780187c6bce62fe8ace8be055e727.tar.gz
autocompile -> auto-compile
* NEWS: * check-guile.in: * doc/guile.1: * doc/ref/scheme-scripts.texi: * libguile/init.c: * libguile/load.c: * libguile/load.h: * libguile/script.c: * module/Makefile.am: * module/ice-9/boot-9.scm: * module/scripts/compile.scm: * module/system/base/compile.scm: * test-suite/Makefile.am: * test-suite/tests/popen.test: Change "autocompile" to "auto-compile" or "auto_compile", as appropriate, in variable names, function names, command line arguments, and the documentation.
Diffstat (limited to 'check-guile.in')
-rw-r--r--check-guile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-guile.in b/check-guile.in
index 06b29c730..995199d49 100644
--- a/check-guile.in
+++ b/check-guile.in
@@ -43,7 +43,7 @@ fi
exec $guile \
--debug \
- --no-autocompile -e main -s "$TEST_SUITE_DIR/guile-test" \
+ --no-auto-compile -e main -s "$TEST_SUITE_DIR/guile-test" \
--test-suite "$TEST_SUITE_DIR/tests" \
--log-file check-guile.log "$@"