blob: b1eaffdcd85ceaa13eece3d3a11faa32e8267ba0 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001#
2# Configure a Makefile without clobbering it if it exists and is not out of
3# date. This macro is unique to LLVM.
4#
5AC_DEFUN([AC_CONFIG_MAKEFILE],
6[AC_CONFIG_COMMANDS($1,
7 [${llvm_src}/autoconf/mkinstalldirs `dirname $1`
Edwin Törökab4193b2009-08-28 16:12:48 +00008 ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1])
Dan Gohmanf17a25c2007-07-18 16:29:46 +00009])