From 4ec873024f73da6250d95977f035f74313373b68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 7 May 2002 18:00:24 +0200
Subject: [PATCH] Generate config.m4.

Rev: src/nettle/configure.ac:1.5
---
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 75814daa..4f35c72b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
 
-- 
GitLab