Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit173dbaf

Browse files
committed
Open Unix 8 patch (Caldera Unixware). Still needs updated autoconf.
Larry Rosenman
1 parent113bb9b commit173dbaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎configure.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ nextstep*) template=nextstep ;;
8181
esac ;;
8282
sysv4*) template=svr4 ;;
8383
sysv5uw*) template=unixware ;;
84+
sysv5*) template=unixware ;;
8485
ultrix*) template=ultrix4 ;;
8586
esac
8687

@@ -637,7 +638,7 @@ AC_PROG_LN_S
637638
AC_PROG_LD
638639
AC_SUBST(LD)
639640
AC_SUBST(with_gnu_ld)
640-
case $host_os insysv5uw*)
641+
case $host_os insysv5*)
641642
AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R],
642643
[
643644
pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp