changeset 12464:96d3d0dcc315

Use sunos4shr normally for Sunos 4.1.[3-9]. (mips-mips-riscos5*): New alternative. (bindir, datadir, sharedstatedir, libexecdir) (mandir, infodir, archlibdir): Initializations deleted. On hpux9, use hpux9-x11r4.h if we have X11R4. On hpux9shr, use hpux9shxr4.h. Added target mips-dec-mach_bsd4.3.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jul 1995 20:03:39 +0000
parents b2e67adcc76e
children 0d404ef125ea
files configure.in
diffstat 1 files changed, 26 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Jul 01 19:49:40 1995 +0000
+++ b/configure.in	Sat Jul 01 20:03:39 1995 +0000
@@ -6,18 +6,11 @@
 AC_INIT(src/lisp.h)
 AC_CONFIG_HEADER(src/config.h)
 
-bindir='${exec_prefix}/bin'
-datadir='${prefix}/share'
-sharedstatedir='${prefix}/com'
-libexecdir='${exec_prefix}/libexec'
-mandir='${prefix}/man/man1'
-infodir='${prefix}/info'
 lispdir='${datadir}/emacs/${version}/lisp'
 locallisppath='${datadir}/emacs/site-lisp'
 lisppath='${locallisppath}:${lispdir}'
 etcdir='${datadir}/emacs/${version}/etc'
 lockdir='${sharedstatedir}/emacs/lock'
-archlibdir='${libexecdir}/emacs/${version}/${configuration}'
 docdir='${datadir}/emacs/${version}/etc'
 
 AC_ARG_WITH(gcc,
@@ -271,6 +264,9 @@
   mips-dec-osf* )
     machine=pmax opsys=osf1
   ;;
+  mips-dec-mach_bsd4.3* )
+    machine=pmax opsys=mach-bsd4-3
+  ;;
 
   ## Motorola Delta machines
   m68k-motorola-sysv* | m68000-motorola-sysv* )
@@ -529,6 +525,11 @@
     NON_GNU_CC="cc -systype bsd43"
     NON_GNU_CPP="cc -systype bsd43 -E"
   ;;
+  mips-mips-riscos5* )
+    machine=mips4 opsys=riscos5
+    NON_GNU_CC="cc -systype bsd43"
+    NON_GNU_CPP="cc -systype bsd43 -E"
+  ;;
   mips-mips-bsd* )
     machine=mips opsys=bsd4-3
   ;;
@@ -653,7 +654,8 @@
       ## The Sun386 didn't get past 4.0.
       i[345]86-*-sunos4	  ) opsys=sunos4-0 ;;
       *-sunos4.0*	  ) opsys=sunos4-0 ;;
-      *-sunos4.1.[3-9]* | *-sunos4shr*  ) opsys=sunos4shr
+      *-sunos4.1.[3-9]* )
+		opsys=sunos4shr
 		NON_GNU_CPP=/usr/lib/cpp
 		;;
       *-sunos4* | *-sunos ) opsys=sunos4-1
@@ -989,6 +991,22 @@
   yes ) HAVE_X_MENU=yes ;;
 esac
 
+if test "${opsys}" = "hpux9"; then
+  case "${x_libraries}" in
+    *X11R4* )
+      opsysfile="s/hpux9-x11r4.h"
+      ;;
+  esac
+fi
+
+if test "${opsys}" = "hpux9shr"; then
+  case "${x_libraries}" in
+    *X11R4* )
+      opsysfile="s/hpux9shxr4.h"
+      ;;
+  esac
+fi
+
 #### Extract some information from the operating system and machine files.
 
 AC_CHECKING([the machine- and system-dependent files to find out