This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.001 patch.1e
authorAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 18 Apr 1995 01:06:04 +0000 (01:06 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 18 Apr 1995 01:06:04 +0000 (01:06 +0000)
commitf0b7e567eb499713477c3eec4806ba74015e12df
tree5e477773bbd88ff38d2f0978ce5f3deeb7ee4119
parent5d94fbed3754780f11eb4db2d2379544cacb60e1
perl5.001 patch.1e

Here's what's included:

Configure
    Change a few more spots so that ' ' is equivalent to "none".
    This allows hint files to set empty values for variables.

    Split cpp-symbol awk command for old awk (Harris Night Hawk).

hints/irix_5.sh
hints/irix_6.sh
    Explicitly use 'ld' rather than 'cc' to build dynamic modules.

hints/linux.sh
    Allow users to specify an alternate compiler on the command line, e.g.
    Configure -Dcc=gcc-elf.

lib/ExtUtils/MakeMaker.pm
    Fix CC substitution to allow c++ and variants as well.

perl.c
    fputs("Unofficial patchlevel 1e.\n",stdout);

pod/Makefile
    Include $(TEX) target for running pod2latex.
    Include some fixes from Bill Middleton.
Configure
hints/irix_5.sh
hints/irix_6.sh
hints/linux.sh
lib/ExtUtils/MakeMaker.pm
perl.c
pod/Makefile