1. 26 Dec, 2016 1 commit
  2. 20 Mar, 2015 1 commit
  3. 19 Mar, 2015 1 commit
  4. 22 Dec, 2014 2 commits
  5. 09 Dec, 2014 2 commits
  6. 08 Dec, 2014 2 commits
  7. 24 Nov, 2014 1 commit
  8. 23 Nov, 2014 1 commit
  9. 22 Nov, 2014 1 commit
  10. 21 Nov, 2014 2 commits
  11. 16 Oct, 2013 1 commit
  12. 03 Jan, 2013 1 commit
  13. 01 Sep, 2011 1 commit
  14. 15 Apr, 2009 2 commits
  15. 29 Mar, 2009 1 commit
  16. 28 Mar, 2009 2 commits
    • Max Kellermann's avatar
      configure.ac: added M4 function MPD_AUTO_PKG() for ALSA · 87e0b1ad
      Max Kellermann authored
      MPD_AUTO_PKG() runs pkg-config and then forwards control to
      MPD_AUTO_RESULT().  This is a commonly used short cut.
      87e0b1ad
    • Max Kellermann's avatar
      configure.ac: fail when ALSA is enabled but not found · 53ed647b
      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.
      53ed647b