1. 23 Jun, 2016 1 commit
  2. 20 Jun, 2016 1 commit
  3. 19 Jun, 2016 3 commits
  4. 18 Jun, 2016 1 commit
  5. 17 Jun, 2016 2 commits
  6. 15 Jun, 2016 3 commits
  7. 04 Jun, 2016 1 commit
  8. 03 Jun, 2016 1 commit
  9. 02 Jun, 2016 3 commits
  10. 30 May, 2016 5 commits
  11. 27 May, 2016 2 commits
  12. 26 May, 2016 2 commits
  13. 25 May, 2016 1 commit
  14. 19 May, 2016 4 commits
  15. 16 May, 2016 1 commit
  16. 08 May, 2016 3 commits
    • Explorer09's avatar
      Update INSTALL text from autoconf-2.69 · c0df4047
      Explorer09 authored
      c0df4047
    • 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
  17. 07 May, 2016 2 commits
  18. 05 May, 2016 3 commits
  19. 04 May, 2016 1 commit