This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.002beta1h patch: Configure
authorPerl 5 Porters <perl5-porters.nicoh.com>
Wed, 3 Jan 1996 22:14:37 +0000 (22:14 +0000)
committerAndy Dougherty <doughera.lafayette.edu>
Wed, 3 Jan 1996 22:14:37 +0000 (22:14 +0000)
commit2c7991dc3ea01e7ce2b729a8009a8561328dcca9
tree7b67cfb191149a369de7414747fcfab999c52c2a
parent6e340f36c2347f9c2737d0b92322eee7b2ec0640
perl 5.002beta1h patch: Configure

Upgraded to metaconfig patchlevel 60.

Add in usesafe variable to include or exclude the Safe extension.

Test for sigaction().

Check for pager.  This was actually accidental since perldoc.PL
mentions $pager and metaconfig has a unit to check for the
user's pager.  In retrospect, I decided the Configure check
didn't do any harm and some extension writers might decide to
use it.

Always put man1dir under $prefix unless a command line
override is used.

Allow command-line overrides of $man1ext and $man3ext.

Allow man1dir and man3dir names like .../man.1 instead of
just .../man1.

Lots of rearrangements of various pieces of Configure.
This might be because I ran metaconfig on a different
architecture.

libc searching now honors $libpth.  Previously, it (almost)
always looked in /usr/lib before checking /lib.

Only prompt user if voidflags is not 15.  If voidflags is 15, then
we presume all is well.
Configure