# autogen.sh configuration for gpgol -*- sh -*- case "$myhost:$myhostsub" in w32:ce) extraoptions= ;; w32:64) extraoptions= ;; w32:) extraoptions= ;; esac case "$myhost" in w32|w64) configure_opts=" --with-gpg-error-prefix=@SYSROOT@ --with-gpgme-prefix=@SYSROOT@ --with-libassuan-prefix=@SYSROOT@ " ;; esac final_info="./configure --build-{w32,w64} && make"