move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 7 Sep 2004 14:23:53 +0000 (14:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 7 Sep 2004 14:23:53 +0000 (14:23 +0000)
commit53ecd51d974a9befce557f213de828c455d28500
tree8e888786085bd413ed1b59bb03681582f657efd2
parent491f6812ef173989612d987fa8706fd38e2e673f
move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16224 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/m4/func_isinf.m4 [new file with mode: 0644]
autoconf/m4/func_isnan.m4 [new file with mode: 0644]
autoconf/m4/single_cxx_check.m4