1# Combine AC_DEFINE and AC_SUBST 2AC_DEFUN([LLVM_DEFINE_SUBST], [ 3AC_DEFINE([$1], [$2], [$3]) 4AC_SUBST([$1], ['$2']) 5]) 6