Skip to content
Snippets Groups Projects
Commit 4ec87302 authored by Niels Möller's avatar Niels Möller
Browse files

Generate config.m4.

Rev: src/nettle/configure.ac:1.5
parent 99d844f7
No related branches found
No related tags found
No related merge requests found
...@@ -67,8 +67,9 @@ esac ...@@ -67,8 +67,9 @@ esac
if test "$enable_assembler" = yes ; then if test "$enable_assembler" = yes ; then
if test -n "$asm_path"; then if test -n "$asm_path"; then
AC_MSG_NOTICE([Looking for assembler files in $asm_path/.])
found=no 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" # echo "Looking for $srcdir/$asm_path/$tmp_f"
if test -f "$srcdir/$asm_path/$tmp_f"; then if test -f "$srcdir/$asm_path/$tmp_f"; then
# echo found # echo found
...@@ -118,5 +119,5 @@ if test x$GCC = xyes ; then ...@@ -118,5 +119,5 @@ if test x$GCC = xyes ; then
# inttypes.h. # inttypes.h.
fi fi
AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile) AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile config.m4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment