emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Sun, 20 Jul 2003 19:38:20 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.344 emacs/configure.in:1.345
*** emacs/configure.in:1.344    Tue Jul 15 04:07:15 2003
--- emacs/configure.in  Sun Jul 20 19:38:20 2003
***************
*** 182,187 ****
--- 182,191 ----
  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,228 ****
--- 227,233 ----
    *-*-netbsd* )
      opsys=netbsd
      if test -f /usr/lib/crti.o; then]
+ dnl Leave quotation here temporarily
        AC_DEFINE(HAVE_CRTIN)
  [   fi
  
***************
*** 1168,1173 ****
--- 1173,1179 ----
  fi
  
  ]
+ dnl quotation ends
  
  if test $unported = yes; then
    AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]