]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
From Alon Bar-Lev: Check for ar program.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 15 Dec 2012 12:39:27 +0000 (13:39 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 15 Dec 2012 12:39:27 +0000 (13:39 +0100)
ChangeLog
config.make.in
configure.ac

index 4db6a8cf7cc6d63942e484f482fc6d2adcd0c66a..0e052e0c3a2154eb32dad6ed321228559538a136 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-15  Niels Möller  <nisse@lysator.liu.se>
+
+       From Alon Bar-Lev:
+       * configure.ac: Check for ar program.
+       * config.make.in (AR): Use configured value.
+
 2012-12-13  Niels Möller  <nisse@lysator.liu.se>
 
        * x86_64/sha3-permute.asm: Rewrote, to keep all state in
index 58ee19c19af24edd95c0162ae5f735729436216b..f42421fd22376a3afc6cf41b29650090c8f8ee63 100644 (file)
@@ -46,7 +46,7 @@ LIBHOGWEED_FORLINK = @LIBHOGWEED_FORLINK@
 LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
 LIBHOGWEED_LINK = @LIBHOGWEED_LINK@
 
-AR = ar
+AR = @AR@
 ARFLAGS = cru
 AUTOCONF = autoconf
 AUTOHEADER = autoheader
index e2ed52b89c91500839199410ba8fa6706c019d86..18208dcd5b62c228511784e144e63607713a3424 100644 (file)
@@ -100,6 +100,7 @@ AC_PROG_RANLIB
 AC_CHECK_TOOL(NM, nm, strings)
 # Used only for the GNU-stack configure test.
 AC_CHECK_TOOL(OBJDUMP, objdump, false)
+AC_CHECK_TOOL(AR, ar, false)
 
 if test "x$ac_cv_prog_cc_stdc" = xno ; then
   AC_ERROR([the C compiler doesn't handle ANSI-C]) #'