# HG changeset patch # User William Pitcock # Date 1203858471 21600 # Node ID 146bc704e8f93da41c89256f8c09d7668c97b8f1 # Parent 7c0cee3d74d9d1f9cb2778bf83c0acaa18a0e535 Ditto. diff -r 7c0cee3d74d9 -r 146bc704e8f9 configure.ac --- a/configure.ac Tue Feb 19 03:27:02 2008 -0600 +++ b/configure.ac Sun Feb 24 07:07:51 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