]> git.sur5r.net Git - kconfig-frontends/commit
Compatibility with BSD version of `sed'
authorClement Chauplannaz <chauplac@gmail.com>
Wed, 8 May 2013 07:27:06 +0000 (09:27 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 8 May 2013 10:32:25 +0000 (12:32 +0200)
commitedd1050b7ef9895b3b730538cd5d69f831c61384
treeb5c7932fcd9f26bce681747bd924ecf7e96334a9
parent8ebf80467ce2abd675fca872ec4c5d5adb9bfe98
Compatibility with BSD version of `sed'

Rewrite calls to `sed' to remove '-r/--regexp-extended' parameter, which is not
supported by BSD `sed'.
BSD `sed' does implement regular expressions, but enables them with parameter
'-E' which in turn is not officially supported by GNU `sed' - in fact it is
implemented but not documented.

Signed-off-by: Clement Chauplannaz <chauplac@gmail.com>
[yann.morin.1998@free.fr: tweak the root-menu hunk]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
bootstrap
configure.ac
libs/images/Makefile.am
scripts/ksync.sh
scripts/version.sh
utils/Makefile.am