Skip to content
  • Uwe Hermann's avatar
    autogen.sh: Also warn if AX_CXX_COMPILE_STDCXX_11 is not available. · baa0c2ae
    Uwe Hermann authored
    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.
    baa0c2ae