summaryrefslogtreecommitdiff
path: root/autogen.rc
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc29
1 files changed, 29 insertions, 0 deletions
diff --git a/autogen.rc b/autogen.rc
new file mode 100644
index 0000000..850d4e7
--- /dev/null
+++ b/autogen.rc
@@ -0,0 +1,29 @@
+# autogen.sh configuration for GnuPG -*- sh -*-
+
+case "$myhost:$myhostsub" in
+ w32:ce)
+ extraoptions=
+ ;;
+ w32:)
+ extraoptions=
+ ;;
+esac
+
+case "$myhost" in
+ w32)
+ configure_opts="
+ --with-gpg-error-prefix=@SYSROOT@
+ "
+ ;;
+
+ amd64)
+ configure_opts="
+ --with-gpg-error-prefix=@SYSROOT@
+ "
+ ;;
+esac
+
+
+extra_aclocal_flags="-I gl/m4"
+
+final_info="./configure --enable-maintainer-mode && make"