Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
76ccf2a0
Commit
76ccf2a0
authored
Oct 29, 2012
by
Martin Storsjö
Committed by
Niels Möller
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid non-posix \|-operator in sed regexp.
parent
3e302cc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+6
-0
configure.ac
configure.ac
+1
-1
No files found.
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
Markdown
is supported
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