Mercurial > audlegacy
view acinclude.m4 @ 1671:daabad781796 trunk
[svn] - amidi-plug 0.6 imported; among other improvements, multiple soundfont loading for fluidsynth backend and option to extract/display lyrics and comments contained in midi files
author | giacomo |
---|---|
date | Tue, 12 Sep 2006 10:59:59 -0700 |
parents | 817f9357b81a |
children | 40f998ddd0a4 |
line wrap: on
line source
dnl ADD_PKG_REQUIRES([requirement]) AC_DEFUN([ADD_PC_REQUIRES], [ test -z "$PC_REQUIRES" && PC_REQUIRES="$1" || PC_REQUIRES="$PC_REQUIRES, $1" AC_SUBST(PC_REQUIRES) ] )