diff 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
line wrap: on
line diff
--- a/configure.in	Tue Mar 09 21:25:00 2004 +0000
+++ b/configure.in	Wed Apr 21 01:32:00 2004 +0000
@@ -6,11 +6,11 @@
 AC_PREREQ(2.56)
 
 dnl Initialize
-AC_INIT(XMMS-SID, 0.8.0beta10, ccr@tnsp.org)
+AC_INIT([XMMS-SID], [0.8.0beta11], [ccr@tnsp.org])
 AC_COPYRIGHT([[(C) 2003-2004 Matti 'ccr' Hämäläinen]])
-AC_CONFIG_SRCDIR(src/xmms-sid.h)
+AC_CONFIG_SRCDIR([src/xmms-sid.h])
 AM_INIT_AUTOMAKE
-AC_CONFIG_HEADERS(src/config.h)
+AC_CONFIG_HEADERS([src/config.h])
 
 
 dnl ***
@@ -47,8 +47,8 @@
 dnl ***
 dnl *** Checks for generic libraries
 dnl ***
-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/)]))
-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)
+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/)]))
+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)
 
 
 dnl ***