repo.or.cz
/
versaplex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Delete some unused stuff in Connection/Authentication.
[versaplex.git]
/
configure
blob
889dd7005cb997523a2e8f6befc6a308b299f914
1
#!/bin/sh -x
2
set -e
3
test -e
wv
/
Makefile || .
/
get-git-modules
4
5
rm
-f
config.mk
6
cat
>
config.mk
<<EOF
7
BUILD_TARGET=`uname`
8
EOF
9
10
(
cd
wv
&&
.
/
configure
)
||
exit
$?
11
(
cd
vxodbc
&&
make
configure
&&
.
/
configure
)
||
exit
$?