Skip to content
Snippets Groups Projects
  1. Sep 10, 2008
  2. Jul 22, 2008
  3. Jul 03, 2008
  4. May 04, 2008
  5. Mar 18, 2008
  6. Mar 17, 2008
  7. Mar 14, 2008
  8. Jan 16, 2008
  9. Jan 04, 2008
  10. Jan 02, 2008
  11. Dec 19, 2007
  12. Nov 20, 2007
  13. Nov 17, 2007
  14. Jul 25, 2007
  15. Jul 09, 2007
  16. May 14, 2007
  17. Mar 30, 2007
  18. Jan 30, 2007
  19. Jan 18, 2007
  20. Jan 15, 2007
  21. Jan 06, 2007
  22. Jan 05, 2007
  23. Dec 16, 2006
  24. Nov 13, 2006
  25. Nov 08, 2006
  26. 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
  27. Oct 04, 2006
  28. Sep 21, 2006
  29. Sep 19, 2006
  30. Aug 31, 2006
  31. Aug 21, 2006
  32. Aug 17, 2006
Loading