aboutsummaryrefslogtreecommitdiffstats
path: root/usrinst.sh
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-10-21 13:01:40 +0000
committerdanglassey <danglassey>2002-10-21 13:01:40 +0000
commitd16a90fac71b7e403549e78d0f14d4de9ad65111 (patch)
tree7b0dde4697a98f37d4738eef5e72d78ebae30b2d /usrinst.sh
parent2f189123693db86730c3719508568ce409f09135 (diff)
downloadsword-sf-cvs-d16a90fac71b7e403549e78d0f14d4de9ad65111.tar.gz
sync with crosswire 20021021-1300
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-xusrinst.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/usrinst.sh b/usrinst.sh
index c24e5bf..5857f29 100755
--- a/usrinst.sh
+++ b/usrinst.sh
@@ -1,8 +1,9 @@
#!/bin/sh
CPPFLAGS=-DUSBINARY ./configure --prefix=/usr \
- --disable-shared --disable-debug --without-conf --sysconfdir=/etc \
---with-vcl \
+ --disable-shared --without-conf --sysconfdir=/etc \
+ --with-vcl \
+ --enable-debug --enable-profile \
$*
echo ""