From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2153 invoked from network); 17 Dec 1998 13:16:05 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Dec 1998 13:16:05 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id IAA03096; Thu, 17 Dec 1998 08:07:13 -0500 (EST) Resent-Date: Thu, 17 Dec 1998 08:07:13 -0500 (EST) Message-Id: <9812171250.AA66433@ibmth.df.unipi.it> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: PATCH: 3.1.5-pwd-3: hpux addition Date: Thu, 17 Dec 1998 13:50:46 +0100 From: Peter Stephenson Resent-Message-ID: <"Ofkhx1.0.Jm.08GUs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4833 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 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 Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy