Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
fad85c4e
Commit
fad85c4e
authored
Dec 15, 2012
by
Niels Möller
Browse files
From Alon Bar-Lev: Check for ar program.
parent
588017df
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fad85c4e
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
...
...
config.make.in
View file @
fad85c4e
...
...
@@ -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
...
...
configure.ac
View file @
fad85c4e
...
...
@@ -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]) #'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment