]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
call gl_EARLY earlier, and add AM_PROG_AR.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 4 Mar 2013 04:55:37 +0000 (05:55 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 4 Mar 2013 05:02:38 +0000 (06:02 +0100)
configure.ac

index e362455d891229542744a9608147f88d3edd4e33..0f00dabf8c50ab671f8a91e485d5b236a7464176 100644 (file)
@@ -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'`)