summaryrefslogtreecommitdiff
path: root/autogen.rc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-09 19:14:09 +0100
committerWerner Koch <wk@gnupg.org>2014-01-10 15:12:24 +0100
commite3ff40a78e9e95e1296b66f9c0d3df905c8af0d3 (patch)
treedffa68a5958d61ba7641d09843bb6aa117de29bc /autogen.rc
parent69c15393d1dac28e08c3b84b1aea286f12327847 (diff)
downloadlibgpg-error-e3ff40a78e9e95e1296b66f9c0d3df905c8af0d3.tar.gz
Use the generic autogen.sh script.
* Makefile.am (EXTRA_DIST): Add autogen.rc remove config.rpath. * autogen.rc: New. * autogen.sh: Update from current GnuPG. -- Note that config.rpath is automatically distributed by automake.
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc21
1 files changed, 21 insertions, 0 deletions
diff --git a/autogen.rc b/autogen.rc
new file mode 100644
index 0000000..a9cf145
--- /dev/null
+++ b/autogen.rc
@@ -0,0 +1,21 @@
+# autogen.sh configuration for libgpg-error -*- sh -*-
+
+case "$myhost:$myhostsub" in
+ w32:ce)
+ extraoptions=
+ ;;
+ w32:64)
+ extraoptions=
+ ;;
+ w32:)
+ extraoptions=
+ ;;
+esac
+
+case "$myhost" in
+ w32)
+ configure_opts=
+ ;;
+esac
+
+final_info="./configure --enable-maintainer-mode && make"