From: H.Merijn Brand Date: Fri, 29 Apr 2005 15:32:17 +0000 (+0000) Subject: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33fce22c17e4d84e19459498605cdb98ccf649a5;p=p5sagit%2Fp5-mst-13.2.git Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were unintendedly removed by patch #23435 p4raw-id: //depot/perl@24355 --- diff --git a/config_h.SH b/config_h.SH index 8be7b54..c692314 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3331,6 +3331,18 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #define Pid_t $pidtype /* PID type */ +/* 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