From: Rudolf Polzer Date: Thu, 12 Sep 2013 14:33:44 +0000 (+0200) Subject: stupid hack X-Git-Tag: v1.0~3 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fd0_blind_id.git;a=commitdiff_plain;h=86ae1d47f6cb0c9bc872d7ad80fc356c6d7bd2e3 stupid hack --- diff --git a/configure.ac b/configure.ac index d84c56e..89072f0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,8 @@ AC_INIT([d0_blind_id],[0.5],[divVerent@xonotic.org]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall foreign]) AC_PROG_CC -AM_PROG_AR +# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT AC_ARG_WITH(openssl, AS_HELP_STRING([--with-openssl], [Use OpenSSL instead of GMP (beware of the OpenSSL license)]), [with_openssl=$withval], [with_openssl=no])