summaryrefslogtreecommitdiff
path: root/djgpp
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-22 10:10:36 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-22 10:10:36 +0000
commitd2a0188286383355aaa13e586da8618f82242215 (patch)
treef63be75ab721500612da0df6c14656695c81dcd1 /djgpp
parenta104f515e1396d6efe6b0936f76a68f8852f5b49 (diff)
downloadperl-d2a0188286383355aaa13e586da8618f82242215.tar.gz
dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
p4raw-id: //depot/perl@5196
Diffstat (limited to 'djgpp')
-rw-r--r--djgpp/config.over1
-rw-r--r--djgpp/configure.bat2
-rw-r--r--djgpp/djgppsed.sh3
3 files changed, 4 insertions, 2 deletions
diff --git a/djgpp/config.over b/djgpp/config.over
index f47e7fca91..1f567b4174 100644
--- a/djgpp/config.over
+++ b/djgpp/config.over
@@ -29,6 +29,7 @@ repair()
-e 's/byteload/ByteLoader/'\
-e 's=devel/peek=Devel/Peek='\
-e 's=devel/dprof=Devel/DProf='\
+ -e 's=sys/sys=Sys/Sys='\
-e 's=file/=='\
-e 's=File/=='\
-e 's=glob=='\
diff --git a/djgpp/configure.bat b/djgpp/configure.bat
index e7d41d7130..370f5ed048 100644
--- a/djgpp/configure.bat
+++ b/djgpp/configure.bat
@@ -33,5 +33,5 @@ echo Running sed...
sh djgpp/djgppsed.sh
echo Running Configure...
-sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9
+sh Configure -DPERL_EXTERNAL_GLOB %1 %2 %3 %4 %5 %6 %7 %8 %9
:end
diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh
index b62acfd6e9..bb95ad8538 100644
--- a/djgpp/djgppsed.sh
+++ b/djgpp/djgppsed.sh
@@ -24,6 +24,7 @@ SDBHASH='s=dbhash\.tmp=dbhash_tmp=g'
SSTAT='s=\.\(stat\.\)=_\1=g'
STMP2='s=tmp2=tm2=g'
SPACKLIST='s=\.\(packlist\)=_\1=g'
+SDOTTMP='s=\.tmp=_tmp=g'
sed -e $SCONFIG -e $SGREPTMP -e $SECHOTMP -e $SDDC -e $SOUT -e 's=\.\( \./\$file\)$=sh\1=g' Configure |tr -d '\r' >s; mv -f s Configure
sed -e $SEXISTS -e $SLIST -e $SCONFIG Makefile.SH |tr -d '\r' >s; mv -f s Makefile.SH
@@ -33,7 +34,7 @@ sed -e $SEXISTS -e $SPACKLIST installperl >s; mv -f s installperl
sed -e $SPOD2HTML lib/Pod/Html.pm |tr -d '\r' >s; mv -f s lib/Pod/Html.pm
sed -e $SCC -e $SLIST -e $SFILEC -e $SCOR -e $SDEPTMP -e $SHSED makedepend.SH |tr -d '\r' >s; mv -f s makedepend.SH
sed -e $SCPP t/comp/cpp.aux |tr -d '\r' >s; mv -f s t/comp/cpp.aux
-sed -e $SARGV t/io/argv.t >s; mv -f s t/io/argv.t
+sed -e $SARGV -e $SDOTTMP t/io/argv.t >s; mv -f s t/io/argv.t
sed -e $SABC t/io/inplace.t >s; mv -f s t/io/inplace.t
sed -e $SDBMX t/lib/anydbm.t >s; mv -f s t/lib/anydbm.t
sed -e $SDBMX -e $SDBHASH t/lib/gdbm.t >s; mv -f s t/lib/gdbm.t