Convert sed(1) syntax to be compatible with FreeBSD and OpenBSD
authorJan Beich <jbeich@freebsd.org>
Sun, 12 Mar 2017 03:19:14 +0000 (03:19 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 14 Mar 2017 17:07:04 +0000 (17:07 +0000)
commitfe56c745b8cb562445b318bacbb4267f07e43584
treec594e5da1999d4df26897ec0004a2e6da96cb238
parentaed27141452ab894ba62358e6a88fd681eff09c7
Convert sed(1) syntax to be compatible with FreeBSD and OpenBSD

BSD regex library doesn't support extended RE escapes (e.g. \+) and
shorthand character classes (e.g. \s, \S) and SVR4-style word
delimiters[1] (on DragonFly and NetBSD). Both GNU and BSD sed support
-E and -r to enable extended RE but OS X still lacks -r.

[1] https://www.illumos.org/issues/516

Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Eric Engestrom <eric.engestrom@imgtec.com> (GNU sed)
configure.ac