annotate acinclude.m4 @ 1887:94795106c541 trunk

[svn] - icc warning fixes (pass 1)
author nenolod
date Fri, 20 Oct 2006 16:58:06 -0700
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