It's spelled IEEEFP
[oota-llvm.git] / autoconf / m4 / config_makefile.m4
1 #
2 # Configure a Makefile without clobbering it if it exists and is not out of
3 # date.  This macro is unique to LLVM.
4 #
5 AC_DEFUN([AC_CONFIG_MAKEFILE],
6 [AC_CONFIG_COMMANDS($1,${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/$1 $1,${srcdir}/autoconf/mkinstalldirs `dirname $1`)
7 ])