]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Generate config.m4.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 7 May 2002 16:00:24 +0000 (18:00 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 7 May 2002 16:00:24 +0000 (18:00 +0200)
Rev: src/nettle/configure.ac:1.5

configure.ac

index 75814daa158de4838f3d3750387e42022313efdc..4f35c72b71c64fbd5c1be26c2060d5e22db1ccf5 100644 (file)
@@ -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)