1# autogen.sh configuration for Pinentry                      -*- sh -*-
2
3#version_parts=3
4
5case "$myhost:$myhostsub" in
6  w32:ce)
7    extraoptions="--disable-pinentry-gtk2 --disable-pinentry-qt"
8    ;;
9  w32:)
10    extraoptions=""
11    ;;
12esac
13
14case "$myhost" in
15  w32)
16    configure_opts="
17      --with-gpg-error-prefix=@SYSROOT@
18      --with-libassuan-prefix=@SYSROOT@
19      --with-libiconv-prefix=@SYSROOT@
20      PKG_CONFIG_LIBDIR=@SYSROOT@/lib/pkgconfig
21      "
22    ;;
23esac
24
25extra_aclocal_flags=
26
27final_info="./configure --enable-maintainer-mode && make"
28