zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.1.5-pwd-3: hpux addition
@ 1998-12-17 12:50 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 1998-12-17 12:50 UTC (permalink / raw)
  To: Zsh hackers list

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@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-12-17 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-17 12:50 PATCH: 3.1.5-pwd-3: hpux addition Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).