view acinclude.m4 @ 2135:3bbb2673419b

projectM 1.0: nuked. the plugin was nuked from tree due to idiotic upstream, trashy CMake buildsystem, etc etc etc. i don't want to support this code nor deal with support inquiries concerning this, so honestly, if someone wants to provide this as a third party plugin that's fine, but it is not living in -plugins anymore (e.g. audacious-plugins should only include sane plugins)
author William Pitcock <nenolod@atheme.org>
date Sat, 27 Oct 2007 12:14:37 -0500
parents 13389e613d67
children 1fd4d8e5aad2
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)
]
)