# HG changeset patch # User Cristi Magherusan # Date 1203943117 -7200 # Node ID 39be83376f186ef5eba588c86a3dd6d95f01caca # Parent ced4a5392948fd4a7359172b02209cd80c67a004# Parent 2515838d004d2014f8eff1e5330f713330b543f4 Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins diff -r ced4a5392948 -r 39be83376f18 configure.ac --- a/configure.ac Mon Feb 25 13:57:28 2008 +0200 +++ b/configure.ac Mon Feb 25 14:38:37 2008 +0200 @@ -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