Skip to content
Snippets Groups Projects
  1. Dec 24, 2015
  2. Dec 22, 2015
  3. Dec 21, 2015
  4. Dec 11, 2015
  5. Dec 10, 2015
  6. Dec 07, 2015
  7. Nov 26, 2015
    • Sebastian Dröge's avatar
      bash-completion: Disable during "make distcheck" as this requires installing... · 934c4af9
      Sebastian Dröge authored
      bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix
      
      automake requires all files to be installed inside the prefix. bash-completion
      requires the files to be in a specific directory given by a pkg-config file.
      As such those two are having incompatible requirements and we just disable
      bash-completion installation for the time being when running "make distcheck".
      
      Nonetheless things like "make install" with e.g. a DESTDIR or a private
      installation into a user's directory will fail as in both cases the
      bash-completion data would be tried to be installed system-wide.
      934c4af9
    • Sebastian Dröge's avatar
      Revert "build: fix make distcheck." · c37da5d8
      Sebastian Dröge authored
      This reverts commit 462727d6.
      
      This "fix" broke the build on Windows, where both prefix and datadir are
      absolute paths and as such we would concatenate two absolute paths and fail.
      c37da5d8
  8. Nov 20, 2015
  9. Nov 14, 2015
  10. Nov 08, 2015
  11. Nov 05, 2015
  12. Nov 04, 2015
  13. Oct 30, 2015
  14. Oct 21, 2015
  15. Oct 02, 2015
  16. Oct 01, 2015
  17. Sep 30, 2015
Loading