Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: 3.1.5-pwd-3: hpux addition



There was a problem with autoheader noted in the comment for the HPUX
dynamic patch I sent yesterday.

*** configure.in.hpux2	Thu Dec 17 13:43:59 1998
--- configure.in	Thu Dec 17 13:43:40 1998
***************
*** 922,931 ****
      elif test "x$dynamic" = xyes; then
        hpuxdynamic=yes
        DL_EXT="${DL_EXT=sl}"
! dnl Don't define HPUXDYNAMIC until after the tests.  However,
! dnl we need some way of telling the test programmes that we
! dnl want to try the HPUX <= 10 way of doing things.
!       AC_DEFINE(TEST_HPUXDYNAMIC)dnl
      fi
    elif test "x$dynamic" = xyes; then
      aixdynamic=yes
--- 922,932 ----
      elif test "x$dynamic" = xyes; then
        hpuxdynamic=yes
        DL_EXT="${DL_EXT=sl}"
!       dnl autoheader won't allow us to define anything which isn't
!       dnl going into a header, and we can't undefine anything, so
!       dnl just define this anyway and rely on the later tests to
!       dnl define DYNAMIC or not.
!       AC_DEFINE(HPUXDYNAMIC)dnl
      fi
    elif test "x$dynamic" = xyes; then
      aixdynamic=yes
***************
*** 1109,1118 ****
    AC_DEFINE(AIXDYNAMIC)dnl
  else
    E=N
- fi
- 
- if test "x$hpuxdynamic" = xyes -a "x$dynamic" = xyes; then
-   AC_DEFINE(HPUXDYNAMIC)dnl
  fi
  
  AC_DEFINE_UNQUOTED(DL_EXT, "$DL_EXT")dnl
--- 1110,1115 ----

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author