]> sigrok.org Git - libsigrok.git/blobdiff - autogen.sh
Mention the Building#FAQ wiki page for common issues.
[libsigrok.git] / autogen.sh
index 8685c3c8f7cabd2822a7e9a6468895443ff82a98..faa02353ec743f16e03fb451c36aad5ec59b9adc 100755 (executable)
@@ -63,11 +63,13 @@ CXXMACROVERSION=$(
 if [ "x$CXXMACROVERSION" = "x" ]; then
        echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro not found."
        echo "--- You won't be able to build the language bindings!"
+       echo "--- More info: http://sigrok.org/wiki/Building#FAQ"
 fi
 if [ "x$CXXMACROVERSION" != "x" ] && [ "$CXXMACROVERSION" -lt 4 ]; then
        echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro is too old."
        echo "--- (found version $CXXMACROVERSION, at least 4 is required)"
        echo "--- You won't be able to build the language bindings!"
+       echo "--- More info: http://sigrok.org/wiki/Building#FAQ"
 fi
 
 autoheader || exit 1