diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2003-12-18 04:30:06 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-25 20:14:00 +0000 |
commit | 9cdaf1c33e5df64b1c725e058063021ab13fa0af (patch) | |
tree | 062fe5d8c3e046963b73e9a49dc0323fde0bd5a4 /config_h.SH | |
parent | b282a5527464951004e354d07709b58fcb3bdad0 (diff) | |
download | perl-9cdaf1c33e5df64b1c725e058063021ab13fa0af.tar.gz |
INSTALL_PREFIX from C
Message-ID: <20031218203006.GA7772@math.berkeley.edu>
p4raw-id: //depot/perl@21957
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index a40ec44d34..6c9dce2fa3 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1401,6 +1401,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_perl_otherlibdirs PERL_OTHERLIBDIRS "$otherlibdirs" /**/ +/* INSTALL_PREFIX: + * This symbol contains the "root" of installation tree for this package. + * The program should be prepared to do ~ expansion. + */ +/* INSTALL_PREFIX_EXP: + * This symbol contains the "root" of installation tree for this package + * to be used in programs that are not prepared to deal with ~ expansion + * at run-time. + */ +#define INSTALL_PREFIX "$installprefix" /**/ +#define INSTALL_PREFIX_EXP "$installprefixexp" /**/ + /* PRIVLIB: * This symbol contains the name of the private library for this package. * The library is private in the sense that it needn't be in anyone's |