llvm-6502/autoconf/m4
Reid Spencer a5e26077ed Add two new checks for use in LLVM configuration files:
* FIND_STD_PROGRAM will find a program in the path or using --with options
  and verify that the path/bin/program is executable. Also allows checking
  for include files and libraries. If found, USE_PROGRAM is set, otherwise
  its not set. Also sets PROGRAM_BIN (bin directory), and PROGRAM_DIR (top
  level directory). If headers are found, sets PROGRAM_INC. If libraries
  are found, sets PROGRAM_LIB.
* CHECK_PROGRAM_SANITY can be used to run a program with some option that
  only produces information output and requires no input. If the output
  matches a regular expression, the program passes the sanity check.
  Otherwise, an error occurs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22458 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-17 00:50:40 +00:00
..
bison.m4
c_printf_a.m4
check_gnu_make.m4
config_makefile.m4
config_project.m4
cxx_bidi_iterator.m4
cxx_fwd_iterator.m4
cxx_hash_map.m4
cxx_hash_set.m4
cxx_namespaces.m4
cxx_std_iterator.m4
find_std_program.m4
flex.m4
func_isinf.m4
func_isnan.m4
func_mmap_file.m4
header_mmap_anonymous.m4
libtool.m4
link_use_r.m4
ltdl.m4
need_dev_zero_for_mmap.m4
path_tclsh.m4
rand48.m4 Changes to support rand48 tests 2004-10-27 23:03:44 +00:00
sanity_check.m4
single_cxx_check.m4