mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
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.
This commit is contained in:
parent
f6e0680c88
commit
b95c8e7e3e
34
configure.in
34
configure.in
@ -6,18 +6,11 @@ AC_PREREQ(2.0)dnl
|
||||
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 @@ case "${canonical}" in
|
||||
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 @@ case "${canonical}" in
|
||||
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 @@ case "${canonical}" in
|
||||
## 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 @@ case ${HAVE_X11} in
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user