From db04688faa20f3576257c0fe41752ec435beab9a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:25 -0800 Subject: Import Upstream version 5c3 --- mkimpcat.scm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'mkimpcat.scm') diff --git a/mkimpcat.scm b/mkimpcat.scm index 4c69937..890d521 100644 --- a/mkimpcat.scm +++ b/mkimpcat.scm @@ -1,4 +1,4 @@ -;; Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -176,7 +176,16 @@ (display* "(") (add-alias 'hobbit (in-vicinity (implementation-vicinity) "hobbit")) (add-alias 'scmhob (in-vicinity (implementation-vicinity) "scmhob")) - (add-alias 'build (in-vicinity (implementation-vicinity) "build")) + (add-alias 'regex-case + (in-vicinity (implementation-vicinity) "rgxcase")) + (add-alias 'url-filename + (in-vicinity (implementation-vicinity) "urlfile")) + (add-source 'disarm (in-vicinity + (implementation-vicinity) + (string-append "disarm" (scheme-file-suffix)))) + (add-source 'build (in-vicinity + (implementation-vicinity) + (string-append "build" (scheme-file-suffix)))) ;; (add-alias 'impl:callback '(identity)) -- cgit v1.2.3