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
10aa5486
Commit
10aa5486
authored
Jul 20, 2003
by
Markus Rost
Browse files
Indicate boundaries of the big quoted region by comments.
parent
90f8dc03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
configure.in
configure.in
+6
-0
No files found.
configure.in
View file @
10aa5486
...
...
@@ -182,6 +182,10 @@ dnl This used to use changequote, but, apart from `changequote is evil'
dnl per the autoconf manual, we can speed up autoconf somewhat by quoting
dnl the great gob of text. Thus it's not processed for possible expansion.
dnl Just make sure the brackets remain balanced.
dnl
dnl Since Emacs can't find matching pairs of quotes, boundaries are
dnl indicated by comments.
dnl quotation begins
[
### If you add support for a new configuration, add code to this
...
...
@@ -223,6 +227,7 @@ case "${canonical}" in
*-*-netbsd* )
opsys=netbsd
if test -f /usr/lib/crti.o; then]
dnl Leave quotation here temporarily
AC_DEFINE(HAVE_CRTIN)
[ fi
...
...
@@ -1168,6 +1173,7 @@ if test x"${opsys}" = x; then
fi
]
dnl quotation ends
if test $unported = yes; then
AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.
...
...
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