diff options
author | Werner Koch <wk@gnupg.org> | 2011-01-19 16:29:30 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-01-19 16:29:30 +0100 |
commit | af500f0ae490bc4262419fa52bac62677e1672fa (patch) | |
tree | b5a406d084d273ed903582bdeb851c2ea303356f /autogen.sh | |
parent | Fix computation of NEWSIZE in es_func_mem_write. (diff) | |
download | gnupg2-af500f0ae490bc4262419fa52bac62677e1672fa.tar.xz gnupg2-af500f0ae490bc4262419fa52bac62677e1672fa.zip |
Use estream for dirmngr's --gpgconf-list.
Change insalled name of gpg2 for Wince.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 72e5fee2c..d05415507 100755 --- a/autogen.sh +++ b/autogen.sh @@ -104,7 +104,8 @@ if [ "$myhost" = "w32" ]; then [ -z "$w32root" ] && w32root="$HOME/w32ce_root" toolprefixes="$w32ce_toolprefixes arm-mingw32ce" extraoptions="--enable-dirmngr-auto-start --disable-scdaemon " - extraoptions="$extraoptions --disable-zip $w32ce_extraoptions" + extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg" + extraoptions="$extraoptions $w32ce_extraoptions" ;; *) [ -z "$w32root" ] && w32root="$HOME/w32root" |