]> git.puffer.fish Git - mirror/frr.git/commit
build: make `sed` calls portable 9563/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 Sep 2021 10:19:59 +0000 (12:19 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 Sep 2021 11:00:35 +0000 (13:00 +0200)
commit2554d1265c11257a79bfa541c5f0efcfdf097312
tree0d4a13d867d14fa8af465514342ea6c2481dc809
parente5af0fc869281a96bca00e7d77680800af163663
build: make `sed` calls portable

The `-i` option on sed isn't standard, and e.g. FreeBSD sed behaves
different regarding the parameter.  Avoid it.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac