From: Rudolf Polzer Date: Mon, 18 Mar 2013 13:10:15 +0000 (+0100) Subject: we need AM_PROG_AR now X-Git-Tag: xonotic-v0.7.0 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Ftags%2Fxonotic-v0.7.0;p=xonotic%2Fd0_blind_id.git we need AM_PROG_AR now --- diff --git a/configure.ac b/configure.ac index 83a8258..bfafd7a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ 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 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])