Temporary BSD sed compat fixes
authorBill Erickson <berick@esilibrary.com>
Mon, 21 Nov 2011 00:10:26 +0000 (19:10 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 17 Oct 2012 16:52:55 +0000 (12:52 -0400)
commit721ad59a8c8a165c0587ee7e2a751b1802a1298e
tree48ca09e48ded0a215ee0823f30e87ed57db0029d
parentef209670ba675ba1e4176aef04ffc091aa16d733
Temporary BSD sed compat fixes

BSD sed "-i" option requires an argument.  This temporary fix defines
SEDI as "sed -i ''" for BSD.

TODO: make this generally compatible with Linux by detecting the OS or
using sed (or similar) in a different manner.

Note:

sed -i '' works in BSD but not Linux.
sed -i''  works in Linux but not BSD.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Makefile.am
Open-ILS/src/Makefile.am
Open-ILS/xul/staff_client/Makefile.am