From 6be9e2487b7f41c2db2e1e35ebbf6f9a0aed8a29 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 27 Apr 1997 22:58:52 +0000 Subject: [PATCH] * Makefile.am (subpkgdatadir): Use "ice-9" instead of "@module@"; we're not using AM_INIT_GUILE_MODULE any more. * Makefile.in: Regeneratitetedrerd. --- ice-9/Makefile.am | 2 +- ice-9/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 3db128b24..8018556be 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign -subpkgdatadir = $(pkgdatadir)/$(VERSION)/@module@ +subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \ mapping.scm poe.scm slib.scm tags.scm threads.scm r4rs.scm diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 20616d528..6ba6b204b 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -71,7 +71,7 @@ xtra_PLUGIN_guile_libs = @xtra_PLUGIN_guile_libs@ AUTOMAKE_OPTIONS = foreign -subpkgdatadir = $(pkgdatadir)/$(VERSION)/@module@ +subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \ mapping.scm poe.scm slib.scm tags.scm threads.scm r4rs.scm