log configure.ac @ 4887:0ddbd0025174 default tip

age author description
Wed, 11 Nov 2009 15:34:23 +0900 Yoshiki Yazawa - renamed auxiliary files
Fri, 16 Jan 2009 23:44:42 +0000 Tony Vroon Fix up: WARNING **: Could not load desktop file /usr/share/applications/audacious.desktop: No such file or directory - Session management may not work now.
Wed, 26 Nov 2008 05:15:41 +0900 Yoshiki Yazawa we should use modified libdir insted of plugindir.
Wed, 26 Nov 2008 03:50:00 +0900 Yoshiki Yazawa moved private libraries to plugindir to avoid conflict with audacious.
Tue, 25 Nov 2008 03:32:44 +0900 Yoshiki Yazawa changed data path to audlegacy.
Mon, 24 Nov 2008 21:16:26 +0900 Yoshiki Yazawa audlegacy begins.
Sat, 05 Jul 2008 17:04:39 -0500 William Pitcock Fix compile when signalfd is not available entirely.
Sat, 05 Jul 2008 16:55:24 -0500 William Pitcock Take advantage of signalfd if available.
Mon, 16 Jun 2008 19:19:09 +0300 Matti Hamalainen Simplify AUD_ARG_* even more.
Mon, 16 Jun 2008 14:50:16 +0300 Matti Hamalainen More simplifications of the configure code.
Mon, 16 Jun 2008 14:15:36 +0300 Matti Hamalainen Use AS_HELP_STRING() macro for prettifying --help output where applicable.
Mon, 16 Jun 2008 06:53:51 +0300 Matti Hamalainen Use proper quotation.
Mon, 16 Jun 2008 04:37:33 +0300 Matti Hamalainen Be clearer about Oniguruma's purpose.
Sun, 08 Jun 2008 11:52:39 +0900 Yoshiki Yazawa enables audacious to pick up its own libraries when prefix has been specified.
Thu, 05 Jun 2008 11:10:13 +0300 Matti Hamalainen Synchronized acinlude.m4 from configure cleanup branch; Moved SIMD checks to AUD_COMMON_PROGS.
Thu, 05 Jun 2008 09:20:37 +0300 Matti Hamalainen Configure option '--enable-one-plugin-dir' is unused in core, so we'll remove it.
Sun, 25 May 2008 18:09:59 +0300 Matti Hamalainen Quote variable assignment.
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.