Mercurial > audlegacy-plugins
changeset 2424:2515838d004d
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 24 Feb 2008 07:08:26 -0600 |
parents | 146bc704e8f9 (diff) e780330f6189 (current diff) |
children | 39be83376f18 |
files | |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Feb 24 14:42:48 2008 +0200 +++ b/configure.ac Sun Feb 24 07:08:26 2008 -0600 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious-plugins], [1.5.0], [bugs+audacious-plugins@atheme.org]) +AC_INIT([audacious-plugins], [1.9.49], [bugs+audacious-plugins@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST @@ -130,9 +130,9 @@ dnl Check for Audacious -PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.4.1], - [ADD_PC_REQUIRES([audacious >= 1.4.1])], - [AC_MSG_ERROR([Cannot find Audacious 1.4.1 or later, have you installed audacious yet?])] +PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.9.49], + [ADD_PC_REQUIRES([audacious >= 1.9.49])], + [AC_MSG_ERROR([Cannot find Audacious 1.9.49 or later, have you installed audacious yet?])] ) dnl Check for GTK/GLib/GThread/Pango/DBus