summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-04 05:55:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-04 06:02:38 +0100
commitaac773c80d070deaff6f574f0796e76bff68abe6 (patch)
treee6004d9a8162bc6a8413c20859891e4a06b437fc
parentbc4d1654ce7e5f6a322633ef66bf5657cc667686 (diff)
downloadgnutls-aac773c80d070deaff6f574f0796e76bff68abe6.tar.gz
call gl_EARLY earlier, and add AM_PROG_AR.
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
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'`)