X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=9ee4cd4c4329ea63163b28f95d32b601298a9a99;hb=5ea1e54ab54542803d531bd714b09b54fbaab408;hp=a49d17b63fcde65964ba465882b7d1f1c5a1229d;hpb=dff75c0df1be07db2e63ef242e843c925779bddb;p=libsigrok.git diff --git a/autogen.sh b/autogen.sh index a49d17b6..9ee4cd4c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ ## ## This file is part of the sigrok project. ## -## Copyright (C) 2010 Bert Vermeulen +## Copyright (C) 2010-2012 Bert Vermeulen ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -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"