# HG changeset patch # User Markus Rost # Date 1058744300 0 # Node ID 89677b4e4446d36d2f1a27128119bb1b361e9be6 # Parent e4c4c45ea013218c7d53f7fd55823bfce6ec968b Indicate boundaries of the big quoted region by comments. diff -r e4c4c45ea013 -r 89677b4e4446 configure.in --- a/configure.in Sun Jul 20 19:04:48 2003 +0000 +++ b/configure.in Sun Jul 20 23:38:20 2003 +0000 @@ -182,6 +182,10 @@ 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 @@ *-*-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 @@ fi ] +dnl quotation ends if test $unported = yes; then AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.