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
Wim Lewis
nettle
Commits
2741b1c1
Commit
2741b1c1
authored
May 15, 2014
by
Niels Möller
Browse files
Use a simpler and more portable sed expression for dummy-dep-files.
Problem reported by Peter Eriksson.
parent
d23850d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2741b1c1
2014-05-15 Niels Möller <nisse@lysator.liu.se>
* configure.ac (dummy-dep-files): Use simpler and more portable
sed expression. Problem reported by Peter Eriksson.
* getopt.c: Don't use gettext.
2014-05-14 Niels Möller <nisse@lysator.liu.se>
...
...
configure.ac
View file @
2741b1c1
...
...
@@ -135,7 +135,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\)\{0,1\}
$//' | (while read f; do \
| sed 's/\.c
x*
$//' | (while read f; do \
test -f "$f.o.d" || echo > "$f.o.d"; \
test -f "$f.po.d" || echo > "$f.po.d"; \
done)
...
...
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