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
pcre: fork, fix sources
[kiss-trunc88.git]
/
fltk
/
build
blob
55ab3230f79aed26c4fc0b572cd2665d7b900718
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--bindir
=/
usr
/
bin \
6
--enable-shared
\
7
--disable-xinerama
\
8
--with-links
\
9
--with-x
10
11
make
12
make
DESTDIR
=
"
$1
"
install