view acinclude.m4 @ 100:05d05f290c04 trunk

[svn] More stuffness. It *decodes*, but: - locks up the player afterwards - doesn't sound right. try it and see what i mean.
author nenolod
date Tue, 01 Nov 2005 23:01:32 -0800
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)
]
)