1 case $PERL_CONFIG_SH in
3 if test -f config.sh; then TOP=.;
4 elif test -f ../config.sh; then TOP=..;
5 elif test -f ../../config.sh; then TOP=../..;
6 elif test -f ../../../config.sh; then TOP=../../..;
7 elif test -f ../../../../config.sh; then TOP=../../../..;
9 echo "Can't find the perl config.sh file produced by Configure";
15 if $test "$PERL_PATCHLEVEL" -gt 0 ; then
16 patchlevel=" patchlevel $PERL_PATCHLEVEL"
20 : This forces SH files to create target in same directory as SH file.
21 : This is so that make depend always knows where to find SH derivatives.
23 */*) cd `expr X$0 : 'X\(.*\)/'` ;;
25 echo "Extracting myconfig (with variable substitutions)"
26 $spitshell >myconfig <<!GROK!THIS!
29 # This script is designed to provide a handy summary of the configuration
30 # information being used to build perl. This is especially useful if you
31 # are requesting help from comp.lang.perl.misc on usenet or via mail.
33 # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm.
35 Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL_SUBVERSION$patchlevel) configuration:
37 osname=$osname, osvers=$osvers, archname=$archname
39 config_args='$config_args'
40 hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
41 usethreads=$usethreads use5005threads=$use5005threads useithreads=$useithreads usemultiplicity=$usemultiplicity
42 useperlio=$useperlio d_sfio=$d_sfio uselargefiles=$uselargefiles usesocks=$usesocks
43 use64bitint=$use64bitint use64bitall=$use64bitall uselongdouble=$uselongdouble
45 cc='$cc', ccflags ='$ccflags',
48 ccversion='$ccversion', gccversion='$gccversion', gccosandvers='$gccosandvers'
49 intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize, byteorder=$byteorder
50 d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
51 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
52 alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype
54 ld='$ld', ldflags ='$ldflags'
58 libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
60 dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
61 cccdlflags='$cccdlflags', lddlflags='$lddlflags'