From: Vincent Pit Date: Fri, 30 Apr 2010 10:40:08 +0000 (+0200) Subject: Re-run bump-perl-version to update a few missing spots X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b70b2c2a9fca4b1a95bf0ae8d22c2064a086b603;hp=d4f05c0b45a1073686d132ef05de13945f29ac59;p=p5sagit%2Fp5-mst-13.2.git Re-run bump-perl-version to update a few missing spots --- diff --git a/hints/dgux.sh b/hints/dgux.sh index 7d5b0cc..b2ddbdc 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -54,14 +54,14 @@ libpth="/usr/lib" ##################################### prefix=/usr/local -perlpath="$prefix/bin/perl511" -startperl="#! $prefix/bin/perl511" -privlib="$prefix/lib/perl511" +perlpath="$prefix/bin/perl513" +startperl="#! $prefix/bin/perl513" +privlib="$prefix/lib/perl513" man1dir="$prefix/man/man1" man3dir="$prefix/man/man3" -sitearch="$prefix/lib/perl511/$archname" -sitelib="$prefix/lib/perl511" +sitearch="$prefix/lib/perl513/$archname" +sitelib="$prefix/lib/perl513" #Do not overwrite by default /usr/bin/perl of DG/UX installusrbinperl="$undef" @@ -140,7 +140,7 @@ unset sde_path default_sde sde # ##################################### -libperl="libperl511.so" +libperl="libperl513.so" # Many functions (eg, gethostent(), killpg(), getpriority(), setruid() # dbm_*(), and plenty more) are defined in -ldgc. Usually you don't @@ -207,8 +207,8 @@ $define|true|[yY]*) # DG/UX library! libswanted="dbm posix resolv socket nsl dl m rte" archname="ix86-dgux-thread" - sitearch="$prefix/lib/perl511/$archname" - sitelib="$prefix/lib/perl511" + sitearch="$prefix/lib/perl513/$archname" + sitelib="$prefix/lib/perl513" case "$cc" in *gcc*) #### Use GCC -2.95.2/3 rev (DG/UX) and -pthread diff --git a/win32/makefile.mk b/win32/makefile.mk index 0dec00f..97f18d3 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -838,8 +838,8 @@ CFGH_TMPL = config_H.gc64nox CFGSH_TMPL = config.gc CFGH_TMPL = config_H.gc .ENDIF -PERLIMPLIB = ..\libperl511$(a) -PERLSTATICLIB = ..\libperl511s$(a) +PERLIMPLIB = ..\libperl513$(a) +PERLSTATICLIB = ..\libperl513s$(a) .ELSE