aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-26 23:09:29 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-26 23:09:29 +0300
commit11bbc1b9d551ceb2783c575d2d1d4d451d7e4ecf (patch)
tree5ccf070967875b7309579307f93e550881720bdc /src/Makefile.am
parent7deb822b3b7789f5b3a982895b30ec757d1ab5f2 (diff)
downloadidest-11bbc1b9d551ceb2783c575d2d1d4d451d7e4ecf.tar.gz
idest-11bbc1b9d551ceb2783c575d2d1d4d451d7e4ecf.tar.bz2
Various improvements.
* src/Makefile.am: Initialize MAINTAINERCLEANFILES. * src/cmdline.opt: New options: --prepend-load-path and --no-init-files. * src/guile.c (no_init_files_option): New variable. (guile_load): Bail out on error. (load_path_prepend): Rewrite. (load_path_append): New function. (user_load_path_list): Replace with user_path_list (array). (guile_add_load_path): Second arg indicates which list to modify. (flush_user_load_path): Argument indicates which list to flush. (load_startup_file): Don't touch load path. It is done elsewhere. (guile_init): Set up load path. Call load_startup_file unless no_init_files_option is set. * src/idest.h (no_init_files_option): New extern. (guile_add_load_path): Change signature. * src/main.c (main): Fix coredump.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f9db6c8..1cd02d8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,6 +43,7 @@ GPERF_FLAGS=-tCcTnD -K id
DOT_X_FILES = guile.x
CLEANFILES=
DISTCLEANFILES=
+MAINTAINERCLEANFILES=
sitedir = @GUILE_SITE@/$(PACKAGE)
site_DATA=
include ../gint/gint.mk

Return to:

Send suggestions and report system problems to the System administrator.