* autogen.rc: Set configure options for cross-compilation based on 'myhost'. Signed-off-by: Justus Winter <justus@g10code.com>
@@ -1,4 +1,19 @@
# autogen.sh configuration for Scute -*- sh -*-
+case "$myhost" in
+ w32)
+ configure_opts="
+ --with-gpg-error-prefix=@SYSROOT@
+ --with-libassuan-prefix=@SYSROOT@
+ "
+ ;;
+
+ amd64)
+esac
extra_aclocal_flags=""
final_info="./configure --enable-maintainer-mode && make"