home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!cis.ohio-state.edu!dekk.pvv.unit.no!jorgens
- From: jorgens@dekk.pvv.unit.no
- Subject: Small addition for autoconf Ver. 1.2
- Message-ID: <9301091832.AA08006@dekk.pvv.unit.no>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Sat, 9 Jan 1993 08:32:12 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 25
-
- This a little addition for autoconf.
-
- The addition is needed for Dolphin machines. It consists of a test for
- a library which i usefull if programs is using host/uid queries.
-
- Kjetil Wiekhorst J{\o}rgensen
- <jorgens@pvv.unit.no>
-
- diff -crN autoconf-1.2/acspecific.m4 autoconf-1.2-mod/acspecific.m4
- *** autoconf-1.2/acspecific.m4 Wed Oct 14 18:42:10 1992
- --- autoconf-1.2-mod/acspecific.m4 Sat Jan 9 18:49:15 1993
- ***************
- *** 720,722 ****
- --- 720,729 ----
- test -n "$SEQUENT" && test -f /usr/lib/libseq.a &&
- LIBS="$LIBS -lseq"
- ])dnl
- + dnl
- + define(AC_DOLPHIN_YPSEC,
- + [echo checking for Dolphin libypsec
- + if test -f /lib/libypsec.a; then
- + LIBS="$LIBS -lypsec"
- + fi
- + ])dnl
-
-