comparison configure.in @ 158:2ae878523164

Minor fixes
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Apr 2004 01:32:00 +0000
parents 38acbe230d2e
children 1a9628783f23
comparison
equal deleted inserted replaced
157:38acbe230d2e 158:2ae878523164
4 4
5 dnl Require autoconf 2.56 or later 5 dnl Require autoconf 2.56 or later
6 AC_PREREQ(2.56) 6 AC_PREREQ(2.56)
7 7
8 dnl Initialize 8 dnl Initialize
9 AC_INIT(XMMS-SID, 0.8.0beta10, ccr@tnsp.org) 9 AC_INIT([XMMS-SID], [0.8.0beta11], [ccr@tnsp.org])
10 AC_COPYRIGHT([[(C) 2003-2004 Matti 'ccr' Hämäläinen]]) 10 AC_COPYRIGHT([[(C) 2003-2004 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 14
15 15
16 dnl *** 16 dnl ***
17 dnl *** Define some templates 17 dnl *** Define some templates
18 dnl *** 18 dnl ***
45 45
46 46
47 dnl *** 47 dnl ***
48 dnl *** Checks for generic libraries 48 dnl *** Checks for generic libraries
49 dnl *** 49 dnl ***
50 AM_PATH_GLIB(1.2.5,,AC_MSG_ERROR([*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)])) 50 AM_PATH_GLIB([1.2.5],,AC_MSG_ERROR([*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)]))
51 AM_PATH_GTK(1.2.5,,AC_MSG_ERROR([*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread) 51 AM_PATH_GTK([1.2.5],,AC_MSG_ERROR([*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread)
52 52
53 53
54 dnl *** 54 dnl ***
55 dnl *** Checks for header files, types and functions 55 dnl *** Checks for header files, types and functions
56 dnl *** 56 dnl ***