projects
/
platform
/
upstream
/
libgpg-error.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update package groups
[platform/upstream/libgpg-error.git]
/
autogen.rc
1
# autogen.sh configuration for libgpg-error -*- 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)
17
configure_opts=
18
;;
19
esac
20
21
final_info="./configure --enable-maintainer-mode && make"