diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-28 22:01:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-28 22:01:12 +0000 |
commit | f868067f71962292cefa95e71c0bed29258aec96 (patch) | |
tree | 46c718163c637093f4437bfad473d1210e7e3e24 /config_h.SH | |
parent | 785fb66b9a3cb438ed213406a1dec3f5257fd014 (diff) | |
download | perl-f868067f71962292cefa95e71c0bed29258aec96.tar.gz |
Regen Configure.
p4raw-id: //depot/cfgperl@4483
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config_h.SH b/config_h.SH index 25f8f1bc6c..93f65e5068 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1464,8 +1464,10 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * execution path, but it should be accessible by the world. The program * should be prepared to do ~ expansion. * The standard distribution will put nothing in this directory. - * Individual sites may place their own extensions and modules in - * this directory. + * After perl has been installed, users may install their own local + * architecture-dependent modules in this directory with + * MakeMaker Makefile.PL + * or equivalent. See INSTALL for details. */ /* SITEARCH_EXP: * This symbol contains the ~name expanded version of SITEARCH, to be used @@ -1480,8 +1482,10 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * execution path, but it should be accessible by the world. The program * should be prepared to do ~ expansion. * The standard distribution will put nothing in this directory. - * Individual sites may place their own extensions and modules in - * this directory. + * After perl has been installed, users may install their own local + * architecture-independent modules in this directory with + * MakeMaker Makefile.PL + * or equivalent. See INSTALL for details. */ /* SITELIB_EXP: * This symbol contains the ~name expanded version of SITELIB, to be used |