- (djm) Don't add /usr/local/lib to library search path on Irix
This commit is contained in:
parent
6ccade1cde
commit
9e11089afb
|
@ -1,4 +1,5 @@
|
||||||
20000606
|
20000606
|
||||||
|
- (djm) Don't add /usr/local/lib to library search path on Irix
|
||||||
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
|
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
|
||||||
<tibbs@math.uh.edu>
|
<tibbs@math.uh.edu>
|
||||||
- (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
|
- (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
|
||||||
|
|
|
@ -79,14 +79,14 @@ case "$host" in
|
||||||
;;
|
;;
|
||||||
*-*-irix5*)
|
*-*-irix5*)
|
||||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
LDFLAGS="$LDFLAGS"
|
||||||
MANTYPE='$(CATMAN)'
|
MANTYPE='$(CATMAN)'
|
||||||
no_libsocket=1
|
no_libsocket=1
|
||||||
no_libnsl=1
|
no_libnsl=1
|
||||||
;;
|
;;
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
LDFLAGS="$LDFLAGS"
|
||||||
MANTYPE='$(CATMAN)'
|
MANTYPE='$(CATMAN)'
|
||||||
AC_MSG_WARN([*** Irix 6.x is not tested, please report you experiences *** ])
|
AC_MSG_WARN([*** Irix 6.x is not tested, please report you experiences *** ])
|
||||||
no_libsocket=1
|
no_libsocket=1
|
||||||
|
|
Loading…
Reference in New Issue