1*76c7fc5fSjoerg# 2*76c7fc5fSjoerg# Configure a Makefile without clobbering it if it exists and is not out of 3*76c7fc5fSjoerg# date. This macro is unique to LLVM. 4*76c7fc5fSjoerg# 5*76c7fc5fSjoergAC_DEFUN([AC_CONFIG_MAKEFILE], 6*76c7fc5fSjoerg[AC_CONFIG_COMMANDS($1, 7*76c7fc5fSjoerg [${llvm_src}/autoconf/mkinstalldirs `dirname $1` 8*76c7fc5fSjoerg ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1]) 9*76c7fc5fSjoerg]) 10