Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view autoconf/m4/config_makefile.m4 @ 116:a609e5c42ecc
change from CGF to this
author | mir3636 |
---|---|
date | Mon, 08 Aug 2016 19:47:00 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
# # Configure a Makefile without clobbering it if it exists and is not out of # date. This macro is unique to LLVM. # AC_DEFUN([AC_CONFIG_MAKEFILE], [AC_CONFIG_COMMANDS($1, [${llvm_src}/autoconf/mkinstalldirs `dirname $1` ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/$1 $1]) ])