Skip to content
  1. Jul 23, 2004
  2. Jul 21, 2004
  3. Jul 19, 2004
  4. Jun 23, 2004
  5. Jun 22, 2004
  6. Jun 07, 2004
  7. Jun 03, 2004
  8. May 27, 2004
  9. Apr 16, 2004
  10. Apr 14, 2004
  11. Apr 13, 2004
  12. Apr 02, 2004
  13. Feb 26, 2004
  14. Feb 24, 2004
  15. Feb 23, 2004
  16. Feb 20, 2004
  17. Feb 16, 2004
  18. Feb 13, 2004
  19. Feb 10, 2004
  20. Jan 22, 2004
  21. Jan 21, 2004
  22. Jan 16, 2004
  23. Jan 15, 2004
  24. Jan 13, 2004
    • Brian Gaeke's avatar
      Whoopsie. I should remember to use aclocal next time. · 07e46214
      Brian Gaeke authored
      llvm-svn: 10815
      07e46214
    • Brian Gaeke's avatar
      Remove and/or shorten many comments in configure.ac. · 2abe7ae3
      Brian Gaeke authored
      Remove checks for many common Unix programs. Our build process currently
      assumes they are there and makes no provisions for any other world-views.
      (We can add some of these checks back at some later time if it should prove
      useful, but right now, we do not need to check to see whether "rm" exists.)
      
      Remove checks for many common standard C headers and functions. We assume
      ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h>
      headers, so these checks will not help anything.
      
      Edit configure's warning messages for clarity and content.
      
      Change checks for "optional" programs to default to using "true" instead of
      "false", so that a failure to find, e.g., etags, will be less likely to result
      in make failing.
      
      No longer shall we check for --enable-purify or --with-purify options.
      No longer shall we propagate these to the Makefiles.
      
      configure regenerated using autoconf-2.57.
      
      Please feel free to send me any questions or comments you have. :-)
      
      llvm-svn: 10814
      2abe7ae3
  25. Jan 12, 2004
  26. Dec 30, 2003
  27. Dec 20, 2003
  28. Dec 18, 2003
  29. Dec 12, 2003
Loading