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 ]) 6