build: Don't rely on non-POSIX 'strings -' behavior
commitcd1040ed80b6ab886c019248544bede747cd3eb4
authorBryce Harrington <bryce@bryceharrington.org>
Mon, 10 Oct 2016 21:05:32 +0000 (10 14:05 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 12 Oct 2016 20:17:05 +0000 (12 13:17 -0700)
tree8d1dea99f8449545b4be728cba896d147b12165b
parentb7b6803567fbe477e1ae42d2406744afaa3c0cbb
build: Don't rely on non-POSIX 'strings -' behavior

On systems using GNU's strings implementation, 'strings -' causes a scan
of the whole file, which is equivalent to 'strings -a'.  However, in
POSIX passing '-' as the first argument to 'strings' is declared
unspecified, and thus may break the build on systems that use a
different POSIX strings implementation.

Patch from Jung-uk Kim

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=88639
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
build/aclocal.float.m4