Skip to content
Snippets Groups Projects
  1. Feb 10, 2007
  2. Feb 09, 2007
  3. Jan 30, 2007
  4. Jan 28, 2007
  5. Jan 19, 2007
  6. Jan 15, 2007
  7. Jan 08, 2007
  8. Jan 01, 2007
  9. Dec 25, 2006
  10. Dec 18, 2006
  11. Dec 16, 2006
  12. Dec 05, 2006
  13. Dec 01, 2006
    • Russell Bryant's avatar
      Merged revisions 48190 via svnmerge from · c1a36cb5
      Russell Bryant authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r48190 | russell | 2006-12-01 18:16:28 -0500 (Fri, 01 Dec 2006) | 12 lines
      
      FreeBSD 6.1 does not include wget by default.  However, it has fetch which will
      work just fine for our purposes of downloading the sounds packages.  So, check
      for both wget and fetch and the configure script and use what was found to
      download them.  If neither one was found, and sound packages are selected that
      must be downloaded, the install process will print out an informative error
      message indicating the situation.
      
      Also, fix a couple places where "make" was hard coded into some output messages
      by replacing them with the $(MAKE) variable.
      
      (issue #8451, initial patch by pabelanger, with additional modifications by me)
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48191 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c1a36cb5
  14. Nov 16, 2006
  15. Nov 08, 2006
  16. Nov 02, 2006
  17. Nov 01, 2006
  18. Oct 30, 2006
  19. Oct 22, 2006
    • Luigi Rizzo's avatar
      Fix a few issues in the previous (disabled) HTTPS code, · c15f7953
      Luigi Rizzo authored
      and support linux as well (using fopencookie(), which should
      be available in glibc).
      
      Update configure.ac to check for funopen (BSD) and fopencookie(glibc),
      and while we are at it also for gethostbyname_r
      (the generated files need to be updated, or you need
      to run bootstrap.sh yourself).
      
      Document the new options in http.conf.sample
      (names are only tentative, better ones are welcome).
      
      At this point we can safely enable the option.
      Anyone willing to try this on Sun and Apple platforms ?
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45892 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c15f7953
  20. Oct 13, 2006
  21. Oct 05, 2006
    • Luigi Rizzo's avatar
      Basically, this commit only simplifies configure.ac and makes the · f4cd569b
      Luigi Rizzo authored
      mechanism more flexible, but otherwise should not affect your build
      even if you regenerate the "configure" script.
      (Most likely you need to run bootstrap.sh as you really need to re-run
      autoheader for reasons that i do not completely understand).
      
      If you don't regenerate "configure", of course you will see no difference.
      
      In detail:
      
      - restructure the check for mandatory modules to remove some
        redundant code blocks;
      
      - extend the AST_EXT_LIB_CHECK so that it can used also for
        checking headers;
      
      - define the AST_C_DEFINE_CHECK macro to test for #defined symbols;
      
      - for the two above macros, add a last argument that getscopied into
        HAVE_$1_VERSION so the source can adapt to different versions of the
        same libraries/header/etc
      
      - document the above;
      
      - document a problem that existed before and i did not manage to solve:
        the 'description' argument to AC_DEFINE does not substiture shell variables
        so you will not see the actual values in the comments (in autoconfig.h)..
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f4cd569b
  22. Oct 04, 2006
  23. Oct 03, 2006
  24. Sep 29, 2006
  25. Sep 27, 2006
  26. Sep 21, 2006
  27. Sep 19, 2006
  28. Sep 18, 2006
Loading