view acinclude.m4 @ 2622:06e4bbdb6c45 trunk

[svn] - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now.
author nenolod
date Thu, 15 Mar 2007 18:44:52 -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)
]
)