1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:00:18 +02:00

* Makefile.am (subpkgdatadir): Use "ice-9" instead of "@module@";

we're not using AM_INIT_GUILE_MODULE any more.
* Makefile.in: Regeneratitetedrerd.
This commit is contained in:
Jim Blandy 1997-04-27 22:58:52 +00:00
parent 4616e355e5
commit 6be9e2487b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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