log configure.ac @ 4557:2eee464379dc

age author description
Mon, 12 May 2008 00:14:27 +0300 Matti Hamalainen Synchronized acinclude common macros with upcoming audacious-plugins autoconf cleanup.
Sat, 10 May 2008 04:35:03 +0300 Matti Hamalainen Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus
Wed, 30 Apr 2008 03:49:46 +0300 Matti Hamalainen Cleaned up some accidentally left in duplicated checks.
Mon, 21 Apr 2008 16:36:07 +0300 Matti Hamalainen IPv6 and socklen_t are not actually used in the core, remove the checks for them.
Mon, 21 Apr 2008 08:59:30 +0300 Matti Hamalainen --with-rc-path was not actually supported anymore; just remove it.
Mon, 21 Apr 2008 08:54:00 +0300 Matti Hamalainen Show default settings for options in --help.
Mon, 21 Apr 2008 08:07:45 +0300 Matti Hamalainen Test for SSE2 was quoted one level too much, thus causing the source to be borked and compilation to fail. Fixed.
Mon, 21 Apr 2008 07:30:57 +0300 Matti Hamalainen Test for socklen_t was accidentally reversed, and socklen_t replacement got
Mon, 21 Apr 2008 06:55:02 +0300 Matti Hamalainen Imported and cleaned up some missing pieces of functionality from old configure.ac.
Mon, 21 Apr 2008 06:53:58 +0300 Matti Hamalainen USE_EGGSM is also now substituted by AUD_CONDITIONAL
Mon, 21 Apr 2008 06:52:28 +0300 Matti Hamalainen We don't want libsamplerate check to add -lsamplerate global LIBS, fixed.
Mon, 21 Apr 2008 06:51:08 +0300 Matti Hamalainen USE_CHARDET is now substituted in AUD_CONDITIONAL.
Mon, 21 Apr 2008 06:50:00 +0300 Matti Hamalainen Properly define DISABLE_USER_PLUGIN_DIR if needed.
Mon, 21 Apr 2008 05:51:44 +0300 Matti Hamalainen Beginnings of a configure/builsystem cleanup (and partial refactoring).
Thu, 17 Apr 2008 00:31:09 +0300 Matti Hamalainen Define correct GTHREAD_{CFLAGS,LIBS}.
Mon, 14 Apr 2008 11:47:22 +0300 Matti Hamalainen Add AC_GNU_SOURCE, because the newer m4-macros want it.
Sat, 12 Apr 2008 02:38:48 +0300 Matti Hamalainen Require libmcs >= 0.7
Mon, 31 Mar 2008 08:27:04 +0300 Matti Hamalainen libmcs >= 0.4
Sun, 30 Mar 2008 02:38:17 +0200 Matti Hamalainen Change version to 1.9.0 to indicate journey towards Audacious2.
Tue, 25 Mar 2008 15:16:24 +0200 Matti Hamalainen Separate gthread test.
Mon, 17 Mar 2008 00:13:57 +0200 Matti Hamalainen Minor cleanups.
Thu, 13 Mar 2008 23:23:19 +0200 Matti Hamalainen Some sanitization.
Thu, 13 Mar 2008 23:09:46 +0200 Matti Hamalainen Threadsafe xlibs? libc5? This is not even being checked for anymore, removed.
Thu, 13 Mar 2008 23:02:41 +0200 Matti Hamalainen Update URLs to libmcs and libmowgli and few typomatic things.
Thu, 13 Mar 2008 15:11:09 -0500 William Pitcock Audacious 1.5.0 release. Yes. Seriously.
Tue, 04 Mar 2008 21:09:42 +0900 Yoshiki Yazawa minor fix
Tue, 04 Mar 2008 21:08:48 +0900 Yoshiki Yazawa fixed linker arguments to gcc
Tue, 04 Mar 2008 21:00:55 +0900 Yoshiki Yazawa linkage to libSM should use pkg-config otherwise link error might occur on x86_64 dual libs environment.
Mon, 03 Mar 2008 18:42:36 +0000 Ivan N. Zlatev Implement session management.
Wed, 27 Feb 2008 17:47:06 +0900 Yoshiki Yazawa g_timeout_add_seconds() requires glib-2.14.0 or higher.