# aclocal-include.m4 # # This macro adds the name macrodir to the set of directories # that `aclocal' searches for macros. # serial 1 dnl AM_ACLOCAL_INCLUDE(macrodir) AC_DEFUN([AM_ACLOCAL_INCLUDE], [ AM_CONDITIONAL(INSIDE_GNOME_COMMON, false) test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done ]) g/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-pyaudio
Commit message (Expand)AuthorAgeFilesLines
* - Convert ports from audio/ to new USES=pythonmva2014-10-191-3/+2
* Correct all instances where OPTIONS_DEFINE was being overwrittenadamw2014-07-161-2/+0
* Support stagebapt2014-04-052-47/+10
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1