diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-03-25 09:40:06 +0000 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-03-25 10:05:10 +0000 |
commit | f0c21bde1c98ce77283b21b9b2bb49f11f2cb75c (patch) | |
tree | 64fbe801c3537dda2244c2a567d965cf9386b3ba /INSTALL | |
parent | da28cbf61127b2e475dbeb9efad731c8d8fbf7fa (diff) | |
download | perl-f0c21bde1c98ce77283b21b9b2bb49f11f2cb75c.tar.gz |
Include 'sh' in Configure invocations in INSTALL
Most invocation examples included it, but some were missing.
Add them for consistency.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -361,7 +361,7 @@ disabling them via environment variables. You can override various aspects of this feature by defining various symbols during configure. An example might be: - Configure -Accflags=-DPERL_HASH_FUNC_SIPHASH + sh Configure -Accflags=-DPERL_HASH_FUNC_SIPHASH B<Unless stated otherwise these options are considered experimental or insecure and are not recommended for production use.> @@ -721,7 +721,7 @@ version-specific subdirectories) for add-on modules and extensions. For example, if you have a bundle of perl libraries from a previous installation, perhaps in a strange place: - Configure -Dotherlibdirs=/usr/lib/perl5/site_perl/5.8.1 + sh Configure -Dotherlibdirs=/usr/lib/perl5/site_perl/5.8.1 =item APPLLIB_EXP @@ -745,7 +745,7 @@ run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc. Since version 5.26.0, default perl builds no longer includes C<'.'> as the last element of @INC. The old behaviour can restored using - Configure -Udefault_inc_excludes_dot + sh Configure -Udefault_inc_excludes_dot Note that this is likely to make programs run under such a perl interpreter less secure. @@ -1694,7 +1694,7 @@ error, as the header file is broken. There are two ways to deal with this 1. Disable the use of ODBM_FILE - Configure ... -Dnoextensions=ODBM_File + sh Configure ... -Dnoextensions=ODBM_File 2. Fix the header file, somewhat like this: |