configure: Fix quoting in SEDINPLACE on Darwin
commitb1a09b93ef626995a009ae3144fc130cc60a4078
authorDave Reisner <dreisner@archlinux.org>
Sun, 18 Sep 2011 20:35:00 +0000 (18 16:35 -0400)
committerDan McGee <dan@archlinux.org>
Sun, 18 Sep 2011 21:57:07 +0000 (18 16:57 -0500)
treeac967ffe1a351121129ad168406e9974ccb31918
parent223a92ca9da2efecefb200a828618747c0f5b03e
configure: Fix quoting in SEDINPLACE on Darwin

single quotes expanded to nothing, leaving us with a command that
assumed the sed expression was the backup suffix. Use a pair of escaped
double quotes, which survives automake and ends up properly in makepkg.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
configure.ac