[PGO] Value profiling (index format) code cleanup and testing
[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 ])