[CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc in...
[oota-llvm.git] / autoconf / m4 / define_subst.m4
1 # Combine AC_DEFINE and AC_SUBST
2 AC_DEFUN([LLVM_DEFINE_SUBST], [
3 AC_DEFINE([$1], [$2], [$3])
4 AC_SUBST([$1], ['$2'])
5 ])