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
Brian Smith
nettle
Commits
4ec87302
Commit
4ec87302
authored
May 07, 2002
by
Niels Möller
Browse files
Generate config.m4.
Rev: src/nettle/configure.ac:1.5
parent
99d844f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4ec87302
...
...
@@ -67,8 +67,9 @@ esac
if test "$enable_assembler" = yes ; then
if test -n "$asm_path"; then
AC_MSG_NOTICE([Looking for assembler files in $asm_path/.])
found=no
for tmp_f in aes.asm machine.m4; do
for tmp_f in aes.asm
aes-encrypt.asm aes-decrypt.asm
machine.m4; do
# echo "Looking for $srcdir/$asm_path/$tmp_f"
if test -f "$srcdir/$asm_path/$tmp_f"; then
# echo found
...
...
@@ -118,5 +119,5 @@ if test x$GCC = xyes ; then
# inttypes.h.
fi
AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile)
AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile
config.m4
)
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