diff configure.in @ 51969:89677b4e4446

Indicate boundaries of the big quoted region by comments.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 20 Jul 2003 23:38:20 +0000
parents 88c812dbb817
children 43cb913ddeef
line wrap: on
line diff
--- 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.