From: Martin Pitt Date: Fri, 30 Oct 2009 08:38:21 +0000 (+0100) Subject: Makefile.am: fix build with mawk X-Git-Tag: 174~740 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=82c6558e0109f66091e3a8e2c4ceef0372b0b331;hp=82c6558e0109f66091e3a8e2c4ceef0372b0b331 Makefile.am: fix build with mawk Don't use the [[:space:]] syntax in awk calls' regex, since that's GNU awk specific. Thanks to Alan Jenkins for finding this. ---