1. 22 Sep, 2017 1 commit
  2. 26 Jul, 2017 1 commit
  3. 10 Jul, 2017 1 commit
  4. 19 Apr, 2017 1 commit
  5. 12 Sep, 2016 1 commit
  6. 21 Jul, 2016 1 commit
  7. 11 Jul, 2016 1 commit
  8. 19 May, 2016 1 commit
  9. 08 May, 2016 2 commits
    • Explorer09's avatar
      Reorder configure macros to avoid "missing script" warning. · b71b07f5
      Explorer09 authored
      3 effects in this commit, with the first being the main one:
      
      1. Fix the "`missing' script is too old or missing" warning. See:
         <https://lists.gnu.org/archive/html/automake/2010-08/msg00108.html>
      
      2. By moving AC_CANONICAL_TARGET down in order, we are now able to
         set the directory for auxiliary scripts. For now it's still './'.
         I added the line "AC_CONFIG_AUX_DIR([.])" to show that the directory
         change is possible.
      
      3. AC_USE_SYSTEM_EXTENSIONS includes checks from AC_PROG_CC, by moving
         the former macro down, we can save size in 'configure' by not
         generating repeated checks.
      b71b07f5
    • Explorer09's avatar
      Replace deprecated autoconf macros. · f0df28a4
      Explorer09 authored
      AC_HELP_STRING -> AS_HELP_STRING
      AC_TRY_COMPILE -> AC_COMPILE_IFELSE([AC_LANG_PROGRAM([...])],...)
      AC_CONFIG_HEADER -> AC_CONFIG_HEADERS
      AC_PROG_LIBTOOL -> LT_INIT
      
      Note: There might be more deprecated macros that I haven't noticed.
      I just wish to avoid painful highlighting from my text editor (gedit)
      that complains about them. :)
      f0df28a4
  10. 04 May, 2016 1 commit
  11. 18 Apr, 2016 2 commits
  12. 07 Mar, 2016 1 commit
  13. 14 Feb, 2016 1 commit
  14. 02 Feb, 2016 1 commit
  15. 05 Jan, 2016 1 commit
  16. 09 Dec, 2015 2 commits
  17. 06 Dec, 2015 1 commit
  18. 30 Nov, 2015 1 commit
  19. 19 Nov, 2015 1 commit
  20. 18 Sep, 2015 1 commit
  21. 20 Aug, 2015 1 commit
  22. 19 Aug, 2015 2 commits
  23. 09 Apr, 2015 1 commit
  24. 23 Feb, 2015 2 commits
  25. 04 Feb, 2015 1 commit
  26. 22 Jan, 2015 1 commit
  27. 27 Nov, 2014 2 commits
  28. 24 Nov, 2014 2 commits
  29. 20 Nov, 2014 1 commit
  30. 24 Apr, 2014 1 commit
  31. 29 Jan, 2014 1 commit
  32. 14 Jan, 2014 1 commit
  33. 26 Feb, 2013 1 commit