aboutsummaryrefslogtreecommitdiff
path: root/autoconf/m4/config_makefile.m4
blob: e30f18762015cef013e5c3a6cb0573053b551c64 (plain)
1
2
3
4
5
6
7
#
# 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,${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/$1 $1,${srcdir}/autoconf/mkinstalldirs `dirname $1`)
])