You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
477 B

# autogen.sh configuration for Pinentry -*- sh -*-
#version_parts=3
case "$myhost:$myhostsub" in
w32:ce)
extraoptions="--disable-pinentry-gtk2 --disable-pinentry-qt"
;;
w32:)
extraoptions=""
;;
esac
case "$myhost" in
w32)
configure_opts="
--with-libiconv-prefix=@SYSROOT@
PKG_CONFIG_LIBDIR=@SYSROOT@/lib/pkgconfig
"
;;
esac
extra_aclocal_flags=
final_info="./configure --enable-maintainer-mode && make"