summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-03-30 12:13:54 +0000
committerGisle Aas <gisle@activestate.com>2006-03-30 12:13:54 +0000
commitc95d0e17d41adab48cd67f4e46a8183fa17438e1 (patch)
tree746eb3bfb41a8f587baeb4e9475a366619927bdd /config_h.SH
parenta314697d77d1e36849713cf4fbc8ebb62fedbf78 (diff)
downloadperl-c95d0e17d41adab48cd67f4e46a8183fa17438e1.tar.gz
Introduce d_sitearch and d_inc_version_list config.sh variables.
These allow me to set sitearch and sitelib to be the same without ending up with duplicate entries in @INC. Basically the same way the old d_archlib variable is used. p4raw-id: //depot/perl@27632
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_h.SH b/config_h.SH
index e76f08ce6b..a0cc5aa892 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3041,7 +3041,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST $inc_version_list_init /**/
+#$d_inc_version_list PERL_INC_VERSION_LIST $inc_version_list_init /**/
/* INSTALL_USR_BIN_PERL:
* This symbol, if defined, indicates that Perl is to be installed
@@ -3485,8 +3485,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* This symbol contains the ~name expanded version of SITEARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define SITEARCH "$sitearch" /**/
-#define SITEARCH_EXP "$sitearchexp" /**/
+#$d_sitearch SITEARCH "$sitearch" /**/
+#$d_sitearch SITEARCH_EXP "$sitearchexp" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.