Re: Magic numbers in B::Concise
[p5sagit/p5-mst-13.2.git] / djgpp / configure.bat
index 370f5ed..4d73cd1 100644 (file)
@@ -27,11 +27,11 @@ goto end
 
 :shell_ok
 sh -c 'if test ! -d /tmp; then mkdir /tmp; fi'
-cp djgpp.c config.over ..
+cp djgpp.[hc] config.over ..
 cd ..
 echo Running sed...
 sh djgpp/djgppsed.sh
 
 echo Running Configure...
-sh Configure -DPERL_EXTERNAL_GLOB %1 %2 %3 %4 %5 %6 %7 %8 %9
+sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9
 :end