From 67e7e23f4845bc97f9989635a9acfc304ba9fc04 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 25 Aug 2003 12:50:11 +0000 Subject: [PATCH] * scm/Makefile.am: + Deprecated siteinfo.scm. + Distribute .scm files in /usr/share/elk. git-svn-id: svn://svn.zoy.org/elk/trunk@31 55e467fa-43c5-0310-a8a2-de718669efc6 --- scm/Makefile.am | 27 +++++++++++++++++++ scm/build | 66 --------------------------------------------- scm/build-siteinfo | 67 ---------------------------------------------- scm/xlib.scm | 2 -- scm/xt.scm | 2 -- 5 files changed, 27 insertions(+), 137 deletions(-) delete mode 100755 scm/build delete mode 100755 scm/build-siteinfo diff --git a/scm/Makefile.am b/scm/Makefile.am index e69de29..31afdad 100644 --- a/scm/Makefile.am +++ b/scm/Makefile.am @@ -0,0 +1,27 @@ +NULL = +pkgdata_DATA = \ + apropos.scm \ + bitstring.scm \ + cscheme.scm \ + debug.scm \ + describe.scm \ + gdbmtest.scm \ + initscheme.scm \ + motif.scm \ + oops.scm \ + parse.scm \ + pp.scm \ + qsort.scm \ + record.scm \ + recordutil.scm \ + regexp.scm \ + safe-env.scm \ + setf.scm \ + struct.scm \ + toplevel.scm \ + trace.scm \ + unix.scm \ + xlib.scm \ + xt.scm \ + xwidgets.scm \ + $(NULL) diff --git a/scm/build b/scm/build deleted file mode 100755 index e695a3b..0000000 --- a/scm/build +++ /dev/null @@ -1,66 +0,0 @@ -. ../config/system -. ../config/site - -echo Building Makefile.local... -cat >Makefile.local <siteinfo.scm -;;; -*-Scheme-*- -;;; -;;; This file has been produced automatically from the information in -;;; your config/system and config/site files. Do not edit! - - -;;; Miscellaneous parameters from config/system: - -(define site-machine "$machine") -(define site-os "$os") -(define site-cc "$cc") - -(define site-version '($major . $minor)) - - -;;; Various pathnames/options for dynamically loading the X extensions: - -(define site-lib-xlib - "$libxlib") - -(define site-lib-xt - "$libxt") - -(define site-lib-xaw - "$libxaw") - -(define site-lib-xmotif - "$libxmotif") - -(define site-force-load-xm "$force_load_xm") - -(provide 'siteinfo) -EOT diff --git a/scm/xlib.scm b/scm/xlib.scm index fa5df3c..416270b 100644 --- a/scm/xlib.scm +++ b/scm/xlib.scm @@ -2,8 +2,6 @@ ;;; ;;; The Scheme part of the Xlib extension. -(require 'siteinfo) - (fluid-let ((load-libraries (string-append site-lib-xlib " " load-libraries))) (require 'xlib.so)) diff --git a/scm/xt.scm b/scm/xt.scm index b3ad995..864e85a 100644 --- a/scm/xt.scm +++ b/scm/xt.scm @@ -2,8 +2,6 @@ ;;; ;;; The Scheme part of the Xt extension. -(require 'siteinfo) - (if (feature? 'motif) (fluid-let ((load-libraries (string-append site-force-load-xm " " site-lib-xmotif " "