llvm-6502/autoconf
Brian Gaeke 26be9c5350 Remove and/or shorten many comments in configure.ac.
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. :-)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10814 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-13 06:43:16 +00:00
..
acinclude.m4 The configure script now defines BISON as the name of the bison program and 2004-01-12 16:14:54 +00:00
config.guess These are the autoconf files in their new home. 2003-07-22 19:13:20 +00:00
config.sub These are the autoconf files in their new home. 2003-07-22 19:13:20 +00:00
configure.ac Remove and/or shorten many comments in configure.ac. 2004-01-13 06:43:16 +00:00
install-sh These are the autoconf files in their new home. 2003-07-22 19:13:20 +00:00
LICENSE.TXT Adding additional license information to these files. 2003-10-13 20:34:27 +00:00
ltmain.sh Removed the -only-static option as it is no longer required (and didn't work 2003-07-31 20:59:32 +00:00
mkinstalldirs These are the autoconf files in their new home. 2003-07-22 19:13:20 +00:00