Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/build-sdlmixer.sh now also finds MacPorts-installed dir
Homebrew has the macros in /usr/local/share/aclocal; MacPorts has the macros in /opt/local/share/aclocal; I don't understand why the -I argument is needed with either of these directories, since aclocal --print-ac-dir returns this directory. The AC_DIR is searched by default. An -I argument directory is searched before AC_DIR See: http://www.slac.stanford.edu/comp/unix/package/rtems/doc/ html/automake/automake.info.Macro_search_path.html
- Loading branch information