view acinclude.m4 @ 4441:e71b43cae233

Backed out changeset 6677949e662d. The Makefile change makes absolutely NO sense. The configdb.h struct hack is needed because of #define mess in certain libmcs versions, #including <libmcs/mcs.h> results in lots of noisy warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Apr 2008 22:11:30 +0300
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)
]
)