annotate acinclude.m4 @ 3120:3262bf0b8831 trunk

Moving gtk_widget_grab_default() below gtk_container_add() to avoid this GTK warning: "gtkwidget.c: widget not within a GtkWindow"
author Christian Birchinger <joker@netswarm.net>
date Fri, 20 Jul 2007 06:27:12 +0200
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