From: Markus Rost Date: Sun, 20 Jul 2003 23:38:20 +0000 (+0000) Subject: Indicate boundaries of the big quoted region by comments. X-Git-Tag: ttn-vms-21-2-B4~9298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10aa5486d8f780d4100254d0bbe17ab91bf18a41;p=emacs.git Indicate boundaries of the big quoted region by comments. --- 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' 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.