The | operator isn't supported by posix sed.
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 998ed55..ca204c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
 
-- 
1.7.9.4

_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to