]> Savannah Git Hosting - gnulib.git/commit
printf-posix: Fix mingw build
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 4 Jul 2016 07:10:59 +0000 (09:10 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2016 07:21:45 +0000 (09:21 +0200)
commit68b6adebef05670a312fb92b05e7bd089d2ed43a
tree3858af879af0931ef0c3e053ac91758e08194a96
parent97173b26d27d9f31de1789e994dfe014e3a40162
printf-posix: Fix mingw build

Commit 54615b95ff238e235e806855efc46a9abad09f2e changed the regular
expression for detecting C symbol prefixes but forgot to qoute square
brackets in the command line arguments for grep.  That way when
building with mingw the condition was false although it ought to be
true instead.  In particular scenarios this led to the following
compile error:

    Cannot export rpl_printf: symbol not found
    Cannot export rpl_scanf: symbol not found
    collect2: error: ld returned 1 exit status

Fix this by properly quoting square brackets.
ChangeLog
m4/asm-underscore.m4