]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(asm_path): AC_CONFIG_LINKS adds $srcdir
authorNiels Möller <nisse@lysator.liu.se>
Sat, 16 Mar 2002 22:11:26 +0000 (23:11 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 16 Mar 2002 22:11:26 +0000 (23:11 +0100)
automatically.

Rev: src/nettle/configure.in:1.16

configure.in

index 7ab306f31fcbc2c0407d9638b4ed586cdd767fb8..baf004d4fdd000607b4f4b21c96d20c7dd02b132 100644 (file)
@@ -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