Mercurial > emacs
changeset 2739:8bb3e2a87cbb
Use pushdef and popdef, instead of saving the macro's value in a
variable.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 10 May 1993 23:58:36 +0000 |
parents | 263aa966f295 |
children | d7ed0a89ee41 |
files | configure1.in |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Mon May 10 23:31:01 1993 +0000 +++ b/configure1.in Mon May 10 23:58:36 1993 +0000 @@ -998,11 +998,10 @@ dnl the CPP macro should receive. We cripple that quoting for a dnl bit, invoke AC_DEFINE, and then uncripple it. -define([hold_ac_define_sedquote], defn([AC_DEFINE_SEDQUOTE])) -define([AC_DEFINE_SEDQUOTE],[$1]) +pushdef([AC_DEFINE_SEDQUOTE],[$1]) AC_DEFINE(config_machfile, "\"${machfile}\"") AC_DEFINE(config_opsysfile, "\"${opsysfile}\"") -define([AC_DEFINE_SEDQUOTE],hold_ac_define_sedquote) +popdef([AC_DEFINE_SEDQUOTE]) AC_DEFINE(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE}) AC_DEFINE(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})