Individual autoconf function broken out of acincludes.m4. This change
authorReid Spencer <rspencer@reidspencer.com>
Tue, 7 Sep 2004 06:56:14 +0000 (06:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 7 Sep 2004 06:56:14 +0000 (06:56 +0000)
commit491f6812ef173989612d987fa8706fd38e2e673f
tree0ba6404a9be355d9bbd5e526efe32e3b0bc29afa
parent10c0a2e7f955cbe6cc8c842e6d8aebc10ac91f4c
Individual autoconf function broken out of acincludes.m4. This change
per the recommended style guide for autoconf and so that individual
autoconf functions can more easily be shared across projects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16223 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
autoconf/m4/bison.m4 [new file with mode: 0644]
autoconf/m4/c_printf_a.m4 [new file with mode: 0644]
autoconf/m4/check_gnu_make.m4 [new file with mode: 0644]
autoconf/m4/config_makefile.m4 [new file with mode: 0644]
autoconf/m4/cxx_bidi_iterator.m4 [new file with mode: 0644]
autoconf/m4/cxx_fwd_iterator.m4 [new file with mode: 0644]
autoconf/m4/cxx_hash_map.m4 [new file with mode: 0644]
autoconf/m4/cxx_hash_set.m4 [new file with mode: 0644]
autoconf/m4/cxx_namespaces.m4 [new file with mode: 0644]
autoconf/m4/cxx_std_iterator.m4 [new file with mode: 0644]
autoconf/m4/flex.m4 [new file with mode: 0644]
autoconf/m4/func_mmap_file.m4 [new file with mode: 0644]
autoconf/m4/header_mmap_anonymous.m4 [new file with mode: 0644]
autoconf/m4/link_use_r.m4 [new file with mode: 0644]
autoconf/m4/single_cxx_check.m4 [new file with mode: 0644]