summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Koenig <k@anna.in-berlin.de>1997-02-25 11:38:43 +0100
committerChip Salzenberg <chip@atlantic.net>1997-02-25 13:12:02 +1200
commit69d91587b2e24056be123e153ca28f4e82fa8dff (patch)
tree7d7feab92cc031c7689291b449b6b4a3958b1fd7
parentaee090bf31be187ece332997f3f1a7a7b34b9993 (diff)
downloadperl-69d91587b2e24056be123e153ca28f4e82fa8dff.tar.gz
Don't warn on use of CCFLAGS
Subject: CCFLAGS (Was: This message did not make it ...) >>>>> Raphael Manfredi writes: > Making ODBM_File (dynamic) > Processing hints file hints/hpux.pl > 'CCFLAGS' is not a known MakeMaker parameter name. > error. Upon closer inspection, it looks like the hint file is > doing: > $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ; > Why the 'CCFLAGS' key is unknown is beyond me. It would be nice > to find the roots of this problem before we go to beta. Finally, here it is. Unfortunately, I cannot remember how it was lost from the list. p5p-msgid: <199702251038.LAA13123@anna.in-berlin.de>
-rw-r--r--lib/ExtUtils/MakeMaker.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
index ad846ffbb7..15d954c7f9 100644
--- a/lib/ExtUtils/MakeMaker.pm
+++ b/lib/ExtUtils/MakeMaker.pm
@@ -231,7 +231,7 @@ sub full_setup {
@Attrib_help = qw/
- C CONFIG CONFIGURE DEFINE DIR DISTNAME DL_FUNCS DL_VARS EXE_FILES
+ C CCFLAGS CONFIG CONFIGURE DEFINE DIR DISTNAME DL_FUNCS DL_VARS EXE_FILES
EXCLUDE_EXT INCLUDE_EXT NO_VC FIRST_MAKEFILE FULLPERL H INC
INSTALLARCHLIB INSTALLBIN INSTALLDIRS INSTALLMAN1DIR
INSTALLMAN3DIR INSTALLPRIVLIB INSTALLSCRIPT INSTALLSITEARCH