~ chicken-core (chicken-5) eea2aae3360af25545e019b3e23b4593e7312b08


commit eea2aae3360af25545e019b3e23b4593e7312b08
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Jan 28 11:53:29 2015 +0100
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Wed Jan 28 11:53:29 2015 +0100

    Removed srfi-1 refs in build and config files

diff --git a/defaults.make b/defaults.make
index 5ae7864a..5bb13aec 100644
--- a/defaults.make
+++ b/defaults.make
@@ -275,7 +275,7 @@ CHICKEN_INSTALL_PROGRAM = $(PROGRAM_PREFIX)chicken-install$(PROGRAM_SUFFIX)
 CHICKEN_UNINSTALL_PROGRAM = $(PROGRAM_PREFIX)chicken-uninstall$(PROGRAM_SUFFIX)
 CHICKEN_STATUS_PROGRAM = $(PROGRAM_PREFIX)chicken-status$(PROGRAM_SUFFIX)
 CHICKEN_BUG_PROGRAM = $(PROGRAM_PREFIX)chicken-bug$(PROGRAM_SUFFIX)
-IMPORT_LIBRARIES = chicken lolevel srfi-1 srfi-4 data-structures ports files posix extras tcp foreign utils csi irregex
+IMPORT_LIBRARIES = chicken lolevel srfi-4 data-structures ports files posix extras tcp foreign utils csi irregex
 IMPORT_LIBRARIES += setup-api setup-download
 
 ifdef STATICBUILD
diff --git a/distribution/manifest b/distribution/manifest
index 370e2755..6e1dcc50 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -36,7 +36,6 @@ posixunix.c
 posixwin.c
 profiler.c
 scheduler.c
-srfi-1.c
 srfi-4.c
 stub.c
 support.c
@@ -87,7 +86,6 @@ posix-common.scm
 profiler.scm
 runtime.c
 scheduler.scm
-srfi-1.scm
 srfi-4.scm
 stub.scm
 support.scm
@@ -241,7 +239,6 @@ chicken.import.c
 foreign.import.scm
 foreign.import.c
 lolevel.import.scm
-srfi-1.import.scm
 srfi-4.import.scm
 data-structures.import.scm
 posix.import.scm
@@ -250,7 +247,6 @@ irregex.import.scm
 tcp.import.scm
 utils.import.scm
 lolevel.import.c
-srfi-1.import.c
 srfi-4.import.c
 data-structures.import.c
 posix.import.c
@@ -330,7 +326,6 @@ manual-html/Unit lolevel.html
 manual-html/Unit ports.html
 manual-html/Unit posix.html
 manual-html/Unit irregex.html
-manual-html/Unit srfi-1.html
 manual-html/Unit srfi-4.html
 manual-html/Unit tcp.html
 manual-html/Unit utils.html
diff --git a/scripts/compile-all b/scripts/compile-all
index d15b0cae..c17d48be 100755
--- a/scripts/compile-all
+++ b/scripts/compile-all
@@ -12,7 +12,7 @@ library_options="-optimize-level 2 -include-path . -include-path ./ -inline -ign
 compiler="$1"
 shift
 
-for x in library eval data-structures ports files extras lolevel utils tcp srfi-1 srfi-4 posixunix posixwin irregex scheduler profiler stub expand modules chicken-syntax chicken-ffi-syntax build-version; do
+for x in library eval data-structures ports files extras lolevel utils tcp srfi-4 posixunix posixwin irregex scheduler profiler stub expand modules chicken-syntax chicken-ffi-syntax build-version; do
     $compiler $x.scm $library_options -output-file /tmp/xxx.c "$@"
 done
 
diff --git a/setup.defaults b/setup.defaults
index 4177f5a8..c427f783 100644
--- a/setup.defaults
+++ b/setup.defaults
@@ -29,7 +29,7 @@
 (map
  (data-structures 
   extras files foreign irregex lolevel ports tcp utils
-  posix irregex setup-api setup-download srfi-1 srfi-4
+  posix irregex setup-api setup-download srfi-4
   ->) )
 
 
Trap