From a009bf311dc5fa949e20559878577009fea26ade Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 16 Mar 2002 23:11:26 +0100
Subject: [PATCH] (asm_path): AC_CONFIG_LINKS adds $srcdir automatically.

Rev: src/nettle/configure.in:1.16
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 7ab306f3..baf004d4 100644
--- a/configure.in
+++ b/configure.in
@@ -75,7 +75,7 @@ if test "$enable_assembler" = yes ; then
       if test -f "$srcdir/$asm_path/$tmp_f"; then
 #        echo found
         found=yes
-        AC_CONFIG_LINKS($tmp_f:$srcdir/$asm_path/$tmp_f)
+        AC_CONFIG_LINKS($tmp_f:$asm_path/$tmp_f)
       fi
     done
     if test "$found" = no; then
-- 
GitLab