support for solaris 2 on i386 in configure.in

This commit is contained in:
bdc 1996-09-26 20:00:45 +00:00
parent 4fbb8e217f
commit 5b10faa3a1
3 changed files with 368 additions and 125 deletions

View File

@ -40,3 +40,5 @@ Reported by Lewis Girod 12 Dec 95. Fixed by bdc 26 Sept 96.
"make clean" didn't get the .o's in scsh/machine
Reported by Kevin Esler 2 April 96. Fixed by bdc 26 Sept 96.
support for Solaris 2 on i386 in configure.in
Reported by Lutz Euler on 11 Jul 96. Fixed by bdc 26 Sept 96.

485
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -296,8 +296,8 @@ case "$host" in
dir=sunos
;;
## Solaris
sparc*-sun-solaris* )
## Solaris - Sparc and i386
*-*-solaris* )
dir=solaris
AC_DEFINE(HAVE_NLIST)
;;
@ -315,7 +315,7 @@ esac
/bin/rm -f $srcdir/scsh/machine
ln -s $srcdir/$dir $srcdir/scsh/machine
AC_CHECK_LIB(m, sqrt(0.0) + t)
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(gen, pathfind)
AC_CHECK_LIB(nsl, gethostbyaddr)
AC_CHECK_LIB(socket, socket)