comparison acinclude.m4 @ 0:cb178e5ad177 trunk

[svn] Import audacious source.
author nenolod
date Mon, 24 Oct 2005 03:06:47 -0700
parents
children 8aee6a5bcc70
comparison
equal deleted inserted replaced
-1:000000000000 0:cb178e5ad177
1 dnl ADD_PKG_REQUIRES([requirement])
2
3 AC_DEFUN([ADD_PC_REQUIRES],
4 [
5 test -z "$PC_REQUIRES" && PC_REQUIRES="$1" || PC_REQUIRES="$PC_REQUIRES, $1"
6 AC_SUBST(PC_REQUIRES)
7 ]
8 )