configure.ac: Fix compilation of Haiku's C++ convenience library
authorChris Dickens <christopher.a.dickens@gmail.com>
Thu, 9 Apr 2020 18:30:19 +0000 (11:30 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Thu, 9 Apr 2020 18:30:19 +0000 (11:30 -0700)
commit7c0cea7063413fad636d586dde74acde37f4c5b9
tree58f6b203a808490afb7f356908795f53875714fd
parent17143e307b11075e9fd6f77eebb7483a6f635b86
configure.ac: Fix compilation of Haiku's C++ convenience library

Commit 9a1bc8cafb ("build: Require C11 to build and clean up
autoconfig/automake files") added the language standard compiler option
to the AM_CFLAGS and AM_CXXFLAGS. Placing it in the latter is incorrect
as compiling C++ source with the C11 language standard does not make
sense.

Fix this by determining which C11 dialect (GNU or C) the compiler
supports and then constructing the compiler option from that.

Also restrict LT_LDFLAGS to the final libusb library (as was done
previously) since libtool complains about versioning options for
convenience libraries.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
configure.ac
libusb/Makefile.am
libusb/version_nano.h