projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd300bc
)
Add missing datarootdir definition needed by newer versions of
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 10 Jun 2006 05:38:02 +0000
(
05:38
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 10 Jun 2006 05:38:02 +0000
(
05:38
+0000)
autoconf.
v7/src/microcode/makegen/Makefile.in.in
patch
|
blob
|
history
diff --git
a/v7/src/microcode/makegen/Makefile.in.in
b/v7/src/microcode/makegen/Makefile.in.in
index bac06255b48f2379dd33b4a6a110e4daef8e22c6..e1a19a9edbad427541161ae01d8c18d1d51e0984 100644
(file)
--- a/
v7/src/microcode/makegen/Makefile.in.in
+++ b/
v7/src/microcode/makegen/Makefile.in.in
@@
-1,6
+1,6
@@
# -*- Makefile -*-
#
-# $Id: Makefile.in.in,v 1.2
8 2006/06/10 05:24:54
cph Exp $
+# $Id: Makefile.in.in,v 1.2
9 2006/06/10 05:38:02
cph Exp $
#
# Copyright 2000,2001,2002,2003,2005,2006 Massachusetts Institute of Technology
#
@@
-36,6
+36,7
@@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
+datarootdir = @datarootdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@