Move most of the guts of shell command processing into libguile,
authorJim Blandy <jimb@red-bean.com>
Sat, 19 Apr 1997 13:25:21 +0000 (13:25 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 19 Apr 1997 13:25:21 +0000 (13:25 +0000)
commit0487b82f9fcee628c2482e14df38e5a7ff71149c
tree4f9fb545632d25387a47fcbbdffd46d071c7340a
parent5ac58d89abcc7b6c00be2280de5bcceca8f7a00a
Move most of the guts of shell command processing into libguile,
so guile.c can be very small (and eventuallly auto-generated.  (I
mean, generated mechanically, not self-generated.  Hmm.))
* guile.c, script.c, script.h: New source files.
* init.c (scm_boot_guile_1): Call scm_init_script.
* libguile.h: #include "script.h".
* Makefile.am (bin_PROGRAMS, guile_SOURCES, guile_LDADD): New
targets, for new executable.
(libguile_la_SOURCES): Mention script.c.
(modinclude_HEADERS): Add script.h.
* configure.in: Always check for -lm, -lsocket, -lnsl, whether or
not dynamic linking is enabled.  This is because we're generating
executables now.  Move CY_AC_WITH_THREADS call after those, so the
values of cy_cv_threads_libs captures the libs chosen above.
* Makefile.in, configure, aclocal.m4: Regenerated.
libguile/Makefile.in
libguile/aclocal.m4
libguile/configure
libguile/configure.in
libguile/guile.c [new file with mode: 0644]
libguile/init.c
libguile/libguile.h