]> code.delx.au - gnu-emacs/commitdiff
Indicate boundaries of the big quoted region by comments.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 20 Jul 2003 23:38:20 +0000 (23:38 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 20 Jul 2003 23:38:20 +0000 (23:38 +0000)
configure.in

index 490dfbbb8abd45e7333c61b205ec748ca4732b4f..db0c88d92f6b981948f05832c902d730b1f85431 100644 (file)
@@ -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.