annotate acinclude.m4 @ 2146:e0e50e151bab trunk

[svn] - move vfs from libaudacious to main audacious
author nenolod
date Sun, 17 Dec 2006 08:52:31 -0800
parents 817f9357b81a
children 40f998ddd0a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 dnl ADD_PKG_REQUIRES([requirement])
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3 AC_DEFUN([ADD_PC_REQUIRES],
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4 [
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 test -z "$PC_REQUIRES" && PC_REQUIRES="$1" || PC_REQUIRES="$PC_REQUIRES, $1"
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 AC_SUBST(PC_REQUIRES)
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 ]
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 )
32
8aee6a5bcc70 [svn] Libmikmod.
nenolod
parents: 0
diff changeset
9