diff acinclude.m4 @ 0:13389e613d67 trunk

[svn] - initial import of audacious-plugins tree (lots to do)
author nenolod
date Mon, 18 Sep 2006 01:11:49 -0700
parents
children 1fd4d8e5aad2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/acinclude.m4	Mon Sep 18 01:11:49 2006 -0700
@@ -0,0 +1,9 @@
+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)
+]
+)
+