]> git.ipfire.org Git - thirdparty/autoconf.git/commit
tests/local.at: improve sed portability
authorZack Weinberg <zackw@panix.com>
Thu, 16 Jul 2020 20:43:48 +0000 (16:43 -0400)
committerZack Weinberg <zackw@panix.com>
Thu, 16 Jul 2020 20:43:48 +0000 (16:43 -0400)
commit71b5037ac652ed20bdf6624d915c657613a95f8c
treeafe8e8aaeb50dd682c694d26971687155ccea57e
parentf7693b83f25ef14209d83572b38f0e465be83836
tests/local.at: improve sed portability

Solaris 10 /bin/sed does not support * after \( … \), only after
subexpressions that match a _single character_.

Partially addresses #110267. Problem reported by Dagobert Michelsen.

* tests/local.at (AT_CHECK_M4): Do not use star after parenthesized
  subexpression in sed s/// commands.
tests/local.at