annotate acinclude.m4 @ 1388:b8e521f642e4 trunk

[svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. - tweaks descriptions (s/song/entry/).
author yaz
date Mon, 10 Jul 2006 06:41:11 -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