view acinclude.m4 @ 1406:f40d0496fda5 trunk

[svn] Volume fix (using a lookup table) from upstream CVS.
author chainsaw
date Sat, 15 Jul 2006 16:05:21 -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)
]
)