summaryrefslogtreecommitdiffstats
path: root/config/always-sed.m4
Commit message (Collapse)AuthorAgeFilesLines
* Detect if sed supports --in-placeRyan Moeller2019-10-161-0/+16
Not all versions of sed have the --in-place flag. Detect support for the flag during ./configure and provide a fallback mechanism for those systems where sed's behavior differs. The autoconf variable ${ac_inplace} can be used to choose the correct flags for editing a file in place with sed. Replace violating usages in Makefile.am with ${ac_inplace}. Reviewed-by: Chris Dunlop <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #9463