From: Jarkko Hietaniemi Date: Tue, 12 Sep 2000 13:56:32 +0000 (+0000) Subject: Do in VMS as the #7054 does. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94928b1262dec762a53d320598fa3ccdb8154f26;p=p5sagit%2Fp5-mst-13.2.git Do in VMS as the #7054 does. p4raw-id: //depot/perl@7055 --- diff --git a/configure.com b/configure.com index 1a2129b..99a8335 100644 --- a/configure.com +++ b/configure.com @@ -2699,6 +2699,10 @@ $ ELSE $ libc=" " $ ENDIF $! +$! perllibs should be libs with all non-core libs (such as gdbm) removed. +$! +$ perllibs=libs +$! $! Are we 64 bit? $! $ IF use64bitint .OR. use64bitint .EQS. "define" @@ -5095,6 +5099,7 @@ $ WC "patchlevel='" + patchlevel + "'" $ WC "path_sep='|'" $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm() $ WC "perladmin='" + perladmin + "'" +$ WC "perllibs='" + perllibs + "'" $ WC "pgflquota='" + pgflquota + "'" $ WC "pidtype='" + pidtype + "'" $ WC "pm_apiversion='" + version + "'"