- 20 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 19 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Was using the wrong variable. Regression by commit 16f870aa
-
- 08 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Was hard-coded to "auto", and the macro parameter was ignored (in the help text).
-
- 24 Nov, 2014 1 commit
-
-
Max Kellermann authored
Broken by commit cdbdcec7
-
- 23 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Nov, 2014 2 commits
-
-
Max Kellermann authored
Simplify the definition of many build options.
-
Max Kellermann authored
Don't assign bash variables; instead, use the m4 parameters directly.
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
Rationale: vanilla libid3tag does not have any pkg-config stuff and fails to detect because symbols from libz are not found.
-
- 01 Sep, 2011 1 commit
-
-
Max Kellermann authored
Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback.
-
- 15 Apr, 2009 2 commits
-
-
Max Kellermann authored
This function checks whether a prerequisite for a feature was found.
-
Max Kellermann authored
When MPD_AUTO_DISABLED prints a fatal error message, include the feature name. This might be an important piece of information for the user, just in case the preceding line doesn't tell him.
-
- 29 Mar, 2009 1 commit
-
-
Max Kellermann authored
In the MPD_AUTO_DISABLED() function, I forgot to check for "explicitly disabled".
-
- 28 Mar, 2009 2 commits
-
-
Max Kellermann authored
MPD_AUTO_PKG() runs pkg-config and then forwards control to MPD_AUTO_RESULT(). This is a commonly used short cut.
-
Max Kellermann authored
This patch adds a small autoconf M4 library which deals with auto-detected features. The default for those features is "auto", which is like the old default: if the library is present on the system, enable the feature, disable otherwise. If the user explicitly enables that feature (--enable-alsa), and the library is not present, configure must fail, because it cannot fulfill the request.
-