Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
a009bf31
Commit
a009bf31
authored
Mar 16, 2002
by
Niels Möller
Browse files
(asm_path): AC_CONFIG_LINKS adds $srcdir
automatically. Rev: src/nettle/configure.in:1.16
parent
ac578f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
a009bf31
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment