|
@@ -1,4 +1,19 @@
|
|
# autogen.sh configuration for Scute -*- sh -*-
|
|
# autogen.sh configuration for Scute -*- sh -*-
|
|
|
|
+case "$myhost" in
|
|
|
|
+ w32)
|
|
|
|
+ configure_opts="
|
|
|
|
+ --with-gpg-error-prefix=@SYSROOT@
|
|
|
|
+ --with-libassuan-prefix=@SYSROOT@
|
|
|
|
+ "
|
|
|
|
+ ;;
|
|
|
|
+
|
|
|
|
+ amd64)
|
|
|
|
+ configure_opts="
|
|
|
|
+ --with-gpg-error-prefix=@SYSROOT@
|
|
|
|
+ --with-libassuan-prefix=@SYSROOT@
|
|
|
|
+ "
|
|
|
|
+ ;;
|
|
|
|
+esac
|
|
|
|
|
|
extra_aclocal_flags=""
|
|
extra_aclocal_flags=""
|
|
final_info="./configure --enable-maintainer-mode && make"
|
|
final_info="./configure --enable-maintainer-mode && make"
|