Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
942990d1
Commit
942990d1
authored
May 10, 1993
by
Jim Blandy
Browse files
Use pushdef and popdef, instead of saving the macro's value in a
variable.
parent
ee8f40cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
configure1.in
configure1.in
+2
-3
No files found.
configure1.in
View file @
942990d1
...
...
@@ -998,11 +998,10 @@ dnl so (as far as I can tell) there's no way to compute the value
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}\"")
def
ine
([AC_DEFINE_SEDQUOTE]
,hold_ac_define_sedquote
)
pop
def([AC_DEFINE_SEDQUOTE])
AC_DEFINE(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})
AC_DEFINE(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment