comparison configure.in @ 673:537240c47d18

It was the dawn of the third age of SID-kind, several years after the XMMS-BMP War. The Unified Audacious+XMMS-SID Project was a dream given form. Its goal: to prevent another war by creating a SID-plugin which would be functional for both worlds, where Audacious and XMMS -related code could work out their differences peacefully. It's a port of call, home away from home for coders, users, entrepreneurs, and wanderers. Humans and aliens wrapped in two million, five hundred thousand tons of spinning code, all alone in the night. It can be a dangerous place, but it's our last, best hope for peace. This is the story of the last of the XMMS-SID releases. The year is 2008. The name of the place is XMMS-SID 0.8.0rc2.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Apr 2008 18:53:55 +0300
parents 94f273bcafcf
children 1c9fad120bbc
comparison
equal deleted inserted replaced
672:f22a708d29fd 673:537240c47d18
4 4
5 dnl Require autoconf 2.60 or later 5 dnl Require autoconf 2.60 or later
6 AC_PREREQ([2.60]) 6 AC_PREREQ([2.60])
7 7
8 dnl Initialize 8 dnl Initialize
9 AC_INIT([XMMS-SID], [0.8.0rc1], [ccr@tnsp.org]) 9 AC_INIT([XMMS-SID], [0.8.0rc2], [ccr@tnsp.org])
10 AC_COPYRIGHT([[(C) 2003-2007 Matti 'ccr' Hämäläinen]]) 10 AC_COPYRIGHT([[(C) 2003-2008 Matti 'ccr' Hämäläinen]])
11 AC_CONFIG_SRCDIR([src/xmms-sid.h]) 11 AC_CONFIG_SRCDIR([src/xmms-sid.h])
12 AM_INIT_AUTOMAKE 12 AM_INIT_AUTOMAKE
13 AC_CONFIG_HEADERS([src/config.h]) 13 AC_CONFIG_HEADERS([src/config.h])
14 AM_GNU_GETTEXT_VERSION([0.16.1]) 14 AM_GNU_GETTEXT_VERSION([0.16.1])
15 AM_GNU_GETTEXT([external]) 15 AM_GNU_GETTEXT([external])