summaryrefslogtreecommitdiff
path: root/autogen.rc
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/autogen.rc b/autogen.rc
new file mode 100644
index 00000000..09a9b9c1
--- /dev/null
+++ b/autogen.rc
@@ -0,0 +1,17 @@
+# autogen.sh configuration for Libgcrypt -*- sh -*-
+
+case "$myhost" in
+ w32)
+ configure_opts="
+ --with-gpg-error-prefix=@SYSROOT@
+ "
+ ;;
+
+ amd64)
+ configure_opts="
+ --with-gpg-error-prefix=@SYSROOT@
+ "
+ ;;
+esac
+
+final_info="./configure --enable-maintainer-mode && make"