]> code.delx.au - gnu-emacs/blobdiff - configure1.in
(electric-history-map): Don't use fillarray;
[gnu-emacs] / configure1.in
index 141e3f67fc0c79412da1cf7924acda404e0b029c..cec0333b99b3db919e8c2e76ba8b26d59bae325a 100755 (executable)
@@ -228,7 +228,7 @@ Set it to either \`yes' or \`no'."
          inst_paths='#disabled# '
        ;;
 
-       ## Has the user specifiec an installation prefix?
+       ## Has the user specified an installation prefix?
        "prefix" )
          ## If the value was omitted, get it from the next argument.
          if [ "${valomitted}" = "yes" ]; then
@@ -245,7 +245,7 @@ Set it to either \`yes' or \`no'."
          prefix="${val}"
         ;;
 
-       ## Has the user specifiec an installation prefix?
+       ## Has the user specified an installation prefix?
        "exec_prefix" )
          ## If the value was omitted, get it from the next argument.
          if [ "${valomitted}" = "yes" ]; then
@@ -493,6 +493,11 @@ case "${configuration}" in
     machine=cydra5 opsys=usg5-3
   ;;
 
+  ## Data General AViiON Machines
+  m88k-dg-dgux* )
+    machine=aviion opsys=dgux
+  ;;
+
   ## DECstations
   mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0 | mips-dec-bsd4.2 )
     machine=pmax opsys=bsd4-2
@@ -633,6 +638,17 @@ case "${configuration}" in
   i[34]86-intsys-sysv* )
     machine=is386 opsys=usg5-2-2
   ;;
+
+  ## Prime EXL
+  i386-prime-sysv* )
+    machine=i386 opsys=usg5-3
+  ;;
+
+  ## Sequent Symmetry
+  i386-sequent-bsd* )
+    machine=symmetry opsys=bsd4-3
+  ;;
+
   ## Intel 386 machines where we don't care about the manufacturer
   i[34]86-*-* )
     machine=intel386
@@ -740,11 +756,6 @@ case "${configuration}" in
     machine=plexus opsys=usg5-2
   ;;
 
-  ## Prime EXL
-  i386-prime-sysv* )
-    machine=i386 opsys=usg5-3
-  ;;
-
   ## Pyramid machines
   ## I don't really have any idea what sort of processor the Pyramid has,
   ## so I'm assuming it is its own architecture.
@@ -759,10 +770,6 @@ case "${configuration}" in
   ns32k-sequent-bsd4.3 )
     machine=sequent opsys=bsd4-3
   ;;
-  ## Sequent Symmetry
-  i386-sequent-bsd* )
-    machine=symmetry opsys=bsd4-3
-  ;;
 
   ## SONY machines
   m68*-sony-bsd4.2 )
@@ -956,6 +963,7 @@ dnl checks for compiler characteristics
 AC_CONST
 
 dnl checks for operating system services
+AC_LONG_FILE_NAMES
 
 dnl other checks for UNIX variants
 [
@@ -1102,7 +1110,7 @@ echo '
 # The value of CPP is a quoted variable reference, so we need to do this
 # to get its actual value...
 foo=`eval "echo $CPP"`
-eval `${foo} ${tempcname} \
+eval `${foo} -Isrc ${tempcname} \
        | grep '@configure@' \
        | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'`
 rm ${tempcname}