Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
b15b54e5
Commit
b15b54e5
authored
Feb 19, 2002
by
Niels Möller
Browse files
(asm_path): Renamed "path" to "asm_path". Also look
for a machine.m4. Rev: src/nettle/configure.in:1.13
parent
a61985d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
b15b54e5
...
...
@@ -54,27 +54,27 @@ if test "x$am_cv_prog_cc_stdc" = xno ; then
fi
# Select assembler code
path=
asm_
path=
case "$host" in
[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*])
path=x86
asm_
path=x86
;;
*sparc*-*-*)
path=sparc
asm_
path=sparc
;;
esac
# echo "enable_assembler: $enable_assembler, path: $path"
# echo "enable_assembler: $enable_assembler,
asm_
path: $
asm_
path"
if test "$enable_assembler" = yes ; then
if test -n "$path"; then
if test -n "$
asm_
path"; then
found=no
for tmp_f in aes
aes_tables
; do
# echo "Looking for $path/$tmp_f
.asm
"
if test -f "$path/$tmp_f
.asm
"; then
for tmp_f in aes
.asm machine.m4
; do
# echo "Looking for $
asm_
path/$tmp_f"
if test -f "$
asm_
path/$tmp_f"; then
# echo found
found=yes
AC_CONFIG_LINKS($tmp_f
.
asm
:$
path/$tmp_f
.asm
)
AC_CONFIG_LINKS($tmp_f
:$
asm
_
path/$tmp_f)
fi
done
if test "$found" = no; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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