]> granicus.if.org Git - mutt/commit
Fix conststrings compiler version string generation. (closes #3852)
authorrich burridge <rich.burridge@oracle.com>
Sat, 9 Jul 2016 02:08:45 +0000 (19:08 -0700)
committerrich burridge <rich.burridge@oracle.com>
Sat, 9 Jul 2016 02:08:45 +0000 (19:08 -0700)
commit63883a091e1c124c77c6bd86391391d1bf1a02e5
tree5ccf8cefec0f5a97c19a9d5e2d4848e1fdeae4df
parent3c6496f4772272ae3fac03a0c01dc187eb388cc6
Fix conststrings compiler version string generation. (closes #3852)

The Makefile.am tries compiler flags -v, --version, and -V but
neglected to filter error messages if these flags aren't recognized.
Makefile.am