From 3ac56740e5b3b42582e9a644c5485049a146fe8c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 5 Oct 2001 17:02:46 +0000 Subject: [PATCH] (install-data-local): Look in `$(srcdir)' for file and-let-star-compat.scm. --- ice-9/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 46185c4f1..132a9147d 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -3,17 +3,17 @@ ## Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## ## This file is part of GUILE. -## +## ## GUILE is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2, or ## (at your option) any later version. -## +## ## GUILE is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 59 Temple Place, Suite @@ -39,7 +39,7 @@ subpkgdata_DATA = $(ice9_sources) ETAGS_ARGS = $(subpkgdata_DATA) install-data-local: - -$(INSTALL_DATA) and-let-star-compat.scm \ + -$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \ $(subpkgdatadir)/'and-let*.scm' ## test.scm is not currently installed.