comparison configure.ac @ 289:a60da24269dc trunk

[svn] - bump version to 1.3.0
author yaz
date Wed, 22 Nov 2006 09:53:40 -0800
parents 6c78d6d3cdb7
children fbd06b4aa776
comparison
equal deleted inserted replaced
288:e6822648a3d5 289:a60da24269dc
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.2.2], [bugs+audacious-plugins@atheme.org]) 3 AC_INIT([audacious-plugins], [1.3.0], [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
92 VISUALIZATION_PLUGINS="blur_scope spectrum" 92 VISUALIZATION_PLUGINS="blur_scope spectrum"
93 CONTAINER_PLUGINS="m3u pls" 93 CONTAINER_PLUGINS="m3u pls"
94 94
95 dnl Check for Audacious 95 dnl Check for Audacious
96 96
97 PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.1.99], 97 PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.2.99],
98 [ADD_PC_REQUIRES([audacious >= 1.1.99])], 98 [ADD_PC_REQUIRES([audacious >= 1.2.99])],
99 [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])] 99 [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])]
100 ) 100 )
101 101
102 dnl Check for GTK/GLib/GThread/Pango 102 dnl Check for GTK/GLib/GThread/Pango
103 103