From 3656fc86cb0df95e0b6e240ffbfbc7fdd96ca425 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 11 May 1999 22:21:32 +0000 Subject: [PATCH] Redo parts of #3341 and #3358 that #3394 undid. p4raw-id: //depot/cfgperl@3395 --- Configure | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Configure b/Configure index aeb379d..d359877 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed May 12 00:58:20 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Wed May 12 01:15:37 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <findhdr <" > foo\$\$.c $cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \ @@ -4355,7 +4358,7 @@ $grep "^[ ]*#.*\$wanted" | \ while read cline; do name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\` case "\$name" in - */\$wanted) echo "\$name"; exit 0;; + *[/\\\\]\$wanted) echo "\$name"; exit 0;; *) name='';; esac; done; @@ -5449,6 +5452,10 @@ if "$useshrplib"; then beos) # beos doesn't like the default, either. ;; + hpux*) + # hpux doesn't like the default, either. + tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\"" + ;; *) tmp_shrpenv="env LD_RUN_PATH=$shrpdir" ;; -- 2.7.4