From e3ff40a78e9e95e1296b66f9c0d3df905c8af0d3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 9 Jan 2014 19:14:09 +0100 Subject: 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. --- autogen.rc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 autogen.rc (limited to 'autogen.rc') 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" -- cgit v1.2.1