comparison configure.ac @ 2423:146bc704e8f9

Ditto.
author William Pitcock <nenolod@atheme.org>
date Sun, 24 Feb 2008 07:07:51 -0600
parents 7c0cee3d74d9
children 5ba6588580e0
comparison
equal deleted inserted replaced
2414:7c0cee3d74d9 2423:146bc704e8f9
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_INIT([audacious-plugins], [1.5.0], [bugs+audacious-plugins@atheme.org]) 3 AC_INIT([audacious-plugins], [1.9.49], [bugs+audacious-plugins@atheme.org])
4 AC_PREREQ([2.59]) 4 AC_PREREQ([2.59])
5 5
6 AC_CANONICAL_HOST 6 AC_CANONICAL_HOST
7 AC_CANONICAL_TARGET 7 AC_CANONICAL_TARGET
8 8
128 CONTAINER_PLUGINS="m3u pls" 128 CONTAINER_PLUGINS="m3u pls"
129 TRANSPORT_PLUGINS="stdio" 129 TRANSPORT_PLUGINS="stdio"
130 130
131 dnl Check for Audacious 131 dnl Check for Audacious
132 132
133 PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.4.1], 133 PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.9.49],
134 [ADD_PC_REQUIRES([audacious >= 1.4.1])], 134 [ADD_PC_REQUIRES([audacious >= 1.9.49])],
135 [AC_MSG_ERROR([Cannot find Audacious 1.4.1 or later, have you installed audacious yet?])] 135 [AC_MSG_ERROR([Cannot find Audacious 1.9.49 or later, have you installed audacious yet?])]
136 ) 136 )
137 137
138 dnl Check for GTK/GLib/GThread/Pango/DBus 138 dnl Check for GTK/GLib/GThread/Pango/DBus
139 139
140 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.6.0 gthread-2.0], 140 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.6.0 gthread-2.0],