From b0e071d2c80e4445c2a4710d0658ab26e1131bd4 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 22 Mar 2000 16:20:45 +0100 Subject: [PATCH] patch::: 1.3.38.jcn1 1.3.38.jcn1 =========== * stepmake/stepmake/generic-targets.make: added man target. * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin development tools and lilypond executable. * Documentation/ntweb/lilypond-manpages.patch: provide pre-built manpages. * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for guile-1.3.4. * flower/libc-extension.cc (memmem): cygwin compile fix. --- CHANGES | 16 + Documentation/ntweb/GNUmakefile | 2 +- .../ntweb/guile-1.3.4-gnu-windows.patch | 3651 +++++++++++++++++ Documentation/ntweb/guile.patch | 78 - Documentation/ntweb/lilypond-manpages.patch | 453 ++ VERSION | 2 +- buildscripts/make-cygwin-cross.sh | 290 ++ flower/libc-extension.cc | 4 +- stepmake/stepmake/generic-targets.make | 2 + stepmake/stepmake/help2man-rules.make | 3 +- 10 files changed, 4418 insertions(+), 83 deletions(-) create mode 100644 Documentation/ntweb/guile-1.3.4-gnu-windows.patch create mode 100644 Documentation/ntweb/lilypond-manpages.patch create mode 100644 buildscripts/make-cygwin-cross.sh diff --git a/CHANGES b/CHANGES index 945a94499d..42649598db 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ + +1.3.38.jcn1 +=========== + +* stepmake/stepmake/generic-targets.make: added man target. + +* buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin + development tools and lilypond executable. + +* Documentation/ntweb/lilypond-manpages.patch: provide pre-built manpages. + +* Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for + guile-1.3.4. + +* flower/libc-extension.cc (memmem): cygwin compile fix. + 1.3.38 ====== diff --git a/Documentation/ntweb/GNUmakefile b/Documentation/ntweb/GNUmakefile index c6d91915f5..fbcdfc7011 100644 --- a/Documentation/ntweb/GNUmakefile +++ b/Documentation/ntweb/GNUmakefile @@ -2,7 +2,7 @@ depth = ../.. STEPMAKE_TEMPLATES=documentation texinfo TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES)) -PLAIN_FILES=angels.ly guile.patch +PLAIN_FILES=angels.ly $(wildcard *.patch) EXTRA_DIST_FILES = $(PLAIN_FILES) diff --git a/Documentation/ntweb/guile-1.3.4-gnu-windows.patch b/Documentation/ntweb/guile-1.3.4-gnu-windows.patch new file mode 100644 index 0000000000..8a4fc561eb --- /dev/null +++ b/Documentation/ntweb/guile-1.3.4-gnu-windows.patch @@ -0,0 +1,3651 @@ +diff -urN ../guile-1.3.4/Makefile.in ./Makefile.in +--- ../guile-1.3.4/Makefile.in Sat Sep 25 19:37:14 1999 ++++ ./Makefile.in Sun Mar 12 17:47:30 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -104,22 +105,21 @@ + DATA = $(aclocal_DATA) + + DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ +-Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 aclocal.m4 \ +-config.guess config.sub configure configure.in install-sh \ +-libguile/scmconfig.h.in libguile/stamp-h.in ltconfig ltmain.sh mdate-sh \ +-missing mkinstalldirs ++Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \ ++config.sub configure configure.in install-sh ltconfig ltmain.sh \ ++mdate-sh missing mkinstalldirs + + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -131,34 +131,6 @@ + $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) + cd $(srcdir) && $(AUTOCONF) + +-libguile/scmconfig.h: libguile/stamp-h +- @if test ! -f $@; then \ +- rm -f libguile/stamp-h; \ +- $(MAKE) libguile/stamp-h; \ +- else :; fi +-libguile/stamp-h: $(srcdir)/libguile/scmconfig.h.in $(top_builddir)/config.status +- cd $(top_builddir) \ +- && CONFIG_FILES= CONFIG_HEADERS=libguile/scmconfig.h \ +- $(SHELL) ./config.status +- @echo timestamp > libguile/stamp-h 2> /dev/null +-$(srcdir)/libguile/scmconfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/libguile/stamp-h.in +- @if test ! -f $@; then \ +- rm -f $(srcdir)/libguile/stamp-h.in; \ +- $(MAKE) $(srcdir)/libguile/stamp-h.in; \ +- else :; fi +-$(srcdir)/libguile/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h +- cd $(top_srcdir) && $(AUTOHEADER) +- @echo timestamp > $(srcdir)/libguile/stamp-h.in 2> /dev/null +- +-mostlyclean-hdr: +- +-clean-hdr: +- +-distclean-hdr: +- -rm -f libguile/scmconfig.h +- +-maintainer-clean-hdr: +- + install-aclocalDATA: $(aclocal_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(aclocaldir) +@@ -305,10 +277,15 @@ + -rm -rf $(distdir) + mkdir $(distdir) + -chmod 777 $(distdir) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -347,7 +324,7 @@ + all-am: Makefile $(DATA) + all-redirect: all-recursive + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: installdirs-recursive + installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(aclocaldir) +@@ -362,30 +339,29 @@ + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + + maintainer-clean-generic: +-mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic ++mostlyclean-am: mostlyclean-tags mostlyclean-generic + + mostlyclean: mostlyclean-recursive + +-clean-am: clean-hdr clean-tags clean-generic mostlyclean-am ++clean-am: clean-tags clean-generic mostlyclean-am + + clean: clean-recursive + +-distclean-am: distclean-hdr distclean-tags distclean-generic clean-am ++distclean-am: distclean-tags distclean-generic clean-am + -rm -f libtool + + distclean: distclean-recursive + -rm -f config.status + +-maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ +- maintainer-clean-generic distclean-am ++maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ ++ distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + + maintainer-clean: maintainer-clean-recursive + -rm -f config.status + +-.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ +-uninstall-aclocalDATA install-aclocalDATA install-data-recursive \ ++.PHONY: uninstall-aclocalDATA install-aclocalDATA install-data-recursive \ + uninstall-data-recursive install-exec-recursive \ + uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ + all-recursive check-recursive installcheck-recursive info-recursive \ +diff -urN ../guile-1.3.4/configure ./configure +--- ../guile-1.3.4/configure Sat Sep 25 16:50:16 1999 ++++ ./configure Tue Mar 21 12:05:28 2000 +@@ -19,6 +19,12 @@ + ac_help="$ac_help + --enable-guile-debug Include internal debugging functions" + ac_help="$ac_help ++ --enable-sizeof-int Set size of int (for cross compilation)" ++ac_help="$ac_help ++ --enable-sizeof-long Set size of long (for cross compilation)" ++ac_help="$ac_help ++ --enable-restartable syscalls Are interrupted syscalls restarted (for cross compilation)" ++ac_help="$ac_help + --enable-shared[=PKGS] build shared libraries [default=yes]" + ac_help="$ac_help + --enable-static[=PKGS] build static libraries [default=yes]" +@@ -572,7 +578,7 @@ + # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" + # ./install, which can be erroneously created by make from ./install.sh. + echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 +-echo "configure:576: checking for a BSD compatible install" >&5 ++echo "configure:582: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then + if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -625,7 +631,7 @@ + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + + echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 +-echo "configure:629: checking whether build environment is sane" >&5 ++echo "configure:635: checking whether build environment is sane" >&5 + # Just in case + sleep 1 + echo timestamp > conftestfile +@@ -682,7 +688,7 @@ + test "$program_transform_name" = "" && program_transform_name="s,x,x," + + echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 +-echo "configure:686: checking whether ${MAKE-make} sets \${MAKE}" >&5 ++echo "configure:692: checking whether ${MAKE-make} sets \${MAKE}" >&5 + set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -721,7 +727,7 @@ + + missing_dir=`cd $ac_aux_dir && pwd` + echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 +-echo "configure:725: checking for working aclocal" >&5 ++echo "configure:731: checking for working aclocal" >&5 + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +@@ -734,7 +740,7 @@ + fi + + echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 +-echo "configure:738: checking for working autoconf" >&5 ++echo "configure:744: checking for working autoconf" >&5 + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +@@ -747,7 +753,7 @@ + fi + + echo $ac_n "checking for working automake""... $ac_c" 1>&6 +-echo "configure:751: checking for working automake" >&5 ++echo "configure:757: checking for working automake" >&5 + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +@@ -760,7 +766,7 @@ + fi + + echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 +-echo "configure:764: checking for working autoheader" >&5 ++echo "configure:770: checking for working autoheader" >&5 + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +@@ -773,7 +779,7 @@ + fi + + echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 +-echo "configure:777: checking for working makeinfo" >&5 ++echo "configure:783: checking for working makeinfo" >&5 + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +@@ -787,7 +793,7 @@ + + + echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 +-echo "configure:791: checking whether to enable maintainer-specific portions of Makefiles" >&5 ++echo "configure:797: checking whether to enable maintainer-specific portions of Makefiles" >&5 + # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. + if test "${enable_maintainer_mode+set}" = set; then + enableval="$enable_maintainer_mode" +@@ -849,6 +855,30 @@ + fi + + ++sizeof_int=0 ++# Check whether --enable-sizeof-int or --disable-sizeof-int was given. ++if test "${enable_sizeof_int+set}" = set; then ++ enableval="$enable_sizeof_int" ++ sizeof_int=$enableval ++fi ++ ++ ++sizeof_long=0 ++# Check whether --enable-sizeof-long or --disable-sizeof-long was given. ++if test "${enable_sizeof_long+set}" = set; then ++ enableval="$enable_sizeof_long" ++ sizeof_long=$enableval ++fi ++ ++ ++restartable_syscalls=test ++# Check whether --enable-restartable-syscalls or --disable-restartable-syscalls was given. ++if test "${enable_restartable_syscalls+set}" = set; then ++ enableval="$enable_restartable_syscalls" ++ restartable_syscalls=$enableval ++fi ++ ++ + cat >> confdefs.h <<\EOF + #define DEBUG_EXTENSIONS 1 + EOF +@@ -863,7 +893,7 @@ + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:867: checking for $ac_word" >&5 ++echo "configure:897: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -893,7 +923,7 @@ + # Extract the first word of "cc", so it can be a program name with args. + set dummy cc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:897: checking for $ac_word" >&5 ++echo "configure:927: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -944,7 +974,7 @@ + # Extract the first word of "cl", so it can be a program name with args. + set dummy cl; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:948: checking for $ac_word" >&5 ++echo "configure:978: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -976,7 +1006,7 @@ + fi + + echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 +-echo "configure:980: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ++echo "configure:1010: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 + + ac_ext=c + # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +@@ -987,12 +1017,12 @@ + + cat > conftest.$ac_ext << EOF + +-#line 991 "configure" ++#line 1021 "configure" + #include "confdefs.h" + + main(){return(0);} + EOF +-if { (eval echo configure:996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:1026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes + # If we can't run a trivial program, we are probably using a cross compiler. + if (./conftest; exit) 2>/dev/null; then +@@ -1018,12 +1048,12 @@ + { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } + fi + echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 +-echo "configure:1022: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 ++echo "configure:1052: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 + echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 + cross_compiling=$ac_cv_prog_cc_cross + + echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 +-echo "configure:1027: checking whether we are using GNU C" >&5 ++echo "configure:1057: checking whether we are using GNU C" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1032,7 +1062,7 @@ + yes; + #endif + EOF +-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ++if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1066: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then + ac_cv_prog_gcc=yes + else + ac_cv_prog_gcc=no +@@ -1051,7 +1081,7 @@ + ac_save_CFLAGS="$CFLAGS" + CFLAGS= + echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 +-echo "configure:1055: checking whether ${CC-cc} accepts -g" >&5 ++echo "configure:1085: checking whether ${CC-cc} accepts -g" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1083,7 +1113,7 @@ + fi + + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 +-echo "configure:1087: checking how to run the C preprocessor" >&5 ++echo "configure:1117: checking how to run the C preprocessor" >&5 + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then + CPP= +@@ -1098,13 +1128,13 @@ + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1108: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -1115,13 +1145,13 @@ + rm -rf conftest* + CPP="${CC-cc} -E -traditional-cpp" + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1155: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -1132,13 +1162,13 @@ + rm -rf conftest* + CPP="${CC-cc} -nologo -E" + cat > conftest.$ac_ext < + Syntax Error + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1172: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + : +@@ -1164,9 +1194,9 @@ + + + echo $ac_n "checking for AIX""... $ac_c" 1>&6 +-echo "configure:1168: checking for AIX" >&5 ++echo "configure:1198: checking for AIX" >&5 + cat > conftest.$ac_ext <&6 +-echo "configure:1192: checking for POSIXized ISC" >&5 ++echo "configure:1222: checking for POSIXized ISC" >&5 + if test -d /etc/conf/kconfig.d && + grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 + then +@@ -1210,17 +1240,17 @@ + + ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 +-echo "configure:1214: checking for minix/config.h" >&5 ++echo "configure:1244: checking for minix/config.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:1224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:1254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -1262,7 +1292,7 @@ + + + echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 +-echo "configure:1266: checking for ${CC-cc} option to accept ANSI C" >&5 ++echo "configure:1296: checking for ${CC-cc} option to accept ANSI C" >&5 + if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1278,7 +1308,7 @@ + do + CC="$ac_save_CC $ac_arg" + cat > conftest.$ac_ext < + #include +@@ -1315,7 +1345,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:1319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:1349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + am_cv_prog_cc_stdc="$ac_arg"; break + else +@@ -1414,7 +1444,7 @@ + fi + + echo $ac_n "checking host system type""... $ac_c" 1>&6 +-echo "configure:1418: checking host system type" >&5 ++echo "configure:1448: checking host system type" >&5 + + host_alias=$host + case "$host_alias" in +@@ -1435,7 +1465,7 @@ + echo "$ac_t""$host" 1>&6 + + echo $ac_n "checking build system type""... $ac_c" 1>&6 +-echo "configure:1439: checking build system type" >&5 ++echo "configure:1469: checking build system type" >&5 + + build_alias=$build + case "$build_alias" in +@@ -1455,7 +1485,7 @@ + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:1459: checking for $ac_word" >&5 ++echo "configure:1489: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1494,7 +1524,7 @@ + if test "$ac_cv_prog_gcc" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 +-echo "configure:1498: checking for ld used by GCC" >&5 ++echo "configure:1528: checking for ld used by GCC" >&5 + ac_prog=`($CC -print-prog-name=ld) 2>&5` + case "$ac_prog" in + # Accept absolute paths. +@@ -1518,10 +1548,10 @@ + esac + elif test "$with_gnu_ld" = yes; then + echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 +-echo "configure:1522: checking for GNU ld" >&5 ++echo "configure:1552: checking for GNU ld" >&5 + else + echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 +-echo "configure:1525: checking for non-GNU ld" >&5 ++echo "configure:1555: checking for non-GNU ld" >&5 + fi + if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -1557,7 +1587,7 @@ + test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } + + echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 +-echo "configure:1561: checking if the linker ($LD) is GNU ld" >&5 ++echo "configure:1591: checking if the linker ($LD) is GNU ld" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1573,7 +1603,7 @@ + + + echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 +-echo "configure:1577: checking for BSD-compatible nm" >&5 ++echo "configure:1607: checking for BSD-compatible nm" >&5 + if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1610,7 +1640,7 @@ + + + echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 +-echo "configure:1614: checking whether ln -s works" >&5 ++echo "configure:1644: checking whether ln -s works" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -1654,8 +1684,8 @@ + case "$host" in + *-*-irix6*) + # Find out which ABI we are using. +- echo '#line 1658 "configure"' > conftest.$ac_ext +- if { (eval echo configure:1659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++ echo '#line 1688 "configure"' > conftest.$ac_ext ++ if { (eval echo configure:1689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + case "`/usr/bin/file conftest.o`" in + *32-bit*) + LD="${LD-ld} -32" +@@ -1676,19 +1706,19 @@ + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 +-echo "configure:1680: checking whether the C compiler needs -belf" >&5 ++echo "configure:1710: checking whether the C compiler needs -belf" >&5 + if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:1722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + lt_cv_cc_needs_belf=yes + else +@@ -1791,12 +1821,12 @@ + + + echo $ac_n "checking for working const""... $ac_c" 1>&6 +-echo "configure:1795: checking for working const" >&5 ++echo "configure:1825: checking for working const" >&5 + if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:1879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_c_const=yes + else +@@ -1866,21 +1896,21 @@ + fi + + echo $ac_n "checking for inline""... $ac_c" 1>&6 +-echo "configure:1870: checking for inline" >&5 ++echo "configure:1900: checking for inline" >&5 + if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_cv_c_inline=no + for ac_kw in inline __inline__ __inline; do + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:1914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_c_inline=$ac_kw; break + else +@@ -1906,15 +1936,15 @@ + esac + + echo $ac_n "checking size of int""... $ac_c" 1>&6 +-echo "configure:1910: checking size of int" >&5 ++echo "configure:1940: checking size of int" >&5 + if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + if test "$cross_compiling" = yes; then +- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } ++ ac_cv_sizeof_int=$sizeof_int + else + cat > conftest.$ac_ext < + main() +@@ -1925,7 +1955,7 @@ + exit(0); + } + EOF +-if { (eval echo configure:1929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:1959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + ac_cv_sizeof_int=`cat conftestval` + else +@@ -1945,15 +1975,15 @@ + + + echo $ac_n "checking size of long""... $ac_c" 1>&6 +-echo "configure:1949: checking size of long" >&5 ++echo "configure:1979: checking size of long" >&5 + if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + if test "$cross_compiling" = yes; then +- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } ++ ac_cv_sizeof_long=$sizeof_long + else + cat > conftest.$ac_ext < + main() +@@ -1964,7 +1994,7 @@ + exit(0); + } + EOF +-if { (eval echo configure:1968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + ac_cv_sizeof_long=`cat conftestval` + else +@@ -1984,19 +2014,19 @@ + + + echo $ac_n "checking for long longs""... $ac_c" 1>&6 +-echo "configure:1988: checking for long longs" >&5 ++echo "configure:2018: checking for long longs" >&5 + if eval "test \"`echo '$''{'scm_cv_long_longs'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + scm_cv_long_longs=yes + else +@@ -2017,12 +2047,12 @@ + fi + + echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 +-echo "configure:2021: checking for ANSI C header files" >&5 ++echo "configure:2051: checking for ANSI C header files" >&5 + if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -2030,7 +2060,7 @@ + #include + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2064: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -2047,7 +2077,7 @@ + if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat > conftest.$ac_ext < + EOF +@@ -2065,7 +2095,7 @@ + if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat > conftest.$ac_ext < + EOF +@@ -2086,7 +2116,7 @@ + : + else + cat > conftest.$ac_ext < + #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +@@ -2097,7 +2127,7 @@ + exit (0); } + + EOF +-if { (eval echo configure:2101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + : + else +@@ -2125,12 +2155,12 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 +-echo "configure:2129: checking for $ac_hdr that defines DIR" >&5 ++echo "configure:2159: checking for $ac_hdr that defines DIR" >&5 + if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include <$ac_hdr> +@@ -2138,7 +2168,7 @@ + DIR *dirp = 0; + ; return 0; } + EOF +-if { (eval echo configure:2142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2172: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + eval "ac_cv_header_dirent_$ac_safe=yes" + else +@@ -2163,7 +2193,7 @@ + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then + echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 +-echo "configure:2167: checking for opendir in -ldir" >&5 ++echo "configure:2197: checking for opendir in -ldir" >&5 + ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2171,7 +2201,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldir $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2204,7 +2234,7 @@ + + else + echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 +-echo "configure:2208: checking for opendir in -lx" >&5 ++echo "configure:2238: checking for opendir in -lx" >&5 + ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2212,7 +2242,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lx $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2246,12 +2276,12 @@ + fi + + echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 +-echo "configure:2250: checking whether time.h and sys/time.h may both be included" >&5 ++echo "configure:2280: checking whether time.h and sys/time.h may both be included" >&5 + if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -2260,7 +2290,7 @@ + struct tm *tp; + ; return 0; } + EOF +-if { (eval echo configure:2264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_header_time=yes + else +@@ -2281,12 +2311,12 @@ + fi + + echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 +-echo "configure:2285: checking for sys/wait.h that is POSIX.1 compatible" >&5 ++echo "configure:2315: checking for sys/wait.h that is POSIX.1 compatible" >&5 + if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -2302,7 +2332,7 @@ + s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; + ; return 0; } + EOF +-if { (eval echo configure:2306: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_header_sys_wait_h=yes + else +@@ -2326,17 +2356,17 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +-echo "configure:2330: checking for $ac_hdr" >&5 ++echo "configure:2360: checking for $ac_hdr" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -2367,17 +2397,17 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +-echo "configure:2371: checking for $ac_hdr" >&5 ++echo "configure:2401: checking for $ac_hdr" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:2381: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:2411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -2404,7 +2434,7 @@ + done + + echo $ac_n "checking "whether libc.h and unistd.h can be included together"""... $ac_c" 1>&6 +-echo "configure:2408: checking "whether libc.h and unistd.h can be included together"" >&5 ++echo "configure:2438: checking "whether libc.h and unistd.h can be included together"" >&5 + if eval "test \"`echo '$''{'guile_cv_header_libc_with_unistd'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -2415,7 +2445,7 @@ + guile_cv_header_libc_with_unistd="yes" + else + cat > conftest.$ac_ext < +@@ -2425,7 +2455,7 @@ + + ; return 0; } + EOF +-if { (eval echo configure:2429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + guile_cv_header_libc_with_unistd=yes + else +@@ -2452,12 +2482,12 @@ + + + echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 +-echo "configure:2456: checking for uid_t in sys/types.h" >&5 ++echo "configure:2486: checking for uid_t in sys/types.h" >&5 + if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF +@@ -2486,7 +2516,7 @@ + fi + + echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6 +-echo "configure:2490: checking type of array argument to getgroups" >&5 ++echo "configure:2520: checking type of array argument to getgroups" >&5 + if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -2494,7 +2524,7 @@ + ac_cv_type_getgroups=cross + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:2553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + ac_cv_type_getgroups=gid_t + else +@@ -2533,7 +2563,7 @@ + + if test $ac_cv_type_getgroups = cross; then + cat > conftest.$ac_ext < + EOF +@@ -2557,12 +2587,12 @@ + + + echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 +-echo "configure:2561: checking return type of signal handlers" >&5 ++echo "configure:2591: checking return type of signal handlers" >&5 + if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -2579,7 +2609,7 @@ + int i; + ; return 0; } + EOF +-if { (eval echo configure:2583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:2613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_type_signal=void + else +@@ -2598,12 +2628,12 @@ + + + echo $ac_n "checking for mode_t""... $ac_c" 1>&6 +-echo "configure:2602: checking for mode_t" >&5 ++echo "configure:2632: checking for mode_t" >&5 + if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #if STDC_HEADERS +@@ -2632,7 +2662,7 @@ + + + echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 +-echo "configure:2636: checking for main in -lm" >&5 ++echo "configure:2666: checking for main in -lm" >&5 + ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2640,14 +2670,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lm $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2677,12 +2707,12 @@ + for ac_func in gethostbyname + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:2681: checking for $ac_func" >&5 ++echo "configure:2711: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -2731,7 +2761,7 @@ + + if test $ac_cv_func_gethostbyname = no; then + echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 +-echo "configure:2735: checking for gethostbyname in -lnsl" >&5 ++echo "configure:2765: checking for gethostbyname in -lnsl" >&5 + ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2739,7 +2769,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lnsl $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2781,12 +2811,12 @@ + for ac_func in connect + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:2785: checking for $ac_func" >&5 ++echo "configure:2815: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -2835,7 +2865,7 @@ + + if test $ac_cv_func_connect = no; then + echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 +-echo "configure:2839: checking for connect in -lsocket" >&5 ++echo "configure:2869: checking for connect in -lsocket" >&5 + ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2843,7 +2873,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lsocket $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2888,7 +2918,7 @@ + if test "$enable_dynamic_linking" = "yes"; then + + echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 +-echo "configure:2892: checking for dlopen in -ldl" >&5 ++echo "configure:2922: checking for dlopen in -ldl" >&5 + ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2896,7 +2926,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldl $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2938,12 +2968,12 @@ + for ac_func in dlopen + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:2942: checking for $ac_func" >&5 ++echo "configure:2972: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -2996,7 +3026,7 @@ + + else + echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6 +-echo "configure:3000: checking for dld_link in -ldld" >&5 ++echo "configure:3030: checking for dld_link in -ldld" >&5 + ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3004,7 +3034,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldld $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3051,12 +3081,12 @@ + for ac_func in shl_load + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:3055: checking for $ac_func" >&5 ++echo "configure:3085: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -3112,12 +3142,12 @@ + for ac_func in dlopen + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:3116: checking for $ac_func" >&5 ++echo "configure:3146: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -3178,7 +3208,7 @@ + + + echo $ac_n "checking for underscore before symbols""... $ac_c" 1>&6 +-echo "configure:3182: checking for underscore before symbols" >&5 ++echo "configure:3212: checking for underscore before symbols" >&5 + if eval "test \"`echo '$''{'guile_cv_uscore'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3204,7 +3234,7 @@ + + if test $ac_cv_func_dlopen = yes -o $ac_cv_lib_dl_dlopen = yes ; then + echo $ac_n "checking whether dlsym always adds an underscore for us""... $ac_c" 1>&6 +-echo "configure:3208: checking whether dlsym always adds an underscore for us" >&5 ++echo "configure:3238: checking whether dlsym always adds an underscore for us" >&5 + if eval "test \"`echo '$''{'guile_cv_dlsym_adds_uscore'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3212,7 +3242,7 @@ + guile_cv_dlsym_adds_uscore=no + else + cat > conftest.$ac_ext < +@@ -3223,7 +3253,7 @@ + if(ptr1 && !ptr2) exit(0); } exit(1); } + + EOF +-if { (eval echo configure:3227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:3257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + guile_cv_dlsym_adds_uscore=yes + cat >> confdefs.h <<\EOF +@@ -3250,12 +3280,12 @@ + for ac_func in ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction siginterrupt strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep atexit on_exit + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:3254: checking for $ac_func" >&5 ++echo "configure:3284: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -3314,12 +3344,12 @@ + + + echo $ac_n "checking for strptime declaration""... $ac_c" 1>&6 +-echo "configure:3318: checking for strptime declaration" >&5 ++echo "configure:3348: checking for strptime declaration" >&5 + if eval "test \"`echo '$''{'guile_cv_func_strptime_declared'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF +@@ -3345,12 +3375,12 @@ + + + echo $ac_n "checking for bzero declaration""... $ac_c" 1>&6 +-echo "configure:3349: checking for bzero declaration" >&5 ++echo "configure:3379: checking for bzero declaration" >&5 + if eval "test \"`echo '$''{'guile_cv_func_bzero_declared'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF +@@ -3376,12 +3406,12 @@ + + + echo $ac_n "checking for sleep declaration""... $ac_c" 1>&6 +-echo "configure:3380: checking for sleep declaration" >&5 ++echo "configure:3410: checking for sleep declaration" >&5 + if eval "test \"`echo '$''{'guile_cv_func_sleep_declared'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF +@@ -3407,12 +3437,12 @@ + + + echo $ac_n "checking for usleep declaration""... $ac_c" 1>&6 +-echo "configure:3411: checking for usleep declaration" >&5 ++echo "configure:3441: checking for usleep declaration" >&5 + if eval "test \"`echo '$''{'guile_cv_func_usleep_declared'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF +@@ -3440,12 +3470,12 @@ + ### On some systems usleep has no return value. If it does have one, + ### we'd like to return it; otherwise, we'll fake it. + echo $ac_n "checking return type of usleep""... $ac_c" 1>&6 +-echo "configure:3444: checking return type of usleep" >&5 ++echo "configure:3474: checking return type of usleep" >&5 + if eval "test \"`echo '$''{'guile_cv_func_usleep_return_type'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF +@@ -3474,17 +3504,17 @@ + + ac_safe=`echo "sys/un.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for sys/un.h""... $ac_c" 1>&6 +-echo "configure:3478: checking for sys/un.h" >&5 ++echo "configure:3508: checking for sys/un.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:3488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:3518: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -3515,12 +3545,12 @@ + for ac_func in socketpair getgroups setpwent pause tzset + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:3519: checking for $ac_func" >&5 ++echo "configure:3549: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -3574,12 +3604,12 @@ + for ac_func in sethostent gethostent endhostent setnetent getnetent endnetent setprotoent getprotoent endprotoent setservent getservent endservent getnetbyaddr getnetbyname inet_lnaof inet_makeaddr inet_netof + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:3578: checking for $ac_func" >&5 ++echo "configure:3608: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -3629,8 +3659,18 @@ + + + +-echo $ac_n "checking for restartable system calls""... $ac_c" 1>&6 +-echo "configure:3634: checking for restartable system calls" >&5 ++if test "$restartable_syscalls" = yes || ++ test "$restartable_syscalls" = y; then ++ cat >> confdefs.h <<\EOF ++#define HAVE_RESTARTABLE_SYSCALLS 1 ++EOF ++ ++elif test "$restartable_syscalls" = no || ++ test "$restartable_syscalls" = n; then ++ true ++else ++ echo $ac_n "checking for restartable system calls""... $ac_c" 1>&6 ++echo "configure:3674: checking for restartable system calls" >&5 + if eval "test \"`echo '$''{'ac_cv_sys_restartable_syscalls'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3638,7 +3678,7 @@ + { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:3700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + ac_cv_sys_restartable_syscalls=yes + else +@@ -3678,17 +3718,18 @@ + + fi + ++fi + + if test "$ac_cv_header_regex_h" = yes || + test "$ac_cv_header_rxposix_h" = yes || + test "$ac_cv_header_rx_rxposix_h" = yes; then + echo $ac_n "checking for regcomp""... $ac_c" 1>&6 +-echo "configure:3687: checking for regcomp" >&5 ++echo "configure:3728: checking for regcomp" >&5 + if eval "test \"`echo '$''{'ac_cv_func_regcomp_norx'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_regcomp_norx=yes" + else +@@ -3729,7 +3770,7 @@ + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for main in -lrx""... $ac_c" 1>&6 +-echo "configure:3733: checking for main in -lrx" >&5 ++echo "configure:3774: checking for main in -lrx" >&5 + ac_lib_var=`echo rx'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3737,14 +3778,14 @@ + ac_save_LIBS="$LIBS" + LIBS="-lrx $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3772,12 +3813,12 @@ + fi + + echo $ac_n "checking for regcomp""... $ac_c" 1>&6 +-echo "configure:3776: checking for regcomp" >&5 ++echo "configure:3817: checking for regcomp" >&5 + if eval "test \"`echo '$''{'ac_cv_func_regcomp_rx'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_regcomp_rx=yes" + else +@@ -3834,12 +3875,12 @@ + for ac_func in inet_aton putenv strerror memmove + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:3838: checking for $ac_func" >&5 ++echo "configure:3879: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -3895,19 +3936,19 @@ + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works + # for constant arguments. Useless! + echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 +-echo "configure:3899: checking for working alloca.h" >&5 ++echo "configure:3940: checking for working alloca.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + int main() { + char *p = alloca(2 * sizeof(int)); + ; return 0; } + EOF +-if { (eval echo configure:3911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + ac_cv_header_alloca_h=yes + else +@@ -3928,12 +3969,12 @@ + fi + + echo $ac_n "checking for alloca""... $ac_c" 1>&6 +-echo "configure:3932: checking for alloca" >&5 ++echo "configure:3973: checking for alloca" >&5 + if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + ac_cv_func_alloca_works=yes + else +@@ -3993,12 +4034,12 @@ + + + echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 +-echo "configure:3997: checking whether alloca needs Cray hooks" >&5 ++echo "configure:4038: checking whether alloca needs Cray hooks" >&5 + if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&6 +-echo "configure:4027: checking for $ac_func" >&5 ++echo "configure:4068: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -4078,7 +4119,7 @@ + fi + + echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 +-echo "configure:4082: checking stack direction for C alloca" >&5 ++echo "configure:4123: checking stack direction for C alloca" >&5 + if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -4086,7 +4127,7 @@ + ac_cv_c_stack_direction=0 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:4150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + ac_cv_c_stack_direction=1 + else +@@ -4129,12 +4170,12 @@ + if test "$ALLOCA" = "alloca.o"; then LIBOBJS="alloca.o $LIBOBJS"; fi + + echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6 +-echo "configure:4133: checking for st_rdev in struct stat" >&5 ++echo "configure:4174: checking for st_rdev in struct stat" >&5 + if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -4142,7 +4183,7 @@ + struct stat s; s.st_rdev; + ; return 0; } + EOF +-if { (eval echo configure:4146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_struct_st_rdev=yes + else +@@ -4163,12 +4204,12 @@ + fi + + echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6 +-echo "configure:4167: checking for st_blksize in struct stat" >&5 ++echo "configure:4208: checking for st_blksize in struct stat" >&5 + if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -4176,7 +4217,7 @@ + struct stat s; s.st_blksize; + ; return 0; } + EOF +-if { (eval echo configure:4180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_struct_st_blksize=yes + else +@@ -4200,12 +4241,12 @@ + # We could use AC_STRUCT_ST_BLOCKS here, but that adds fileblocks.o to + # LIBOBJS, which we don't need. This seems more direct. + echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6 +-echo "configure:4204: checking for st_blocks in struct stat" >&5 ++echo "configure:4245: checking for st_blocks in struct stat" >&5 + if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -4213,7 +4254,7 @@ + struct stat s; s.st_blocks; + ; return 0; } + EOF +-if { (eval echo configure:4217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_struct_st_blocks=yes + else +@@ -4234,12 +4275,12 @@ + fi + + echo $ac_n "checking for S_ISLNK in sys/stat.h""... $ac_c" 1>&6 +-echo "configure:4238: checking for S_ISLNK in sys/stat.h" >&5 ++echo "configure:4279: checking for S_ISLNK in sys/stat.h" >&5 + if eval "test \"`echo '$''{'ac_cv_macro_S_ISLNK'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #ifndef S_ISLNK +@@ -4247,7 +4288,7 @@ + #endif + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4271,12 +4312,12 @@ + fi + + echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 +-echo "configure:4275: checking whether struct tm is in sys/time.h or time.h" >&5 ++echo "configure:4316: checking whether struct tm is in sys/time.h or time.h" >&5 + if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -4284,7 +4325,7 @@ + struct tm *tp; tp->tm_sec; + ; return 0; } + EOF +-if { (eval echo configure:4288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4329: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_struct_tm=time.h + else +@@ -4305,12 +4346,12 @@ + fi + + echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 +-echo "configure:4309: checking for tm_zone in struct tm" >&5 ++echo "configure:4350: checking for tm_zone in struct tm" >&5 + if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include <$ac_cv_struct_tm> +@@ -4318,7 +4359,7 @@ + struct tm tm; tm.tm_zone; + ; return 0; } + EOF +-if { (eval echo configure:4322: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_struct_tm_zone=yes + else +@@ -4338,12 +4379,12 @@ + + else + echo $ac_n "checking for tzname""... $ac_c" 1>&6 +-echo "configure:4342: checking for tzname" >&5 ++echo "configure:4383: checking for tzname" >&5 + if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #ifndef tzname /* For SGI. */ +@@ -4353,7 +4394,7 @@ + atoi(*tzname); + ; return 0; } + EOF +-if { (eval echo configure:4357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + ac_cv_var_tzname=yes + else +@@ -4376,12 +4417,12 @@ + + + echo $ac_n "checking whether we need POSIX to get struct utimbuf""... $ac_c" 1>&6 +-echo "configure:4380: checking whether we need POSIX to get struct utimbuf" >&5 ++echo "configure:4421: checking whether we need POSIX to get struct utimbuf" >&5 + if eval "test \"`echo '$''{'guile_cv_struct_utimbuf_needs_posix'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4438: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4426,13 +4467,13 @@ + echo "configure: warning: Guessing that stack grows down -- see scmconfig.h.in" 1>&2 + else + cat > conftest.$ac_ext <= ((unsigned long)&x)); } + main () { int q; aux((unsigned long)&q); } + EOF +-if { (eval echo configure:4436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:4477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + cat >> confdefs.h <<\EOF + #define SCM_STACK_GROWS_UP 1 +@@ -4447,7 +4488,7 @@ + + + echo $ac_n "checking whether floats fit in longs""... $ac_c" 1>&6 +-echo "configure:4451: checking whether floats fit in longs" >&5 ++echo "configure:4492: checking whether floats fit in longs" >&5 + if eval "test \"`echo '$''{'guile_cv_type_float_fits_long'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -4455,11 +4496,11 @@ + guile_cv_type_float_fits_long=guess-yes + else + cat > conftest.$ac_ext < sizeof(long)); } + EOF +-if { (eval echo configure:4463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:4504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + guile_cv_type_float_fits_long=yes + else +@@ -4493,12 +4534,12 @@ + + + echo $ac_n "checking for struct linger""... $ac_c" 1>&6 +-echo "configure:4497: checking for struct linger" >&5 ++echo "configure:4538: checking for struct linger" >&5 + if eval "test \"`echo '$''{'scm_cv_struct_linger'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < +@@ -4507,7 +4548,7 @@ + struct linger lgr; lgr.l_linger = 100 + ; return 0; } + EOF +-if { (eval echo configure:4511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + scm_cv_struct_linger="yes" + else +@@ -4567,7 +4608,7 @@ + ### Turn $with_threads into either the name of a threads package, like + ### `qt', or `no', meaning that threads should not be supported. + echo $ac_n "checking whether to support threads""... $ac_c" 1>&6 +-echo "configure:4571: checking whether to support threads" >&5 ++echo "configure:4612: checking whether to support threads" >&5 + case "$with_threads" in + "yes" | "qt" | "coop" | "") + with_threads=qt +@@ -4591,7 +4632,7 @@ + + + echo $ac_n "checking QuickThreads configuration""... $ac_c" 1>&6 +-echo "configure:4595: checking QuickThreads configuration" >&5 ++echo "configure:4636: checking QuickThreads configuration" >&5 + # How can we refer to the qt source directory from within the qt build + # directory? For headers, we can rely on the fact that the qt src + # directory appears in the #include path. +@@ -4731,12 +4772,12 @@ + CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wmissing-prototypes" ;; + esac + +-for ac_prog in mawk gawk nawk awk ++for ac_prog in gawk mawk nawk awk + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +-echo "configure:4740: checking for $ac_word" >&5 ++echo "configure:4781: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +diff -urN ../guile-1.3.4/configure.in ./configure.in +--- ../guile-1.3.4/configure.in Wed Sep 22 21:58:39 1999 ++++ ./configure.in Tue Mar 21 12:05:24 2000 +@@ -50,6 +50,21 @@ + AC_DEFINE(GUILE_DEBUG) + fi) + ++sizeof_int=0 ++AC_ARG_ENABLE(sizeof-int, ++ [ --enable-sizeof-int Set size of int (for cross compilation)], ++ [sizeof_int=$enableval]) ++ ++sizeof_long=0 ++AC_ARG_ENABLE(sizeof-long, ++ [ --enable-sizeof-long Set size of long (for cross compilation)], ++ [sizeof_long=$enableval]) ++ ++restartable_syscalls=test ++AC_ARG_ENABLE(restartable-syscalls, ++ [ --enable-restartable syscalls Are interrupted syscalls restarted (for cross compilation)], ++ [restartable_syscalls=$enableval]) ++ + dnl The --disable-debug used to control these two. But now they are + dnl a required part of the distribution. + AC_DEFINE(DEBUG_EXTENSIONS) +@@ -69,8 +84,8 @@ + + AC_C_CONST + AC_C_INLINE +-AC_CHECK_SIZEOF(int) +-AC_CHECK_SIZEOF(long) ++AC_CHECK_SIZEOF(int, $sizeof_int) ++AC_CHECK_SIZEOF(long, $sizeof_long) + AC_CACHE_CHECK([for long longs], scm_cv_long_longs, + AC_TRY_COMPILE(, + [long long a], +@@ -218,7 +233,15 @@ + dnl behaviour for some reason: e.g., different versions of linux seem + dnl to behave differently.) + +-AC_SYS_RESTARTABLE_SYSCALLS ++if test "$restartable_syscalls" = yes || ++ test "$restartable_syscalls" = y; then ++ AC_DEFINE(HAVE_RESTARTABLE_SYSCALLS) ++elif test "$restartable_syscalls" = no || ++ test "$restartable_syscalls" = n; then ++ true ++else ++ AC_SYS_RESTARTABLE_SYSCALLS ++fi + + if test "$ac_cv_header_regex_h" = yes || + test "$ac_cv_header_rxposix_h" = yes || +@@ -279,7 +302,7 @@ + AC_TRY_RUN(aux (l) unsigned long l; + { int x; exit (l >= ((unsigned long)&x)); } + main () { int q; aux((unsigned long)&q); }, +- AC_DEFINE(SCM_STACK_GROWS_UP),,AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h.in)) ++ AC_DEFINE(SCM_STACK_GROWS_UP),,AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h.in), AC_DEFINE(SCM_STACK_GROWS_DOWN)) + + AC_CACHE_CHECK([whether floats fit in longs], guile_cv_type_float_fits_long, + [AC_TRY_RUN([main () { exit (sizeof(float) > sizeof(long)); }], +diff -urN ../guile-1.3.4/doc/Makefile.in ./doc/Makefile.in +--- ../guile-1.3.4/doc/Makefile.in Sat Sep 25 19:37:35 1999 ++++ ./doc/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -108,15 +109,15 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: + .SUFFIXES: .dvi .info .ps .texi .texinfo .txi + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -270,10 +271,15 @@ + subdir = doc + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -304,7 +310,7 @@ + all-am: Makefile $(INFO_DEPS) + all-redirect: all-am + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: + $(mkinstalldirs) $(DESTDIR)$(infodir) + +diff -urN ../guile-1.3.4/guile-compile ./guile-compile +--- ../guile-1.3.4/guile-compile Thu Jan 1 01:00:00 1970 ++++ ./guile-compile Tue Mar 21 12:07:34 2000 +@@ -0,0 +1,13 @@ ++##automake --cygnus ++ ++ROOT=/usr/src/gnu-windows ++PREFIX=$ROOT/usr ++ ++ARCH=i686-pc-cygwin ++ ++export PATH=$PREFIX/$ARCH/bin:$PREFIX/bin:$PATH ++ ++VERSION=1.3.31 ++ ++./configure --prefix=$PREFIX --target=$ARCH --build=$ARCH --host=ppc-redhat-linux --oldincludedir=$PREFIX/include --enable-sizeof-int=4 --enable-sizeof-long=4 --enable-restartable-syscalls=yes && make oldincludedir=$PREFIX/include ++make oldincludedir=$PREFIX/include install +diff -urN ../guile-1.3.4/guile-config/Makefile.am ./guile-config/Makefile.am +--- ../guile-1.3.4/guile-config/Makefile.am Mon Oct 19 17:24:31 1998 ++++ ./guile-config/Makefile.am Sun Mar 12 17:25:25 2000 +@@ -27,11 +27,20 @@ + ## We use @-...-@ as the substitution brackets here, instead of the + ## usual @...@, so autoconf doesn't go and substitute the values + ## directly into the left-hand sides of the sed substitutions. *sigh* +-guile-config: guile-config.in ++native-guile-config: guile-config.in + rm -f guile-config.tmp + sed < ${srcdir}/guile-config.in > guile-config.tmp \ + -e s:@-bindir-@:${bindir}: \ + -e s:@-GUILE_VERSION-@:${GUILE_VERSION}: ++ chmod +x guile-config.tmp ++ mv guile-config.tmp guile-config ++ ++guile-config: x-guile-config.in ++ rm -f guile-config.tmp ++ sed < ${srcdir}/x-guile-config.in > guile-config.tmp \ ++ -e s:@-SHELL-@:${SHELL}: \ ++ -e s:@-GUILE_VERSION-@:${GUILE_VERSION}:\ ++ -e s:@-PREFIX-@:${prefix}: + chmod +x guile-config.tmp + mv guile-config.tmp guile-config + +diff -urN ../guile-1.3.4/guile-config/Makefile.in ./guile-config/Makefile.in +--- ../guile-1.3.4/guile-config/Makefile.in Sat Sep 25 19:37:32 1999 ++++ ./guile-config/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -103,14 +104,14 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps guile-config/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --gnu guile-config/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -142,10 +143,15 @@ + subdir = guile-config + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu guile-config/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -174,7 +180,7 @@ + all-am: Makefile $(SCRIPTS) + all-redirect: all-am + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: + $(mkinstalldirs) $(DESTDIR)$(bindir) + +@@ -217,11 +223,20 @@ + maintainer-clean + + +-guile-config: guile-config.in ++native-guile-config: guile-config.in + rm -f guile-config.tmp + sed < ${srcdir}/guile-config.in > guile-config.tmp \ + -e s:@-bindir-@:${bindir}: \ + -e s:@-GUILE_VERSION-@:${GUILE_VERSION}: ++ chmod +x guile-config.tmp ++ mv guile-config.tmp guile-config ++ ++guile-config: x-guile-config.in ++ rm -f guile-config.tmp ++ sed < ${srcdir}/x-guile-config.in > guile-config.tmp \ ++ -e s:@-SHELL-@:${SHELL}:g \ ++ -e s:@-GUILE_VERSION-@:${GUILE_VERSION}:g \ ++ -e s:@-PREFIX-@:${prefix}:g + chmod +x guile-config.tmp + mv guile-config.tmp guile-config + +diff -urN ../guile-1.3.4/guile-config/x-guile-config.in ./guile-config/x-guile-config.in +--- ../guile-1.3.4/guile-config/x-guile-config.in Thu Jan 1 01:00:00 1970 ++++ ./guile-config/x-guile-config.in Sun Mar 12 17:28:15 2000 +@@ -0,0 +1,15 @@ ++#!@-SHELL-@ ++case $1 in ++ --version) ++ echo "@-GUILE_VERSION-@" ++ exit 0 ++ ;; ++ compile) ++ echo ++ exit 0 ++ ;; ++ link) ++ echo "-L @-PREFIX-@/lib -lguile" ++ exit 0 ++ ;; ++esac +diff -urN ../guile-1.3.4/ice-9/Makefile.in ./ice-9/Makefile.in +--- ../guile-1.3.4/ice-9/Makefile.in Sat Sep 25 19:37:16 1999 ++++ ./ice-9/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -111,14 +112,14 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ice-9/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --foreign ice-9/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -176,10 +177,15 @@ + subdir = ice-9 + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ice-9/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -208,7 +214,7 @@ + all-am: Makefile $(DATA) + all-redirect: all-am + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: + $(mkinstalldirs) $(DESTDIR)$(subpkgdatadir) + +diff -urN ../guile-1.3.4/libguile/Makefile.am ./libguile/Makefile.am +--- ../guile-1.3.4/libguile/Makefile.am Sat Sep 25 16:49:25 1999 ++++ ./libguile/Makefile.am Sun Mar 12 17:40:28 2000 +@@ -29,7 +29,7 @@ + ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' + + lib_LTLIBRARIES = libguile.la +-bin_PROGRAMS = guile ++#bin_PROGRAMS = guile.exe + + guile_SOURCES = guile.c + guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL} +diff -urN ../guile-1.3.4/libguile/Makefile.in ./libguile/Makefile.in +--- ../guile-1.3.4/libguile/Makefile.in Sat Sep 25 19:37:27 1999 ++++ ./libguile/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -97,7 +98,7 @@ + ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' + + lib_LTLIBRARIES = libguile.la +-bin_PROGRAMS = guile ++#bin_PROGRAMS = guile.exe + + guile_SOURCES = guile.c + guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL} +@@ -173,11 +174,6 @@ + smob.lo socket.lo sort.lo srcprop.lo stackchk.lo stacks.lo stime.lo \ + strings.lo strop.lo strorder.lo strports.lo struct.lo symbols.lo tag.lo \ + throw.lo unif.lo variable.lo vectors.lo version.lo vports.lo weaks.lo +-PROGRAMS = $(bin_PROGRAMS) +- +-guile_OBJECTS = guile.o +-guile_DEPENDENCIES = libguile.la +-guile_LDFLAGS = + gh_test_c_OBJECTS = gh_test_c.o + gh_test_c_DEPENDENCIES = libguile.la + gh_test_c_LDFLAGS = +@@ -202,18 +198,41 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best +-SOURCES = $(libguile_la_SOURCES) $(EXTRA_libguile_la_SOURCES) $(guile_SOURCES) $(gh_test_c_SOURCES) $(gh_test_repl_SOURCES) +-OBJECTS = $(libguile_la_OBJECTS) $(guile_OBJECTS) $(gh_test_c_OBJECTS) $(gh_test_repl_OBJECTS) ++DEP_FILES = .deps/alist.P .deps/alloca.P .deps/arbiters.P .deps/async.P \ ++.deps/backtrace.P .deps/boolean.P .deps/chars.P .deps/continuations.P \ ++.deps/cpp_err_symbols.P .deps/cpp_sig_symbols.P .deps/debug.P \ ++.deps/dynl.P .deps/dynwind.P .deps/eq.P .deps/error.P .deps/eval.P \ ++.deps/evalext.P .deps/feature.P .deps/filesys.P .deps/fluids.P \ ++.deps/fports.P .deps/gc.P .deps/gdbint.P .deps/gh_data.P \ ++.deps/gh_eval.P .deps/gh_funcs.P .deps/gh_init.P .deps/gh_io.P \ ++.deps/gh_list.P .deps/gh_predicates.P .deps/gh_test_c.P \ ++.deps/gh_test_repl.P .deps/gsubr.P .deps/guardians.P .deps/hash.P \ ++.deps/hashtab.P .deps/inet_aton.P .deps/init.P .deps/ioext.P \ ++.deps/iselect.P .deps/keywords.P .deps/lang.P .deps/list.P .deps/load.P \ ++.deps/macros.P .deps/mallocs.P .deps/memmove.P .deps/modules.P \ ++.deps/net_db.P .deps/numbers.P .deps/objects.P .deps/objprop.P \ ++.deps/options.P .deps/pairs.P .deps/ports.P .deps/posix.P .deps/print.P \ ++.deps/procprop.P .deps/procs.P .deps/putenv.P .deps/ramap.P \ ++.deps/random.P .deps/read.P .deps/regex-posix.P .deps/root.P \ ++.deps/scmsigs.P .deps/script.P .deps/simpos.P .deps/smob.P \ ++.deps/socket.P .deps/sort.P .deps/srcprop.P .deps/stackchk.P \ ++.deps/stacks.P .deps/stime.P .deps/strerror.P .deps/strings.P \ ++.deps/strop.P .deps/strorder.P .deps/strports.P .deps/struct.P \ ++.deps/symbols.P .deps/tag.P .deps/threads.P .deps/throw.P .deps/unif.P \ ++.deps/variable.P .deps/vectors.P .deps/version.P .deps/vports.P \ ++.deps/weaks.P ++SOURCES = $(libguile_la_SOURCES) $(EXTRA_libguile_la_SOURCES) $(gh_test_c_SOURCES) $(gh_test_repl_SOURCES) ++OBJECTS = $(libguile_la_OBJECTS) $(gh_test_c_OBJECTS) $(gh_test_repl_OBJECTS) + + all: all-redirect + .SUFFIXES: + .SUFFIXES: .S .c .lo .o .s .x + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps libguile/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --foreign libguile/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -275,9 +294,6 @@ + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ + done + +-.c.o: +- $(COMPILE) -c $< +- + .s.o: + $(COMPILE) -c $< + +@@ -294,9 +310,6 @@ + + maintainer-clean-compile: + +-.c.lo: +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< +- + .s.lo: + $(LIBTOOL) --mode=compile $(COMPILE) -c $< + +@@ -316,31 +329,6 @@ + libguile.la: $(libguile_la_OBJECTS) $(libguile_la_DEPENDENCIES) + $(LINK) -rpath $(libdir) $(libguile_la_LDFLAGS) $(libguile_la_OBJECTS) $(libguile_la_LIBADD) $(LIBS) + +-mostlyclean-binPROGRAMS: +- +-clean-binPROGRAMS: +- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +- +-distclean-binPROGRAMS: +- +-maintainer-clean-binPROGRAMS: +- +-install-binPROGRAMS: $(bin_PROGRAMS) +- @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(bindir) +- @list='$(bin_PROGRAMS)'; for p in $$list; do \ +- if test -f $$p; then \ +- echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ +- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ +- else :; fi; \ +- done +- +-uninstall-binPROGRAMS: +- @$(NORMAL_UNINSTALL) +- list='$(bin_PROGRAMS)'; for p in $$list; do \ +- rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ +- done +- + mostlyclean-checkPROGRAMS: + + clean-checkPROGRAMS: +@@ -350,10 +338,6 @@ + + maintainer-clean-checkPROGRAMS: + +-guile: $(guile_OBJECTS) $(guile_DEPENDENCIES) +- @rm -f guile +- $(LINK) $(guile_LDFLAGS) $(guile_OBJECTS) $(guile_LDADD) $(LIBS) +- + gh_test_c: $(gh_test_c_OBJECTS) $(gh_test_c_DEPENDENCIES) + @rm -f gh_test_c + $(LINK) $(gh_test_c_LDFLAGS) $(gh_test_c_OBJECTS) $(gh_test_c_LDADD) $(LIBS) +@@ -479,590 +463,53 @@ + subdir = libguile + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign libguile/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +-alist.lo alist.o : alist.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eq.h alist.h alist.x +-arbiters.lo arbiters.o : arbiters.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h smob.h genio.h \ +- arbiters.h arbiters.x +-async.lo async.o : async.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eval.h throw.h smob.h \ +- async.x +-backtrace.lo backtrace.o : backtrace.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h stacks.h \ +- srcprop.h genio.h struct.h strports.h throw.h fluids.h root.h \ +- vectors.h backtrace.h backtrace.x +-boolean.lo boolean.o : boolean.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h boolean.x +-chars.lo chars.o : chars.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h chars.x +-continuations.lo continuations.o : continuations.c _scm.h __scm.h \ +- scmconfig.h tags.h error.h __scm.h print.h options.h pairs.h \ +- list.h gc.h gsubr.h procs.h numbers.h print.h symbols.h \ +- boolean.h strings.h vectors.h root.h debug.h throw.h ports.h \ +- struct.h async.h threads.h procs.h coop-defs.h iselect.h \ +- snarf.h stackchk.h continuations.h debug.h dynwind.h \ +- continuations.h continuations.x +-debug.lo debug.o : debug.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eval.h stackchk.h \ +- continuations.h throw.h genio.h macros.h smob.h procprop.h \ +- srcprop.h alist.h continuations.h strports.h read.h feature.h \ +- dynwind.h modules.h debug.h debug.x +-dynl.lo dynl.o : dynl.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h dynl.h genio.h smob.h \ +- keywords.h dynl-dl.c dynl.x +-dynwind.lo dynwind.o : dynwind.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eval.h alist.h \ +- fluids.h root.h vectors.h genio.h smob.h dynwind.h dynwind.x +-eq.lo eq.o : eq.c _scm.h __scm.h scmconfig.h tags.h error.h __scm.h \ +- print.h options.h pairs.h list.h gc.h gsubr.h procs.h numbers.h \ +- print.h symbols.h boolean.h strings.h vectors.h root.h debug.h \ +- throw.h ports.h struct.h async.h threads.h procs.h coop-defs.h \ +- iselect.h snarf.h ramap.h stackchk.h continuations.h strorder.h \ +- smob.h unif.h eq.h eq.x +-error.lo error.o : error.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h genio.h throw.h \ +- cpp_err_symbols.c error.x +-eval.lo eval.o : eval.c scmconfig.h _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h debug.h alist.h \ +- eq.h continuations.h throw.h smob.h macros.h procprop.h \ +- hashtab.h hash.h srcprop.h stackchk.h continuations.h objects.h \ +- feature.h modules.h eval.h eval.c eval.x +-evalext.lo evalext.o : evalext.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eval.h macros.h \ +- modules.h evalext.h evalext.x +-feature.lo feature.o : feature.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eval.h \ +- procprop.h smob.h feature.h feature.x +-filesys.lo filesys.o : filesys.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h genio.h smob.h \ +- feature.h fports.h ports.h iselect.h filesys.h filesys.x +-fluids.lo fluids.o : fluids.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h smob.h genio.h dynwind.h \ +- fluids.h root.h vectors.h alist.h eval.h fluids.x +-fports.lo fports.o : fports.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h fports.h ports.h \ +- iselect.h fports.x +-gc.lo gc.o : gc.c _scm.h __scm.h scmconfig.h tags.h error.h __scm.h \ +- print.h options.h pairs.h list.h gc.h gsubr.h procs.h numbers.h \ +- print.h symbols.h boolean.h strings.h vectors.h root.h debug.h \ +- throw.h ports.h struct.h async.h threads.h procs.h coop-defs.h \ +- iselect.h snarf.h stime.h stackchk.h continuations.h struct.h \ +- genio.h weaks.h guardians.h smob.h unif.h gc.x +-gdbint.lo gdbint.o : gdbint.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h tag.h strports.h read.h \ +- eval.h chars.h modules.h gdbint.h gdb_interface.h +-gh_data.lo gh_data.o : gh_data.c gh.h libguile.h __scm.h scmconfig.h \ +- tags.h print.h options.h smob.h pairs.h alist.h arbiters.h \ +- async.h boolean.h chars.h continuations.h backtrace.h debug.h \ +- stacks.h dynl.h dynwind.h eq.h error.h eval.h evalext.h \ +- feature.h filesys.h fluids.h root.h throw.h vectors.h fports.h \ +- ports.h struct.h gc.h gdbint.h genio.h gsubr.h guardians.h \ +- hash.h hashtab.h init.h ioext.h keywords.h kw.h list.h load.h \ +- macros.h mallocs.h modules.h net_db.h numbers.h objects.h \ +- objprop.h posix.h procprop.h procs.h ramap.h random.h read.h \ +- scmsigs.h script.h simpos.h snarf.h socket.h sort.h srcprop.h \ +- stackchk.h stime.h strings.h strop.h strorder.h strports.h \ +- symbols.h tag.h unif.h variable.h version.h vports.h weaks.h \ +- threads.h coop-defs.h iselect.h +-gh_eval.lo gh_eval.o : gh_eval.c gh.h libguile.h __scm.h scmconfig.h \ +- tags.h print.h options.h smob.h pairs.h alist.h arbiters.h \ +- async.h boolean.h chars.h continuations.h backtrace.h debug.h \ +- stacks.h dynl.h dynwind.h eq.h error.h eval.h evalext.h \ +- feature.h filesys.h fluids.h root.h throw.h vectors.h fports.h \ +- ports.h struct.h gc.h gdbint.h genio.h gsubr.h guardians.h \ +- hash.h hashtab.h init.h ioext.h keywords.h kw.h list.h load.h \ +- macros.h mallocs.h modules.h net_db.h numbers.h objects.h \ +- objprop.h posix.h procprop.h procs.h ramap.h random.h read.h \ +- scmsigs.h script.h simpos.h snarf.h socket.h sort.h srcprop.h \ +- stackchk.h stime.h strings.h strop.h strorder.h strports.h \ +- symbols.h tag.h unif.h variable.h version.h vports.h weaks.h \ +- threads.h coop-defs.h iselect.h +-gh_funcs.lo gh_funcs.o : gh_funcs.c gh.h libguile.h __scm.h scmconfig.h \ +- tags.h print.h options.h smob.h pairs.h alist.h arbiters.h \ +- async.h boolean.h chars.h continuations.h backtrace.h debug.h \ +- stacks.h dynl.h dynwind.h eq.h error.h eval.h evalext.h \ +- feature.h filesys.h fluids.h root.h throw.h vectors.h fports.h \ +- ports.h struct.h gc.h gdbint.h genio.h gsubr.h guardians.h \ +- hash.h hashtab.h init.h ioext.h keywords.h kw.h list.h load.h \ +- macros.h mallocs.h modules.h net_db.h numbers.h objects.h \ +- objprop.h posix.h procprop.h procs.h ramap.h random.h read.h \ +- scmsigs.h script.h simpos.h snarf.h socket.h sort.h srcprop.h \ +- stackchk.h stime.h strings.h strop.h strorder.h strports.h \ +- symbols.h tag.h unif.h variable.h version.h vports.h weaks.h \ +- threads.h coop-defs.h iselect.h +-gh_init.lo gh_init.o : gh_init.c gh.h libguile.h __scm.h scmconfig.h \ +- tags.h print.h options.h smob.h pairs.h alist.h arbiters.h \ +- async.h boolean.h chars.h continuations.h backtrace.h debug.h \ +- stacks.h dynl.h dynwind.h eq.h error.h eval.h evalext.h \ +- feature.h filesys.h fluids.h root.h throw.h vectors.h fports.h \ +- ports.h struct.h gc.h gdbint.h genio.h gsubr.h guardians.h \ +- hash.h hashtab.h init.h ioext.h keywords.h kw.h list.h load.h \ +- macros.h mallocs.h modules.h net_db.h numbers.h objects.h \ +- objprop.h posix.h procprop.h procs.h ramap.h random.h read.h \ +- scmsigs.h script.h simpos.h snarf.h socket.h sort.h srcprop.h \ +- stackchk.h stime.h strings.h strop.h strorder.h strports.h \ +- symbols.h tag.h unif.h variable.h version.h vports.h weaks.h \ +- threads.h coop-defs.h iselect.h +-gh_io.lo gh_io.o : gh_io.c gh.h libguile.h __scm.h scmconfig.h tags.h \ +- print.h options.h smob.h pairs.h alist.h arbiters.h async.h \ +- boolean.h chars.h continuations.h backtrace.h debug.h stacks.h \ +- dynl.h dynwind.h eq.h error.h eval.h evalext.h feature.h \ +- filesys.h fluids.h root.h throw.h vectors.h fports.h ports.h \ +- struct.h gc.h gdbint.h genio.h gsubr.h guardians.h hash.h \ +- hashtab.h init.h ioext.h keywords.h kw.h list.h load.h macros.h \ +- mallocs.h modules.h net_db.h numbers.h objects.h objprop.h \ +- posix.h procprop.h procs.h ramap.h random.h read.h scmsigs.h \ +- script.h simpos.h snarf.h socket.h sort.h srcprop.h stackchk.h \ +- stime.h strings.h strop.h strorder.h strports.h symbols.h tag.h \ +- unif.h variable.h version.h vports.h weaks.h threads.h \ +- coop-defs.h iselect.h +-gh_list.lo gh_list.o : gh_list.c gh.h libguile.h __scm.h scmconfig.h \ +- tags.h print.h options.h smob.h pairs.h alist.h arbiters.h \ +- async.h boolean.h chars.h continuations.h backtrace.h debug.h \ +- stacks.h dynl.h dynwind.h eq.h error.h eval.h evalext.h \ +- feature.h filesys.h fluids.h root.h throw.h vectors.h fports.h \ +- ports.h struct.h gc.h gdbint.h genio.h gsubr.h guardians.h \ +- hash.h hashtab.h init.h ioext.h keywords.h kw.h list.h load.h \ +- macros.h mallocs.h modules.h net_db.h numbers.h objects.h \ +- objprop.h posix.h procprop.h procs.h ramap.h random.h read.h \ +- scmsigs.h script.h simpos.h snarf.h socket.h sort.h srcprop.h \ +- stackchk.h stime.h strings.h strop.h strorder.h strports.h \ +- symbols.h tag.h unif.h variable.h version.h vports.h weaks.h \ +- threads.h coop-defs.h iselect.h +-gh_predicates.lo gh_predicates.o : gh_predicates.c gh.h libguile.h \ +- __scm.h scmconfig.h tags.h print.h options.h smob.h pairs.h \ +- alist.h arbiters.h async.h boolean.h chars.h continuations.h \ +- backtrace.h debug.h stacks.h dynl.h dynwind.h eq.h error.h \ +- eval.h evalext.h feature.h filesys.h fluids.h root.h throw.h \ +- vectors.h fports.h ports.h struct.h gc.h gdbint.h genio.h \ +- gsubr.h guardians.h hash.h hashtab.h init.h ioext.h keywords.h \ +- kw.h list.h load.h macros.h mallocs.h modules.h net_db.h \ +- numbers.h objects.h objprop.h posix.h procprop.h procs.h \ +- ramap.h random.h read.h scmsigs.h script.h simpos.h snarf.h \ +- socket.h sort.h srcprop.h stackchk.h stime.h strings.h strop.h \ +- strorder.h strports.h symbols.h tag.h unif.h variable.h \ +- version.h vports.h weaks.h threads.h coop-defs.h iselect.h +-gsubr.lo gsubr.o : gsubr.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h genio.h procprop.h +-guardians.lo guardians.o : guardians.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h smob.h genio.h \ +- guardians.h guardians.x +-guile.o: guile.c libguile.h __scm.h scmconfig.h tags.h print.h options.h \ +- smob.h pairs.h alist.h arbiters.h async.h boolean.h chars.h \ +- continuations.h backtrace.h debug.h stacks.h dynl.h dynwind.h \ +- eq.h error.h eval.h evalext.h feature.h filesys.h fluids.h \ +- root.h throw.h vectors.h fports.h ports.h struct.h gc.h \ +- gdbint.h genio.h gsubr.h guardians.h hash.h hashtab.h init.h \ +- ioext.h keywords.h kw.h list.h load.h macros.h mallocs.h \ +- modules.h net_db.h numbers.h objects.h objprop.h posix.h \ +- procprop.h procs.h ramap.h random.h read.h scmsigs.h script.h \ +- simpos.h snarf.h socket.h sort.h srcprop.h stackchk.h stime.h \ +- strings.h strop.h strorder.h strports.h symbols.h tag.h unif.h \ +- variable.h version.h vports.h weaks.h threads.h coop-defs.h \ +- iselect.h gdb_interface.h +-hash.lo hash.o : hash.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h hash.h hash.x +-hashtab.lo hashtab.o : hashtab.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h alist.h hash.h \ +- eval.h hashtab.h hashtab.x +-init.lo init.o : init.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h alist.h arbiters.h \ +- backtrace.h chars.h continuations.h debug.h dynl.h dynwind.h \ +- eq.h eval.h evalext.h feature.h filesys.h fluids.h root.h \ +- vectors.h fports.h ports.h gdbint.h hash.h hashtab.h iselect.h \ +- ioext.h keywords.h lang.h load.h macros.h mallocs.h modules.h \ +- net_db.h objects.h objprop.h options.h posix.h regex-posix.h \ +- procprop.h ramap.h random.h read.h scmsigs.h script.h simpos.h \ +- smob.h socket.h sort.h srcprop.h stackchk.h continuations.h \ +- stacks.h stime.h strop.h strorder.h strports.h struct.h tag.h \ +- throw.h unif.h variable.h version.h vports.h weaks.h \ +- guardians.h init.h +-ioext.lo ioext.o : ioext.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h read.h fports.h ports.h \ +- unif.h chars.h ioext.h ioext.x +-iselect.lo iselect.o : iselect.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h iselect.h \ +- coop-threads.h coop-defs.h ../qt/qt.h iselect.x +-keywords.lo keywords.o : keywords.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h genio.h smob.h \ +- keywords.h keywords.x +-lang.lo lang.o : lang.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eval.h macros.h lang.h \ +- lang.x +-list.lo list.o : list.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eq.h list.x +-load.lo load.o : load.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h libpath.h fports.h \ +- ports.h read.h eval.h throw.h alist.h dynwind.h load.h load.x +-macros.lo macros.o : macros.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h smob.h macros.h macros.x +-mallocs.lo mallocs.o : mallocs.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h genio.h smob.h \ +- mallocs.h +-modules.lo modules.o : modules.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eval.h \ +- procprop.h modules.h modules.x +-net_db.lo net_db.o : net_db.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h feature.h net_db.h \ +- net_db.x +-numbers.lo numbers.o : numbers.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h genio.h unif.h \ +- feature.h smob.h numbers.x +-objects.lo objects.o : objects.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h struct.h \ +- procprop.h chars.h keywords.h smob.h eval.h alist.h objects.h \ +- objects.x +-objprop.lo objprop.o : objprop.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h hashtab.h \ +- alist.h weaks.h objprop.h objprop.x +-options.lo options.o : options.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h options.h \ +- options.x +-pairs.lo pairs.o : pairs.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h pairs.x +-ports.lo ports.o : ports.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h objects.h smob.h chars.h \ +- keywords.h ports.x +-posix.lo posix.o : posix.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h fports.h ports.h \ +- scmsigs.h feature.h posix.h cpp_sig_symbols.c posix.x +-print.lo print.o : print.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h genio.h smob.h \ +- eval.h macros.h procprop.h read.h weaks.h unif.h alist.h \ +- struct.h objects.h print.x +-procprop.lo procprop.o : procprop.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h alist.h eval.h \ +- objects.h procprop.h procprop.x +-procs.lo procs.o : procs.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h objects.h procs.x +-ramap.lo ramap.o : ramap.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h unif.h smob.h chars.h \ +- eq.h eval.h feature.h ramap.h ramap.x +-random.lo random.o : random.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h genio.h smob.h feature.h \ +- random.h random.x +-read.lo read.o : read.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h genio.h eval.h \ +- unif.h keywords.h alist.h srcprop.h hashtab.h hash.h read.h \ +- read.x +-regex-posix.lo regex-posix.o : regex-posix.c _scm.h __scm.h scmconfig.h \ +- tags.h error.h __scm.h print.h options.h pairs.h list.h gc.h \ +- gsubr.h procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h smob.h \ +- strports.h feature.h regex-posix.h regex-posix.x +-root.lo root.o : root.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h stackchk.h \ +- continuations.h dynwind.h eval.h genio.h smob.h throw.h \ +- fluids.h root.h vectors.h root.x +-scmsigs.lo scmsigs.o : scmsigs.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eval.h \ +- scmsigs.h scmsigs.x +-script.lo script.o : script.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h gh.h libguile.h smob.h \ +- pairs.h alist.h arbiters.h async.h boolean.h chars.h \ +- continuations.h backtrace.h stacks.h dynl.h dynwind.h eq.h \ +- error.h eval.h evalext.h feature.h filesys.h fluids.h root.h \ +- vectors.h fports.h ports.h gc.h gdbint.h genio.h gsubr.h \ +- guardians.h hash.h hashtab.h init.h ioext.h keywords.h kw.h \ +- list.h load.h macros.h mallocs.h modules.h net_db.h numbers.h \ +- objects.h objprop.h posix.h procprop.h ramap.h random.h read.h \ +- scmsigs.h script.h simpos.h snarf.h socket.h sort.h srcprop.h \ +- stackchk.h stime.h strings.h strop.h strorder.h strports.h \ +- symbols.h tag.h unif.h variable.h version.h vports.h weaks.h \ +- threads.h load.h version.h script.h script.x +-simpos.lo simpos.o : simpos.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h scmsigs.h simpos.h \ +- simpos.x +-smob.lo smob.o : smob.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h objects.h smob.h +-socket.lo socket.o : socket.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h unif.h feature.h fports.h \ +- ports.h socket.h socket.x +-sort.lo sort.o : sort.c scmconfig.h _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eval.h unif.h \ +- ramap.h alist.h feature.h sort.h sort.x +-srcprop.lo srcprop.o : srcprop.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h smob.h genio.h \ +- alist.h debug.h hashtab.h hash.h weaks.h srcprop.h srcprop.x +-stackchk.lo stackchk.o : stackchk.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h genio.h \ +- stackchk.h continuations.h stackchk.x +-stacks.lo stacks.o : stacks.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eval.h debug.h \ +- continuations.h struct.h macros.h procprop.h modules.h stacks.h \ +- stacks.x +-stime.lo stime.o : stime.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h feature.h stime.h stime.x +-strings.lo strings.o : strings.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h chars.h \ +- strings.x +-strop.lo strop.o : strop.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h strop.h read.h \ +- strop.x +-strorder.lo strorder.o : strorder.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h chars.h \ +- strorder.h strorder.x +-strports.lo strports.o : strports.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h unif.h eval.h \ +- read.h strports.h strports.x +-struct.lo struct.o : struct.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h genio.h eval.h \ +- alist.h weaks.h hashtab.h struct.h struct.x +-symbols.lo symbols.o : symbols.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h chars.h eval.h \ +- variable.h alist.h weaks.h symbols.x +-tag.lo tag.o : tag.c _scm.h __scm.h scmconfig.h tags.h error.h __scm.h \ +- print.h options.h pairs.h list.h gc.h gsubr.h procs.h numbers.h \ +- print.h symbols.h boolean.h strings.h vectors.h root.h debug.h \ +- throw.h ports.h struct.h async.h threads.h procs.h coop-defs.h \ +- iselect.h snarf.h chars.h struct.h tag.h tag.x +-threads.lo threads.o : threads.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h dynwind.h \ +- smob.h genio.h coop-threads.c coop-threads.h coop-defs.h \ +- ../qt/qt.h coop.c eval.h threads.x +-throw.lo throw.o : throw.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h genio.h smob.h alist.h \ +- eval.h eq.h dynwind.h backtrace.h debug.h continuations.h \ +- stackchk.h continuations.h stacks.h fluids.h root.h vectors.h \ +- throw.h throw.x +-unif.lo unif.o : unif.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h chars.h eval.h fports.h \ +- ports.h smob.h strop.h feature.h unif.h ramap.h unif.x +-variable.lo variable.o : variable.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eq.h genio.h \ +- smob.h variable.h variable.x +-vectors.lo vectors.o : vectors.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h eq.h vectors.x +-version.lo version.o : version.c _scm.h __scm.h scmconfig.h tags.h \ +- error.h __scm.h print.h options.h pairs.h list.h gc.h gsubr.h \ +- procs.h numbers.h print.h symbols.h boolean.h strings.h \ +- vectors.h root.h debug.h throw.h ports.h struct.h async.h \ +- threads.h procs.h coop-defs.h iselect.h snarf.h versiondat.h \ +- version.h version.x +-vports.lo vports.o : vports.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h eval.h chars.h fports.h \ +- ports.h vports.h vports.x +-weaks.lo weaks.o : weaks.c _scm.h __scm.h scmconfig.h tags.h error.h \ +- __scm.h print.h options.h pairs.h list.h gc.h gsubr.h procs.h \ +- numbers.h print.h symbols.h boolean.h strings.h vectors.h \ +- root.h debug.h throw.h ports.h struct.h async.h threads.h \ +- procs.h coop-defs.h iselect.h snarf.h weaks.h weaks.x + ++DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) ++ ++-include $(DEP_FILES) ++ ++mostlyclean-depend: ++ ++clean-depend: ++ ++distclean-depend: ++ -rm -rf .deps ++ ++maintainer-clean-depend: ++ ++%.o: %.c ++ @echo '$(COMPILE) -c $<'; \ ++ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< ++ @-cp .deps/$(*F).pp .deps/$(*F).P; \ ++ tr ' ' '\012' < .deps/$(*F).pp \ ++ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ++ >> .deps/$(*F).P; \ ++ rm .deps/$(*F).pp ++ ++%.lo: %.c ++ @echo '$(LTCOMPILE) -c $<'; \ ++ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< ++ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ ++ < .deps/$(*F).pp > .deps/$(*F).P; \ ++ tr ' ' '\012' < .deps/$(*F).pp \ ++ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ++ >> .deps/$(*F).P; \ ++ rm -f .deps/$(*F).pp + info-am: + info: info-am + dvi-am: +@@ -1076,8 +523,7 @@ + all-recursive-am: scmconfig.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +-install-exec-am: install-libLTLIBRARIES install-binPROGRAMS \ +- install-binSCRIPTS ++install-exec-am: install-libLTLIBRARIES install-binSCRIPTS + install-exec: install-exec-am + + install-data-am: install-modincludeDATA install-includeHEADERS \ +@@ -1087,21 +533,19 @@ + install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + install: install-am +-uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \ +- uninstall-binSCRIPTS uninstall-modincludeDATA \ +- uninstall-includeHEADERS uninstall-modincludeHEADERS \ +- uninstall-pkgincludeHEADERS ++uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \ ++ uninstall-modincludeDATA uninstall-includeHEADERS \ ++ uninstall-modincludeHEADERS uninstall-pkgincludeHEADERS + uninstall: uninstall-am +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ +- $(HEADERS) scmconfig.h ++all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) \ ++ scmconfig.h + all-redirect: all-am + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ +- $(DESTDIR)$(bindir) $(DESTDIR)$(modincludedir) \ +- $(DESTDIR)$(includedir) $(DESTDIR)$(modincludedir) \ +- $(DESTDIR)$(pkgincludedir) ++ $(DESTDIR)$(modincludedir) $(DESTDIR)$(includedir) \ ++ $(DESTDIR)$(modincludedir) $(DESTDIR)$(pkgincludedir) + + + mostlyclean-generic: +@@ -1119,21 +563,21 @@ + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) + mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \ + mostlyclean-compile mostlyclean-libtool \ +- mostlyclean-binPROGRAMS mostlyclean-checkPROGRAMS \ +- mostlyclean-tags mostlyclean-generic ++ mostlyclean-checkPROGRAMS mostlyclean-tags \ ++ mostlyclean-depend mostlyclean-generic + + mostlyclean: mostlyclean-am + + clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \ +- clean-binPROGRAMS clean-checkPROGRAMS clean-tags \ ++ clean-checkPROGRAMS clean-tags clean-depend \ + clean-generic mostlyclean-am + + clean: clean-am + + distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \ +- distclean-libtool distclean-binPROGRAMS \ +- distclean-checkPROGRAMS distclean-tags \ +- distclean-generic clean-am ++ distclean-libtool distclean-checkPROGRAMS \ ++ distclean-tags distclean-depend distclean-generic \ ++ clean-am + -rm -f libtool + + distclean: distclean-am +@@ -1141,9 +585,9 @@ + maintainer-clean-am: maintainer-clean-hdr \ + maintainer-clean-libLTLIBRARIES \ + maintainer-clean-compile maintainer-clean-libtool \ +- maintainer-clean-binPROGRAMS \ + maintainer-clean-checkPROGRAMS maintainer-clean-tags \ +- maintainer-clean-generic distclean-am ++ maintainer-clean-depend maintainer-clean-generic \ ++ distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +@@ -1155,17 +599,17 @@ + uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ + distclean-compile clean-compile maintainer-clean-compile \ + mostlyclean-libtool distclean-libtool clean-libtool \ +-maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \ +-clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \ +-install-binPROGRAMS mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \ +-clean-checkPROGRAMS maintainer-clean-checkPROGRAMS uninstall-binSCRIPTS \ +-install-binSCRIPTS uninstall-modincludeDATA install-modincludeDATA \ ++maintainer-clean-libtool mostlyclean-checkPROGRAMS \ ++distclean-checkPROGRAMS clean-checkPROGRAMS \ ++maintainer-clean-checkPROGRAMS uninstall-binSCRIPTS install-binSCRIPTS \ ++uninstall-modincludeDATA install-modincludeDATA \ + uninstall-includeHEADERS install-includeHEADERS \ + uninstall-modincludeHEADERS install-modincludeHEADERS \ + uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \ + mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \ +-distdir info-am info dvi-am dvi check-local check check-am \ +-installcheck-am installcheck all-recursive-am install-exec-am \ ++distdir mostlyclean-depend distclean-depend clean-depend \ ++maintainer-clean-depend info-am info dvi-am dvi check-local check \ ++check-am installcheck-am installcheck all-recursive-am install-exec-am \ + install-exec install-data-am install-data install-am install \ + uninstall-am uninstall all-redirect all-am all installdirs \ + mostlyclean-generic distclean-generic clean-generic \ +diff -urN ../guile-1.3.4/libguile/dynl-dl.c ./libguile/dynl-dl.c +--- ../guile-1.3.4/libguile/dynl-dl.c Sun Aug 29 20:03:26 1999 ++++ ./libguile/dynl-dl.c Sun Mar 12 17:46:16 2000 +@@ -45,7 +45,9 @@ + Author: Aubrey Jaffer + Modified for libguile by Marius Vollmer */ + ++#ifndef __CYGWIN__ + #include ++#endif + + #ifdef RTLD_LAZY /* Solaris 2. */ + # define DLOPEN_MODE RTLD_LAZY +diff -urN ../guile-1.3.4/libguile/filesys.c ./libguile/filesys.c +--- ../guile-1.3.4/libguile/filesys.c Sun Sep 12 05:47:39 1999 ++++ ./libguile/filesys.c Sun Mar 12 17:46:59 2000 +@@ -138,7 +138,9 @@ + fdes = SCM_INUM (object); + else + fdes = SCM_FPORT_FDES (object); ++#ifndef __CYGWIN__ + SCM_SYSCALL (rv = fchown (fdes, SCM_INUM (owner), SCM_INUM (group))); ++#endif + } + else + { +diff -urN ../guile-1.3.4/qt/Makefile.in ./qt/Makefile.in +--- ../guile-1.3.4/qt/Makefile.in Sat Sep 25 19:37:18 1999 ++++ ./qt/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -125,8 +126,9 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best ++DEP_FILES = .deps/qt.P + SOURCES = $(libqthreads_la_SOURCES) + OBJECTS = $(libqthreads_la_OBJECTS) + +@@ -134,9 +136,9 @@ + .SUFFIXES: + .SUFFIXES: .S .c .lo .o .s + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps qt/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --foreign qt/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -168,9 +170,6 @@ + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ + done + +-.c.o: +- $(COMPILE) -c $< +- + .s.o: + $(COMPILE) -c $< + +@@ -187,9 +186,6 @@ + + maintainer-clean-compile: + +-.c.lo: +- $(LIBTOOL) --mode=compile $(COMPILE) -c $< +- + .S.lo: + $(LIBTOOL) --mode=compile $(COMPILE) -c $< + +@@ -300,10 +296,15 @@ + subdir = qt + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign qt/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -320,9 +321,38 @@ + || exit 1; \ + fi; \ + done +-qt.lo qt.o : qt.c copyright.h qt.h md/i386.h +-qtmdc.lo qtmdc.o : qtmdc.c + ++DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) ++ ++-include $(DEP_FILES) ++ ++mostlyclean-depend: ++ ++clean-depend: ++ ++distclean-depend: ++ -rm -rf .deps ++ ++maintainer-clean-depend: ++ ++%.o: %.c ++ @echo '$(COMPILE) -c $<'; \ ++ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< ++ @-cp .deps/$(*F).pp .deps/$(*F).P; \ ++ tr ' ' '\012' < .deps/$(*F).pp \ ++ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ++ >> .deps/$(*F).P; \ ++ rm .deps/$(*F).pp ++ ++%.lo: %.c ++ @echo '$(LTCOMPILE) -c $<'; \ ++ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< ++ @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ ++ < .deps/$(*F).pp > .deps/$(*F).P; \ ++ tr ' ' '\012' < .deps/$(*F).pp \ ++ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ++ >> .deps/$(*F).P; \ ++ rm -f .deps/$(*F).pp + info-am: + info: info-recursive + dvi-am: +@@ -345,7 +375,7 @@ + all-am: Makefile $(LTLIBRARIES) + all-redirect: all-recursive + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: installdirs-recursive + installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(libdir) +@@ -361,27 +391,27 @@ + + maintainer-clean-generic: + mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ +- mostlyclean-libtool mostlyclean-tags \ ++ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ + mostlyclean-generic + + mostlyclean: mostlyclean-recursive + + clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ +- clean-generic mostlyclean-am ++ clean-depend clean-generic mostlyclean-am + + clean: clean-recursive + + distclean-am: distclean-libLTLIBRARIES distclean-compile \ +- distclean-libtool distclean-tags distclean-generic \ +- clean-am ++ distclean-libtool distclean-tags distclean-depend \ ++ distclean-generic clean-am + -rm -f libtool + + distclean: distclean-recursive + + maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ + maintainer-clean-compile maintainer-clean-libtool \ +- maintainer-clean-tags maintainer-clean-generic \ +- distclean-am ++ maintainer-clean-tags maintainer-clean-depend \ ++ maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +@@ -398,12 +428,14 @@ + all-recursive check-recursive installcheck-recursive info-recursive \ + dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ + maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ +-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ +-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ +-install-exec install-data-am install-data install-am install \ +-uninstall-am uninstall all-redirect all-am all installdirs-am \ +-installdirs mostlyclean-generic distclean-generic clean-generic \ +-maintainer-clean-generic clean mostlyclean distclean maintainer-clean ++distclean-tags clean-tags maintainer-clean-tags distdir \ ++mostlyclean-depend distclean-depend clean-depend \ ++maintainer-clean-depend info-am info dvi-am dvi check check-am \ ++installcheck-am installcheck install-exec-am install-exec \ ++install-data-am install-data install-am install uninstall-am uninstall \ ++all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ ++distclean-generic clean-generic maintainer-clean-generic clean \ ++mostlyclean distclean maintainer-clean + + + .s.lo: +diff -urN ../guile-1.3.4/qt/md/Makefile.in ./qt/md/Makefile.in +--- ../guile-1.3.4/qt/md/Makefile.in Sat Sep 25 19:37:20 1999 ++++ ./qt/md/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -102,14 +103,14 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps qt/md/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --foreign qt/md/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -122,10 +123,15 @@ + subdir = qt/md + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign qt/md/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -154,7 +160,7 @@ + all-am: Makefile + all-redirect: all-am + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: + + +diff -urN ../guile-1.3.4/qt/time/Makefile.in ./qt/time/Makefile.in +--- ../guile-1.3.4/qt/time/Makefile.in Sat Sep 25 19:37:22 1999 ++++ ./qt/time/Makefile.in Sun Mar 12 17:47:31 2000 +@@ -1,4 +1,4 @@ +-# Makefile.in generated automatically by automake 1.4 from Makefile.am ++# Makefile.in generated automatically by automake 1.4a from Makefile.am + + # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation +@@ -46,9 +46,10 @@ + AUTOHEADER = @AUTOHEADER@ + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_FLAG = + transform = @program_transform_name@ + + NORMAL_INSTALL = : +@@ -101,14 +102,14 @@ + + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +-TAR = tar ++TAR = gtar + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps qt/time/Makefile ++ cd $(top_srcdir) && $(AUTOMAKE) --foreign qt/time/Makefile + +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +@@ -121,10 +122,15 @@ + subdir = qt/time + + distdir: $(DISTFILES) ++ here=`cd $(top_builddir) && pwd`; \ ++ top_distdir=`cd $(top_distdir) && pwd`; \ ++ distdir=`cd $(distdir) && pwd`; \ ++ cd $(top_srcdir) \ ++ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign qt/time/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ +- cp -pr $$/$$file $(distdir)/$$file; \ ++ cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ +@@ -153,7 +159,7 @@ + all-am: Makefile + all-redirect: all-am + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + installdirs: + + diff --git a/Documentation/ntweb/guile.patch b/Documentation/ntweb/guile.patch index 44debc8f40..e69de29bb2 100644 --- a/Documentation/ntweb/guile.patch +++ b/Documentation/ntweb/guile.patch @@ -1,78 +0,0 @@ -diff -urN ../guile-core/libguile/Makefile.am ./libguile/Makefile.am ---- ../guile-core/libguile/Makefile.am Sat Oct 10 13:00:59 1998 -+++ ./libguile/Makefile.am Wed Oct 21 10:58:56 1998 -@@ -10,7 +10,7 @@ - ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(PROC\|PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' - - lib_LTLIBRARIES = libguile.la --bin_PROGRAMS = guile -+bin_PROGRAMS = guile.exe - - guile_SOURCES = guile.c - guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL} -diff -urN ../guile-core/libguile/Makefile.in ./libguile/Makefile.in ---- ../guile-core/libguile/Makefile.in Sat Oct 10 13:00:59 1998 -+++ ./libguile/Makefile.in Wed Oct 21 10:59:02 1998 -@@ -94,7 +94,7 @@ - ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(PROC\|PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' - - lib_LTLIBRARIES = libguile.la --bin_PROGRAMS = guile -+bin_PROGRAMS = guile.exe - - guile_SOURCES = guile.c - guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL} -diff -urN ../guile-core/libguile/dynl-dl.c ./libguile/dynl-dl.c ---- ../guile-core/libguile/dynl-dl.c Mon Mar 30 23:03:30 1998 -+++ ./libguile/dynl-dl.c Wed Oct 21 09:41:55 1998 -@@ -45,8 +45,6 @@ - Author: Aubrey Jaffer - Modified for libguile by Marius Vollmer */ - --#include -- - #ifdef RTLD_LAZY /* Solaris 2. */ - # define DLOPEN_MODE RTLD_LAZY - #else -diff -urN ../guile-core/libguile/filesys.c ./libguile/filesys.c ---- ../guile-core/libguile/filesys.c Fri Oct 09 20:51:15 1998 -+++ ./libguile/filesys.c Wed Oct 21 10:18:12 1998 -@@ -138,15 +138,19 @@ - if (fdes == -1) - scm_syserror (s_chown); - } -+#if 0 - SCM_SYSCALL (rv = fchown (fdes, SCM_INUM (owner), SCM_INUM (group))); -+#endif - } - else - { - SCM_ASSERT (SCM_NIMP (object) && SCM_ROSTRINGP (object), - object, SCM_ARG1, s_chown); - SCM_COERCE_SUBSTR (object); -+#if 0 - SCM_SYSCALL (rv = chown (SCM_ROCHARS (object), - SCM_INUM (owner), SCM_INUM (group))); -+#endif - } - if (rv == -1) - scm_syserror (s_chown); -@@ -557,14 +561,18 @@ - if (fdes == -1) - scm_syserror (s_truncate_file); - } -+#if 0 - SCM_SYSCALL (rv = ftruncate (fdes, csize)); -+#endif - } - else - { - SCM_ASSERT (SCM_NIMP (object) && SCM_ROSTRINGP (object), - object, SCM_ARG1, s_chown); - SCM_COERCE_SUBSTR (object); -+#if 0 - SCM_SYSCALL (rv = truncate (SCM_ROCHARS (object), csize)); -+#endif - } - if (rv == -1) - scm_syserror (s_truncate_file); diff --git a/Documentation/ntweb/lilypond-manpages.patch b/Documentation/ntweb/lilypond-manpages.patch new file mode 100644 index 0000000000..9e204a7507 --- /dev/null +++ b/Documentation/ntweb/lilypond-manpages.patch @@ -0,0 +1,453 @@ +diff --exclude-from=niet -urN ../lilypond-1.3.38/lily/out/lilypond.1 ./lily/out/lilypond.1 +--- ../lilypond-1.3.38/lily/out/lilypond.1 Thu Jan 1 01:00:00 1970 ++++ ./lily/out/lilypond.1 Wed Mar 22 15:51:39 2000 +@@ -0,0 +1,88 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH LILYPOND "1" "March 2000" "GNU LilyPond 1.3.38.jcn1" FSF ++.SH NAME ++LilyPond \- manual page for LilyPond 1.3.38.jcn1 ++.SH SYNOPSIS ++.B LilyPond ++[\fIOPTION\fR]... [\fIFILE\fR]... ++.SH DESCRIPTION ++GNU LilyPond 1.3.38.jcn1 ++.PP ++Typeset music and or play MIDI from FILE ++.PP ++LilyPond is a music typesetter. It produces beautiful sheet music ++using a high level description file as input. LilyPond is part of ++the GNU Project. ++.SH OPTIONS ++.TP ++\fB\-d\fR,--debug ++enable debugging output ++.TP ++\fB\-f\fR,--output-format=EXT ++use output format EXT ++.TP ++\fB\-h\fR,--help ++this help ++.TP ++\fB\-I\fR,--include=DIR ++add DIR to search path ++.TP ++\fB\-i\fR,--init=FILE ++use FILE as init file ++.TP ++\fB\-M\fR,--dependencies ++write Makefile dependencies for every input file ++.TP ++\fB\-m\fR,--no-paper ++produce MIDI output only ++.TP ++\fB\-o\fR,--output=BASENAME ++write output to BASENAME[-x].extension ++.TP ++\fB\-Q\fR,--find-old-relative ++show all changes in relative syntax ++.TP ++\fB\-s\fR,--safe ++inhibit file output naming and exporting ++.TP ++\fB\-T\fR,--no-timestamps ++don't timestamp the output ++.TP ++\fB\-t\fR,--test ++switch on experimental features ++.TP ++\fB\-V\fR,--ignore-version ++ignore mudela version ++.TP ++\fB\-v\fR,--version ++print version number ++.TP ++\fB\-w\fR,--warranty ++show warranty and copyright ++.PP ++This binary was compiled with the following options: ++datadir: `/home/fred/usr/share/lilypond' ++localedir: `/home/fred/usr/share/locale' ++.PP ++Oldest supported input version: 1.3.4 ++.SH "REPORTING BUGS" ++Report bugs to bug-gnu-music@gnu.org ++.SH "SEE ALSO" ++The full documentation for ++.B LilyPond ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B LilyPond ++programs are properly installed at your site, the command ++.IP ++.B info LilyPond ++.PP ++should give you access to the complete manual. ++.PP ++This is free software. It is covered by the GNU General Public License, ++and you are welcome to change it and/or distribute copies of it under ++certain conditions. Invoke as `lilypond --warranty' for more information. ++.SH COPYRIGHT ++Copyright \(co 1996--2000 byHan-Wen Nienhuys ++Jan Nieuwenhuizen +diff --exclude-from=niet -urN ../lilypond-1.3.38/midi2ly/out/midi2ly.1 ./midi2ly/out/midi2ly.1 +--- ../lilypond-1.3.38/midi2ly/out/midi2ly.1 Thu Jan 1 01:00:00 1970 ++++ ./midi2ly/out/midi2ly.1 Wed Mar 22 15:51:45 2000 +@@ -0,0 +1,74 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH MIDI2LY "1" "March 2000" "midi2ly 1.3.38.jcn1" FSF ++.SH NAME ++midi2ly \- manual page for midi2ly 1.3.38.jcn1 ++.SH SYNOPSIS ++.B midi2ly ++[\fIOPTION\fR]... [\fIFILE\fR] ++.SH DESCRIPTION ++.PP ++Translate MIDI-file to mudela ++.SH OPTIONS ++.TP ++\fB\-b\fR,--no-quantify ++write exact durations, e.g.: a4*385/384 ++.TP ++\fB\-d\fR,--debug ++enable debugging output ++.TP ++\fB\-h\fR,--help ++this help ++.TP ++\fB\-k\fR,--key=ACC[:MINOR] ++set key: ACC +sharps/-flats; :1 minor ++.TP ++\fB\-n\fR,--no-silly ++don't output tuplets or double dots, smallest is 32 ++.TP ++\fB\-o\fR,--output=FILE ++set FILE as default output ++.TP ++\fB\-p\fR,--no-tuplets ++don't output tuplets ++.TP ++\fB\-q\fR,--quiet ++be quiet ++.TP ++\fB\-s\fR,--smallest=DUR ++set smallest duration ++.TP ++\fB\-T\fR,--no-timestamps ++don't timestamp the output ++.TP ++\fB\-V\fR,--version ++print version number ++.TP ++\fB\-v\fR,--verbose ++be verbose ++.TP ++\fB\-w\fR,--warranty ++show warranty and copyright ++.TP ++\fB\-x\fR,--no-double-dots ++assume no double dotted notes ++.SH "REPORTING BUGS" ++Report bugs to bug-gnu-music@gnu.org ++.SH "SEE ALSO" ++The full documentation for ++.B midi2ly ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B midi2ly ++programs are properly installed at your site, the command ++.IP ++.B info midi2ly ++.PP ++should give you access to the complete manual. ++.PP ++This is free software. It is covered by the GNU General Public License, ++and you are welcome to change it and/or distribute copies of it under ++certain conditions. Invoke as `midi2ly --warranty' for more information. ++.SH COPYRIGHT ++Copyright \(co 1996--2000 byHan-Wen Nienhuys ++Jan Nieuwenhuizen +diff --exclude-from=niet -urN ../lilypond-1.3.38/midi2ly/out/version.hh ./midi2ly/out/version.hh +--- ../lilypond-1.3.38/midi2ly/out/version.hh Thu Jan 1 01:00:00 1970 ++++ ./midi2ly/out/version.hh Wed Mar 22 15:51:41 2000 +@@ -0,0 +1,5 @@ ++/* automatically generated */#define PACKAGE_NAME "LilyPond" ++#define MAJOR_VERSION "1" ++#define MINOR_VERSION "3" ++#define PATCH_LEVEL "38" ++#define MY_PATCH_LEVEL "jcn1" +diff --exclude-from=niet -urN ../lilypond-1.3.38/scripts/out/abc2ly.1 ./scripts/out/abc2ly.1 +--- ../lilypond-1.3.38/scripts/out/abc2ly.1 Thu Jan 1 01:00:00 1970 ++++ ./scripts/out/abc2ly.1 Wed Mar 22 15:50:27 2000 +@@ -0,0 +1,32 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH ABC2LY "1" "March 2000" "GNU lilypond 1.3.38" FSF ++.SH NAME ++abc2ly \- manual page for abc2ly 1.3.38 ++.SH SYNOPSIS ++.B abc2ly ++[\fIOPTION\fR]...\fI ABC-FILE\fR ++.SH DESCRIPTION ++ ++Convert ABC to Mudela. ++.SH OPTIONS ++.TP ++\fB\-h\fR, \fB\-\-help\fR ++this help ++.TP ++\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR ++set output filename to FILE ++.TP ++\fB\-v\fR, \fB\-\-version\fR ++version information ++.SH "SEE ALSO" ++The full documentation for ++.B abc2ly ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B abc2ly ++programs are properly installed at your site, the command ++.IP ++.B info abc2ly ++.PP ++should give you access to the complete manual. +diff --exclude-from=niet -urN ../lilypond-1.3.38/scripts/out/as2text.1 ./scripts/out/as2text.1 +--- ../lilypond-1.3.38/scripts/out/as2text.1 Thu Jan 1 01:00:00 1970 ++++ ./scripts/out/as2text.1 Wed Mar 22 15:50:31 2000 +@@ -0,0 +1,32 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH AS2TEXT "1" "March 2000" "as2text - LilyPond version 1.3.38" FSF ++.SH NAME ++as2text \- manual page for as2text - LilyPond version 1.3.38 ++.SH SYNOPSIS ++.B as2text ++[\fIOPTION\fR]...\fI AS-FILE\fR ++.SH DESCRIPTION ++as2text - LilyPond version 1.3.38 ++Convert AsciiScript to text. ++.SH OPTIONS ++.TP ++\fB\-h\fR,--help ++this help ++.TP ++\fB\-o\fR,--output=FILE ++set output file ++.TP ++\fB\-v\fR,--version ++show version ++.SH "SEE ALSO" ++The full documentation for ++.B as2text ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B as2text ++programs are properly installed at your site, the command ++.IP ++.B info as2text ++.PP ++should give you access to the complete manual. +diff --exclude-from=niet -urN ../lilypond-1.3.38/scripts/out/convert-mudela.1 ./scripts/out/convert-mudela.1 +--- ../lilypond-1.3.38/scripts/out/convert-mudela.1 Thu Jan 1 01:00:00 1970 ++++ ./scripts/out/convert-mudela.1 Wed Mar 22 15:50:23 2000 +@@ -0,0 +1,49 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH CONVERT-MUDELA "1" "March 2000" "GNU LilyPond 1.3.38" FSF ++.SH NAME ++convert-mudela \- manual page for convert-mudela 1.3.38 ++.SH SYNOPSIS ++.B convert-mudela ++[\fIOPTION\fR]... [\fIFILE\fR]... ++.SH DESCRIPTION ++.PP ++Try to convert to newer mudela-versions. The version number of the ++input is guessed by default from \version directive ++.SH OPTIONS ++.TP ++\fB\-h\fR, \fB\-\-help\fR ++print this help ++.TP ++\fB\-e\fR, \fB\-\-edit\fR ++in place edit ++.TP ++\fB\-f\fR, \fB\-\-from\fR=\fIVERSION\fR ++start from version ++.TP ++\fB\-s\fR, \fB\-\-show\-rules\fR ++print all rules. ++.TP ++\fB\-t\fR, \fB\-\-to\fR=\fIVERSION\fR ++target version ++.TP ++\fB\-\-version\fR ++print program version ++.SH "REPORTING BUGS" ++Report bugs to bugs-gnu-music@gnu.org ++.SH "SEE ALSO" ++The full documentation for ++.B convert-mudela ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B convert-mudela ++programs are properly installed at your site, the command ++.IP ++.B info convert-mudela ++.PP ++should give you access to the complete manual. ++.PP ++This is free software. It is covered by the GNU General Public ++License, and you are welcome to change it and/or distribute copies of ++it under certain conditions. invoke as `convert-mudela --warranty' for more ++information. +diff --exclude-from=niet -urN ../lilypond-1.3.38/scripts/out/ly2dvi.1 ./scripts/out/ly2dvi.1 +--- ../lilypond-1.3.38/scripts/out/ly2dvi.1 Thu Jan 1 01:00:00 1970 ++++ ./scripts/out/ly2dvi.1 Wed Mar 22 15:50:25 2000 +@@ -0,0 +1,76 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH LY2DVI "1" "March 2000" "GNU lilypond 1.3.38" FSF ++.SH NAME ++ly2dvi \- manual page for ly2dvi 1.3.38 ++.SH SYNOPSIS ++.B ly2dvi ++[\fIOPTION\fR]... [\fIFILE\fR]... ++.SH DESCRIPTION ++.PP ++Generate dvi file from mudela or lilypond output ++.SH OPTIONS ++.TP ++\fB\-D\fR,--debug ++increase verbosity ++.TP ++\fB\-F\fR,--headers= ++name of additional LaTeX headers file ++.TP ++\fB\-H\fR,--Height= ++set paper height (points) (see manual page) ++.TP ++\fB\-I\fR,--include=DIR ++add DIR to LilyPond's search path ++.TP ++\fB\-K\fR,--keeplilypond ++keep lilypond output files ++.TP ++\fB\-L\fR,--landscape ++set landscape orientation ++.TP ++\fB\-N\fR,--nonumber ++switch off page numbering ++.TP ++\fB\-O\fR,--orientation= ++set orientation (obsolete - use \fB\-L\fR instead) ++.TP ++\fB\-P\fR,--postscript ++generate postscript file ++.TP ++\fB\-W\fR,--Width= ++set paper width (points) (see manual page) ++.TP ++\fB\-M\fR,--dependencies ++tell lilypond make a dependencies file ++.TP ++\fB\-h\fR,--help ++this help text ++.TP ++\fB\-k\fR,--keeply2dvi ++keep ly2dvi output files ++.TP ++\fB\-l\fR,--language= ++give LaTeX language (babel) ++.TP ++\fB\-o\fR,--output= ++set output directory ++.TP ++\fB\-p\fR,--papersize= ++give LaTeX papersize (eg. a4) ++.TP ++\fB\-s\fR,--separate ++run all files separately through LaTeX ++.PP ++files may be (a mix of) input to or output from lilypond(1) ++.SH "SEE ALSO" ++The full documentation for ++.B ly2dvi ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B ly2dvi ++programs are properly installed at your site, the command ++.IP ++.B info ly2dvi ++.PP ++should give you access to the complete manual. +diff --exclude-from=niet -urN ../lilypond-1.3.38/scripts/out/mudela-book.1 ./scripts/out/mudela-book.1 +--- ../lilypond-1.3.38/scripts/out/mudela-book.1 Thu Jan 1 01:00:00 1970 ++++ ./scripts/out/mudela-book.1 Wed Mar 22 15:50:24 2000 +@@ -0,0 +1,65 @@ ++.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. ++.TH MUDELA-BOOK "1" "March 2000" "GNU LilyPond 1.3.38" FSF ++.SH NAME ++mudela-book \- manual page for mudela-book 1.3.38 ++.SH SYNOPSIS ++.B mudela-book ++[\fIoptions\fR]\fI FILE\fR ++.SH DESCRIPTION ++.PP ++Generate hybrid LaTeX input from Latex + mudela ++Options: ++.TP ++\fB\-\-default\-mudela\-fontsize\fR=\fIDIM\fR ++default fontsize for music. DIM is assumed to in points ++.TP ++\fB\-f\fR,--format=EXT ++set format. EXT is one of texi and latex. ++.TP ++\fB\-h\fR,--help ++print help ++.TP ++\fB\-I\fR,--include=DIR ++include path ++.TP ++\fB\-\-init\fR ++mudela-book initfile ++.TP ++\fB\-\-force\-verbatim\fR ++make all mudela verbatim ++.TP ++\fB\-M\fR,--dependencies ++write dependencies ++.TP ++\fB\-n\fR,--no-lily ++don't run lilypond ++.TP ++\fB\-\-no\-pictures\fR ++don't generate pictures ++.TP ++\fB\-o\fR,--outname=FILE ++prefix for filenames ++.TP ++\fB\-v\fR,--version ++print version information ++.TP ++\fB\-\-dep\-prefix\fR=\fIPREF\fR ++prepend PREF before each \fB\-M\fR dependency ++.PP ++Warning all output is written in the CURRENT directory ++.SH "REPORTING BUGS" ++Report bugs to bug-gnu-music@gnu.org. ++Written by Tom Cato Amundsen and ++Han-Wen Nienhuys ++.SH "SEE ALSO" ++The full documentation for ++.B mudela-book ++is maintained as a Texinfo manual. If the ++.B info ++and ++.B mudela-book ++programs are properly installed at your site, the command ++.IP ++.B info mudela-book ++.PP ++should give you access to the complete manual. diff --git a/VERSION b/VERSION index 1f0bace1bd..2be896362e 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=38 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/buildscripts/make-cygwin-cross.sh b/buildscripts/make-cygwin-cross.sh new file mode 100644 index 0000000000..429c87951b --- /dev/null +++ b/buildscripts/make-cygwin-cross.sh @@ -0,0 +1,290 @@ +#!@BASH@ +# make-cygwin-cross +# +# Build and install cross-development tools for cygwin package +# (binutils, compiler, flex, bison). +# Using this cross-development enviroment, build and install +# native cygwin packages (guile, lilypond). +# +# Besides being a handy script for me, currently this mainly serves +# as documentation for cross-building lilypond. +# +# To use this script, you need +# +# * all development tools to build a native LilyPond, see INSTALL.txt +# +# * pre-release cygnus sources (and a binary) from: +# +# ftp://sourceware.cygnus.com/pub/cygwin/private/cygwin-net-485/ +# +# binutils/binutils-19990818-1-src.tar.gz +# bison/bison-src.tar.gz +# cygwin/cygwin-20000301-src.tar.gz +# cygwin/cygwin-20000301.tar.gz +# flex/flex-src.tar.gz +# gcc/gcc-2.95.2-1-src.tar.gz +# +# * guile-1.3.4.tar.gz +# +# * lilypond-1.3.38.jcn1.tar.gz +# +# * lots of disk space, ca 353MB +# + +################ +# config section +################ + +ROOT=/usr/src/cygwin-net-485 +PREFIX=$ROOT/usr +NATIVE_PREFIX=/Cygnus/usr + +# we want to install LilyPond under +# /Cygnus/lilypond-x.y.z +if [ ! -e $NATIVE_PREFIX ]; then + echo "$NATIVE_PREFIX: no such directory" + echo + echo "do:" + echo " mkdir -p $ROOT/$NATIVE_PREFIX" + echo " ln -s $ROOT/Cygnus /Cygnus" + exit 1 +fi + +# urg +DEVEL=/home/fred +WWW=$DEVEL/WWW/lilypond/gnu-windows + +CYGWIN_SOURCE=$DEVEL/sourceware.cygnus.com/pub/cygwin/private/cygwin-net-485 +SOURCE_PATH=$DEVEL/usr/src/releases:$DEVEL/usr/src/patches:$DEVEL/usr/src/lilypond/Documentation/ntweb + +HOST=`uname -m`-gnu-`uname -s | tr '[A-Z]' '[a-z]'` + +cygwin_binary=cygwin-20000301.tar.gz +TARGET_ARCH=i686-pc-cygwin +CYGWIN_DLL=cygwin1-net-485.dll + +cross_packages=" +binutils-19990818 +gcc-2.95.2 +cygwin +flex +bison +" + +cross_configure='--prefix=$PREFIX --target=$TARGET_ARCH' +native_configure='--prefix=$PREFIX --target=$TARGET_ARCH' +##native_configure='--prefix=$NATIVE_PREFIX --target=$TARGET_ARCH' +gcc_make='LANGUAGES="c++"' + +native_configure='--target=$TARGET_ARCH --build=$TARGET_ARCH --host=$HOST --oldincludedir=$PREFIX/include' + +guile_patch='guile-1.3.4-gnu-windows.patch' +guile_configure='--prefix=$PREFIX --enable-sizeof-int=4 --enable-sizeof-long=4 --enable-restartable-syscalls=yes' +guile_make='oldincludedir=$PREFIX/include' + +lilypond_version=@TOPLEVEL_VERSION@ +lilypond_prefix="$NATIVE_PREFIX/lilypond-$lilypond_version" +lilypond_ldflags='-L$PREFIX/lib -lguile $PREFIX/bin/$CYGWIN_DLL' +lilypond_configure='--prefix=$lilypond_prefix' +## URG, help2man: doesn't know about cross-compilation. +#lilypond_make='-k && make -k && make -k' +lilypond_patch=lilypond-manpages.patch + +native_packages=" +guile +lilypond-$lilypond_version +" + + +####################### +# end of config section +####################### + +cygwin_dirs=`/bin/ls -d1 $CYGWIN_SOURCE/*` +cygwin_source_path=`echo $CYGWIN_SOURCE $cygwin_dirs` +source_path=`echo $SOURCE_PATH:$cygwin_source_path | sed 's/:/ /g'` + +# mingw doesn't work yet. +#TARGET_ARCH=i686-pc-mingw32 +# +# building cross-compiler i686-pc-mingw32-gcc exists on: +# +# /usr/src/cygwin-mingw/usr/src/cross-gcc-2.95.2/gcc/xgcc -B/usr/src/cygwin-mingw/usr/src/cross-gcc-2.95.2/gcc/ -B/usr/src/cygwin-mingw/usr/i686-pc-mingw32/bin/ -I/usr/src/cygwin-mingw/usr/i686-pc-mingw32/include -O2 -I../../gcc-2.95.2/gcc/../winsup/include -DCROSS_COMPILE -DIN_GCC -g -O2 -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include -c +# +# with: +# +# ../../gcc-2.95.2/gcc/libgcc2.c:2582: conflicting types for `getpagesize' +#/usr/src/cygwin-mingw/usr/i686-pc-mingw32/include/sys/unistd.h:43: previous declaration of `getpagesize' +# it seems that __CYGWIN__ is not defined in mingw compiler/or compiler isn't +# fully ported to mingw + +########### +# functions +########### + +untar () +{( + set -x + tarball=$1 + dest_dir=$2 + + first_dir=`tar tzf $tarball | head -1` + src_dir=`dirname $first_dir` + + if [ "$src_dir" = "src" -o "$src_dir" = "./src" \ + -o "$src_dir" = "." ]; then + src_dir=$first_dir + fi + + tar xzf $tarball + + if [ "$src_dir" != "$dest_dir" -a "$src_dir" != "$dest_dir/" ]; then + mv $src_dir $dest_dir + rm -rf ./$first_dir + fi +) +} + +build () +{( + set - + package=$1 + + if [ -d $package ]; then + echo "./$package: directory exists" + echo "$package: skipping" + exit 0 + fi + + name=`echo $package | sed 's/-.*//'` + name_patch=`eval echo $\`eval echo ${name}_patch\`` + name_make=`eval echo $\`eval echo ${name}_make\`` + name_configure=`eval echo $\`eval echo ${name}_configure\`` + name_ldflags=`eval echo $\`eval echo ${name}_ldflags\`` + type_configure=`eval echo $\`eval echo ${type}_configure\`` + + find_path $package*src.tar.gz + if [ "$found" = "" ]; then + find_path $package.tar.gz + fi + if [ "$found" = "" ]; then + find_path $name*tar.gz + fi + if [ "$found" = "" ]; then + echo "$package: no such tarball" + exit 1 + fi + + untar $found $package + if [ "x$name_patch" != "x" ]; then + ( + cd $package + find_path $name_patch + set -x + if [ "$found" = "" ]; then + echo "$name_patch: no such file" + exit 1 + fi + patch -p1 -E < $found + ) + fi + set -x + mkdir $type-$package + cd $type-$package + + rm -f config.cache + LDFLAGS="`eval echo $name_ldflags`" ../$package/configure `eval echo $type_configure $name_configure` && + make `eval echo $name_make` && + make install `eval echo $name_make` +) +} + +find_path () +{ + set - + expr=$1 + for i in $source_path; do + found=`/bin/ls -d1 $i/$expr 2>/dev/null | head -1` + if [ -e "$found" ]; then + return + fi + done + found= +} +################## +# end of functions +################## + +# +# setup +# + +set -x +mkdir -p $ROOT +if [ ! -d $PREFIX ]; then + cd $ROOT + find_path $cygwin_binary + if [ "$found" = "" ]; then + echo "$cygwin_binary: no such tarball" + exit 1 + fi + set -x + tar xzf $found + # urg, bug in gcc's cross-make configuration + mkdir -p $PREFIX/lib/gcc-lib/$TARGET_ARCH/2.95.2 + + cd $PREFIX + # urg, bug in gcc's cross-make configuration + if [ ! -e include ]; then + #mv include huh-include + # not target-arch, but [i686-]pc-cygwin! + ln -s $PREFIX/i686-pc-cygwin/include . + # these necessary only for mingw32 + ln -s $PREFIX/i686-pc-cygwin/include $TARGET_ARG + ln -s $PREFIX/include $PREFIX/$TARGET_ARCH/include + fi +else + echo "$PREFIX: already exists" + echo "$cygwin_binary: skipping" +fi + +mkdir -p $PREFIX/src +cd $PREFIX/src +PATH=$PATH:$PREFIX/bin + +type=cross +for i in $cross_packages; do + if build $i; then + true + else + echo "$i: build failed" + exit 1 + fi +done + +# urg, bug in gcc's cross-make install +ln -f $PREFIX/bin/cygwin1.dll $PREFIX/bin/$CYGWIN_DLL +ln -f $PREFIX/bin/$TARGET_ARCH-gcc $PREFIX/$TARGET_ARCH/bin/cc +ln -f $PREFIX/bin/$TARGET_ARCH-c++ $PREFIX/$TARGET_ARCH/bin/c++ +ln -f $PREFIX/bin/$TARGET_ARCH-g++ $PREFIX/$TARGET_ARCH/bin/g++ + +PATH=$PREFIX/$TARGET_ARCH/bin:$PREFIX/bin:$PATH + +cd $PREFIX/src +mkdir -p $PREFIX/src + +type=native +for i in $native_packages; do + if build $i; then + true + else + echo "$i: build failed" + exit 1 + fi +done + +lilypond_name=lilypond-$lilypond_version +rm -f $WWW/$lilypond_name.zip +cd $lilypond_prefix/.. && zip -r $WWW/$lilypond_name.zip $lilypond_name +rm -f $WWW/$CYGWIN_DLL.zip +cd $PREFIX/bin && zip $WWW/$CYGWIN_DLL.zip $CYGWIN_DLL diff --git a/flower/libc-extension.cc b/flower/libc-extension.cc index 7903dd230b..a06704b182 100644 --- a/flower/libc-extension.cc +++ b/flower/libc-extension.cc @@ -76,8 +76,8 @@ void * memmem (void const *haystack, int haystack_len, void const *needle,int needle_len) { - Byte const* haystack_byte_c_l = haystack; - Byte const* needle_byte_c_l = needle; + Byte const* haystack_byte_c_l = (Byte const*)haystack; + Byte const* needle_byte_c_l = (Byte const*)needle; return _memmem (haystack_byte_c_l, haystack_len, needle_byte_c_l, needle_len); } diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 98e0724d1a..ed786e6c6c 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -7,6 +7,8 @@ all: default $(LOOP) +man: + $(LOOP) # be careful about deletion. clean: localclean diff --git a/stepmake/stepmake/help2man-rules.make b/stepmake/stepmake/help2man-rules.make index b6bdb5af21..b2f86ea8fc 100644 --- a/stepmake/stepmake/help2man-rules.make +++ b/stepmake/stepmake/help2man-rules.make @@ -11,4 +11,5 @@ $(outdir)/%.1: $(outdir)/% echo "no problem, since they don't contain any information anyway.";\ echo "Please run make again, and be prepared for NO manual pages.") - +$(outdir)/%.1: out/%.1 + cp $< $@ -- 2.39.2