From: Nikos Mavrogiannopoulos Date: Mon, 4 Mar 2013 04:55:37 +0000 (+0100) Subject: call gl_EARLY earlier, and add AM_PROG_AR. X-Git-Tag: gnutls_3_1_10~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac773c80d070deaff6f574f0796e76bff68abe6;p=thirdparty%2Fgnutls.git call gl_EARLY earlier, and add AM_PROG_AR. --- diff --git a/configure.ac b/configure.ac index e362455d89..0f00dabf8c 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ AC_PREREQ(2.61) AC_INIT([GnuTLS], [3.1.9], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) +AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.11.3 no-dist-gzip dist-xz dist-lzip -Wall -Wno-override]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -34,11 +35,11 @@ AC_MSG_RESULT([*** ]) dnl Checks for programs. -AC_CANONICAL_TARGET AC_PROG_CC +gl_EARLY AM_PROG_AS +dnl AM_PROG_AR AC_PROG_CXX -gl_EARLY # For includes/gnutls/gnutls.h.in. AC_SUBST(MAJOR_VERSION, `echo $PACKAGE_VERSION | sed 's/\(.*\)\..*\..*/\1/g'`)