view acinclude.m4 @ 3255:3c3a3f3c2269

- Added my "Locate and Play" script to contrib. - Added a few commented-out lines to my G15 LCD script to help anyone who wants to tweak it.
author "Stephan Sokolow <http://www.ssokolow.com/ContactMe>"
date Sun, 05 Aug 2007 21:26:56 -0400
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)
]
)