aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-07-20 23:38:20 +0000
committerMarkus Rost2003-07-20 23:38:20 +0000
commit10aa5486d8f780d4100254d0bbe17ab91bf18a41 (patch)
tree8c9f9cfb4b1a93dc9cd99b97bdb48ed905287fec
parent90f8dc03085e08b1eba333f4cb943474024c5f44 (diff)
downloademacs-10aa5486d8f780d4100254d0bbe17ab91bf18a41.tar.gz
emacs-10aa5486d8f780d4100254d0bbe17ab91bf18a41.zip
Indicate boundaries of the big quoted region by comments.
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 490dfbbb8ab..db0c88d92f6 100644
--- a/configure.in
+++ b/configure.in
@@ -182,6 +182,10 @@ dnl This used to use changequote, but, apart from `changequote is evil'
182dnl per the autoconf manual, we can speed up autoconf somewhat by quoting 182dnl per the autoconf manual, we can speed up autoconf somewhat by quoting
183dnl the great gob of text. Thus it's not processed for possible expansion. 183dnl the great gob of text. Thus it's not processed for possible expansion.
184dnl Just make sure the brackets remain balanced. 184dnl Just make sure the brackets remain balanced.
185dnl
186dnl Since Emacs can't find matching pairs of quotes, boundaries are
187dnl indicated by comments.
188dnl quotation begins
185[ 189[
186 190
187### If you add support for a new configuration, add code to this 191### If you add support for a new configuration, add code to this
@@ -223,6 +227,7 @@ case "${canonical}" in
223 *-*-netbsd* ) 227 *-*-netbsd* )
224 opsys=netbsd 228 opsys=netbsd
225 if test -f /usr/lib/crti.o; then] 229 if test -f /usr/lib/crti.o; then]
230dnl Leave quotation here temporarily
226 AC_DEFINE(HAVE_CRTIN) 231 AC_DEFINE(HAVE_CRTIN)
227[ fi 232[ fi
228 233
@@ -1168,6 +1173,7 @@ if test x"${opsys}" = x; then
1168fi 1173fi
1169 1174
1170] 1175]
1176dnl quotation ends
1171 1177
1172if test $unported = yes; then 1178if test $unported = yes; then
1173 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. 1179 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.