Re-run bump-perl-version to update a few missing spots
Vincent Pit [Fri, 30 Apr 2010 10:40:08 +0000 (12:40 +0200)]
hints/dgux.sh
win32/makefile.mk

index 7d5b0cc..b2ddbdc 100644 (file)
@@ -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
 # <takis@XFree86.Org>
 #####################################
 
-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
index 0dec00f..97f18d3 100644 (file)
@@ -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