Skip the patch for configure.in in that last one, use this in it's
place (I missed one sysv5uw). 



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
Index: configure.in
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/configure.in,v
retrieving revision 1.129
diff -c -r1.129 configure.in
*** configure.in        2001/06/11 22:12:48     1.129
--- configure.in        2001/07/27 21:45:58
***************
*** 81,86 ****
--- 81,87 ----
          esac ;;
     sysv4*) template=svr4 ;;
   sysv5uw*) template=unixware ;;
+  sysv5*) template=unixware ;;
    ultrix*) template=ultrix4 ;;
  esac
  
***************
*** 637,643 ****
  AC_PROG_LD
  AC_SUBST(LD)
  AC_SUBST(with_gnu_ld)
! case $host_os in sysv5uw*)
    AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R],
    [
      pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"
--- 638,644 ----
  AC_PROG_LD
  AC_SUBST(LD)
  AC_SUBST(with_gnu_ld)
! case $host_os in sysv5*)
    AC_CACHE_CHECK([whether ld -R works], [pgac_cv_prog_ld_R],
    [
      pgac_save_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -Wl,-R/usr/lib"

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Reply via email to