]> sigrok.org Git - sigrok-cli.git/blobdiff - autogen.sh
Use new SR_CONF_* keys.
[sigrok-cli.git] / autogen.sh
index a49d17b63fcde65964ba465882b7d1f1c5a1229d..8185af0ff59805251307db641375ef434859b667 100755 (executable)
@@ -32,6 +32,9 @@ if [ "x$OS" = "xDarwin" ]; then
        elif [ -d /opt/local/share/aclocal ]; then
                # Macports installs aclocal macros here
                ACLOCAL_DIR="-I /opt/local/share/aclocal"
+       elif [ -d /usr/local/share/aclocal ]; then
+               # Homebrew installs aclocal macros here
+               ACLOCAL_DIR="-I /usr/local/share/aclocal"
        elif [ -d /usr/share/aclocal ]; then
                # Xcode installs aclocal macros here
                ACLOCAL_DIR="-I /usr/share/aclocal"