]> code.delx.au - gnu-emacs/blobdiff - configure
(texinfodir): New, with location of texinfo.tex.
[gnu-emacs] / configure
index b850521aba9bce425bfdb723aed53da4a63d8eb9..42111988396106b292c3d5f413f6906844170775 100755 (executable)
--- a/configure
+++ b/configure
@@ -1346,15 +1346,13 @@ Optional Features:
   --enable-locallisppath=PATH
                           directories Emacs should search for lisp files
                           specific to this site
-  --enable-checking=LIST
-                         enable expensive run-time checks.  With LIST,
-                         enable only specific categories of checks.
-                         Categories are: all,yes,no.
-                         Flags are: stringbytes, stringoverrun, stringfreelist,
-                         xmallocoverrun, conslist
-  --enable-profiling
-                         Build emacs with profiling support.
-                         This might not work on all platforms.
+  --enable-checking[=LIST]
+                          enable expensive run-time checks. With LIST, enable
+                          only specific categories of checks. Categories are:
+                          all,yes,no. Flags are: stringbytes, stringoverrun,
+                          stringfreelist, xmallocoverrun, conslist
+  --enable-profiling      build emacs with profiling support. This might not
+                          work on all platforms
   --disable-largefile     omit support for large files
 
 Optional Packages:
@@ -2535,9 +2533,9 @@ _ACEOF
     case "${canonical}" in
       alpha*-*-netbsd*)        machine=alpha ;;
       i[3456]86-*-netbsd*) machine=intel386 ;;
-      mips-*-netbsd*)  machine=pmax ;;
-      mipsel-*-netbsd*)        machine=pmax ;;
-      mipseb-*-netbsd*)        machine=pmax ;;
+      mips-*-netbsd*)  machine=mips ;;
+      mipsel-*-netbsd*)        machine=mips ;;
+      mipseb-*-netbsd*)        machine=mips ;;
       powerpc-*-netbsd*) machine=macppc ;;
       sparc*-*-netbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;