Skip to content
  1. Jan 16, 2004
  2. Jan 13, 2004
    • 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
  3. Jan 12, 2004
  4. Dec 10, 2003
  5. Sep 11, 2003
  6. Sep 06, 2003
    • John Criswell's avatar
      Checkin of autoconf-style object root. · 0a6e6aaf
      John Criswell authored
      Moved Makefile.common to Makefile.rules.  This makes project Makefiles easier
      to support, and allows for easier overriding of default configuration values
      that used to be in Makefile.common.
      Modified Makefile.config.in to determine paths for directories (like
      LLVM_SRC_ROOT) and to use the pwd binary as opposed to the shell builtin (this
      works better for symbolic links).
      
      llvm-svn: 8377
      0a6e6aaf
  7. Jul 22, 2003
  8. Jul 02, 2003
  9. Jul 01, 2003
  10. Jun 30, 2003
  11. Jun 11, 2003
  12. May 30, 2003
  13. May 29, 2003
  14. Jan 17, 2003
  15. Sep 23, 2002
  16. Sep 20, 2002
  17. Sep 19, 2002
  18. Sep 18, 2002
  19. Aug 30, 2002
Loading