Rev: src/nettle/configure.ac:1.5
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
# inttypes.h.
fi
-AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile)
+AC_OUTPUT(Makefile testsuite/Makefile examples/Makefile config.m4)