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
*-*-netbsd* )
opsys=netbsd
if test -f /usr/lib/crti.o; then]
+dnl Leave quotation here temporarily
AC_DEFINE(HAVE_CRTIN)
[ fi
fi
]
+dnl quotation ends
if test $unported = yes; then
AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.