repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
w3m
/
build
blob
dd161a30616ca3d4ad69cf7c847da709ac4a7717
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--localstatedir
=/
var \
7
--libexecdir
=/
usr
/
lib \
8
--disable-nls
\
9
--disable-rpath
\
10
--disable-mouse
\
11
--disable-history
\
12
--disable-alarm
\
13
--disable-cookie
\
14
--disable-dict
\
15
--disable-ipv6
\
16
--with-editor
=/
usr
/
bin
/
vi \
17
--with-mailer
=/
usr
/
bin
/
aerc \
18
--with-browser
=/
usr
/
bin
/
browser \
19
--without-x
\
20
--without-imagelib
21
make
22
make
DESTDIR
=
"
$1
"
install
23