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