]> sigrok.org Git - libsigrok.git/commit
autogen.sh: Also warn if AX_CXX_COMPILE_STDCXX_11 is not available.
authorUwe Hermann <redacted>
Fri, 14 Nov 2014 23:41:10 +0000 (00:41 +0100)
committerUwe Hermann <redacted>
Sat, 15 Nov 2014 00:07:12 +0000 (01:07 +0100)
commitbaa0c2ae677940345d2ec62b0b6fdf17e7d2d09d
tree1f003cef0ee2c433d5bab78a24834d4d4a6787a0
parentff50ad701e6f945cec972465a35c285dbaddd329
autogen.sh: Also warn if AX_CXX_COMPILE_STDCXX_11 is not available.

This fixes an error message when the file is not installed at all:

  ./autogen.sh: 67: [: Illegal number:

Turn the AX_CXX_COMPILE_STDCXX_11 errors into warnings though, since
it is (and should be) possible to build libsigrok (just the C library)
just fine, even without that macro or with an older version of it.
autogen.sh