Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
76ccf2a0
Commit
76ccf2a0
authored
Oct 29, 2012
by
Martin Storsjö
Committed by
Niels Möller
Oct 29, 2012
Browse files
Avoid non-posix \|-operator in sed regexp.
parent
3e302cc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
76ccf2a0
2012-10-29 Niels Möller <nisse@lysator.liu.se>
From Martin Storsjö:
* configure.ac (dummy-dep-files): Avoid non-posix \|-operator in
sed regexp.
2012-10-29 Niels Möller <nisse@lysator.liu.se>
* x86_64/salsa20-core-internal.asm: New file.
...
...
configure.ac
View file @
76ccf2a0
...
...
@@ -122,7 +122,7 @@ if test x$enable_dependency_tracking = xyes ; then
AC_CONFIG_COMMANDS([dummy-dep-files],
[(cd "$srcdir" && find . '(' -name '*.c' -o -name '*.cxx' ')' -print) \
| sed 's/\.c\(xx\
|\)
$//' | (while read f; do echo > "$f.o.d"; echo > "$f.po.d"; done)
| sed 's/\.c\(xx\
)\{0,1\}
$//' | (while read f; do echo > "$f.o.d"; echo > "$f.po.d"; done)
])
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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