From: Niels Möller Date: Sat, 16 Mar 2002 22:11:26 +0000 (+0100) Subject: (asm_path): AC_CONFIG_LINKS adds $srcdir X-Git-Tag: nettle_1.6_release_20021003~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a009bf311dc5fa949e20559878577009fea26ade;p=thirdparty%2Fnettle.git (asm_path): AC_CONFIG_LINKS adds $srcdir automatically. Rev: src/nettle/configure.in:1.16 --- 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