summaryrefslogtreecommitdiff
path: root/myconfig
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters.nicoh.com>1996-01-12 02:09:11 +0000
committerAndy Dougherty <doughera.lafayette.edu>1996-01-12 02:09:11 +0000
commit3c81428c5fa001df0f0ac7d48bfc483afd5efff5 (patch)
tree8279e47e555a76188ed5d0d481a6773018b5be7c /myconfig
parent26221e3534264780d1048cb71f853279863ceb01 (diff)
downloadperl-3c81428c5fa001df0f0ac7d48bfc483afd5efff5.tar.gz
Updates from Tim's -m/-M/-V patch.
Diffstat (limited to 'myconfig')
-rwxr-xr-xmyconfig20
1 files changed, 11 insertions, 9 deletions
diff --git a/myconfig b/myconfig
index 3f079f08b1..69035d5ab4 100755
--- a/myconfig
+++ b/myconfig
@@ -14,28 +14,30 @@ else
fi
. $TOP/config.sh
+# Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm.
+# XXX Add d_sigaction (?) once it's defined.
+
$spitshell <<!GROK!THIS!
-Summary of my $package (patchlevel $PATCHLEVEL) configuration:
+Summary of my $package ($baserev patchlevel $PATCHLEVEL) configuration:
Platform:
osname=$osname, osver=$osvers, archname=$archname
uname='$myuname'
- hint=$hint
+ hint=$hint, useposix=$useposix
Compiler:
- cc='$cc', optimize='$optimize', ld='$ld'
+ cc='$cc', optimize='$optimize', gccversion=$gccversion
cppflags='$cppflags'
ccflags ='$ccflags'
- ldflags ='$ldflags'
stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork
voidflags=$voidflags, castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg
intsize=$intsize, alignbytes=$alignbytes, usemymalloc=$usemymalloc, randbits=$randbits
- Libraries:
- so=$so
+ Linker and Libraries:
+ ld='$ld', ldflags ='$ldflags'
libpth=$libpth
libs=$libs
- libc=$libc
+ libc=$libc, so=$so
Dynamic Linking:
- dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun
- cccdlflags='$cccdlflags', ccdlflags='$ccdlflags', lddlflags='$lddlflags'
+ dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
+ cccdlflags='$cccdlflags', lddlflags='$lddlflags'
!GROK!THIS!