projects
/
gpgol.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Thou shalt not push before compiling
[gpgol.git]
/
autogen.rc
1
# autogen.sh configuration for gpgol -*- sh -*-
2
3
case "$myhost:$myhostsub" in
4
w32:ce)
5
extraoptions=
6
;;
7
w32:64)
8
extraoptions=
9
;;
10
w32:)
11
extraoptions=
12
;;
13
esac
14
15
case "$myhost" in
16
w32|w64)
17
configure_opts="
18
--with-gpg-error-prefix=@SYSROOT@
19
--with-gpgme-prefix=@SYSROOT@
20
--with-libassuan-prefix=@SYSROOT@
21
"
22
;;
23
esac
24
25
final_info="./configure --build-{w32,w64} && make"