Reid Spencer | 491f681 | 2004-09-07 06:56:14 +0000 | [diff] [blame] | 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], | ||||
Reid Spencer | a8d9789 | 2005-02-24 18:28:20 +0000 | [diff] [blame] | 6 | [AC_CONFIG_COMMANDS($1, |
7 | [${llvm_src}/autoconf/mkinstalldirs `dirname $1` | ||||
8 | ${SHELL} ${llvm_src}/autoconf/install-sh -c ${srcdir}/$1 $1]) | ||||
Reid Spencer | 491f681 | 2004-09-07 06:56:14 +0000 | [diff] [blame] | 9 | ]) |