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:
75a52ac
)
Adjust for change: "--with-db4" is now "--with-db-4".
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 4 Feb 2007 02:56:10 +0000
(
02:56
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 4 Feb 2007 02:56:10 +0000
(
02:56
+0000)
v7/dist/make-dist-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-dist-files
b/v7/dist/make-dist-files
index e5741eb2172efc7d9d342433c96cf47303977637..42062db32d31df24903cca53ee09d48659b0ad85 100755
(executable)
--- a/
v7/dist/make-dist-files
+++ b/
v7/dist/make-dist-files
@@
-1,6
+1,6
@@
#!/bin/sh
-# $Id: make-dist-files,v 1.2
5 2007/01/20 03:55:34
cph Exp $
+# $Id: make-dist-files,v 1.2
6 2007/02/04 02:56:10
cph Exp $
#
# Copyright 2000,2001,2002,2003,2005 Massachusetts Institute of Technology
#
@@
-83,7
+83,7
@@
if [ ! -f "${STAMP_BUILD}" ];then
cd "${BUILD_DIR}/src"
./configure --enable-static-libs=yes --enable-dynamic-modules=no \
- --with-mcrypt=no --with-libpq=no --with-db4=no
+ --with-mcrypt=no --with-libpq=no --with-db
-
4=no
make
cd "${BUILD_DIR}/doc"