This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig.git
18 years agoEnable -Dusesitecustomize from Configure command line
H.Merijn Brand [Wed, 30 Mar 2005 14:05:35 +0000 (14:05 +0000)]
Enable -Dusesitecustomize from Configure command line
Will define USE_SITECUSTOMIZE for source files
and set d_sitecustomize and usesitecustomize in config

p4raw-id: //depot/metaconfig@24103

18 years ago[perl #33998] [PATCH] Support for GNU/kFreeBSD
rmh@debian.org [Mon, 31 Jan 2005 07:37:55 +0000 (07:37 +0000)]
[perl #33998] [PATCH] Support for GNU/kFreeBSD
From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>

p4raw-id: //depot/metaconfig@23908

18 years ago[perl #33892] Add Interix support
Todd Vierling [Fri, 21 Jan 2005 14:36:31 +0000 (14:36 +0000)]
[perl #33892] Add Interix support
From: Todd Vierling (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>

p4raw-id: //depot/metaconfig@23846

18 years agoAllow Configure's d_attribut to be set from the command line
Gisle Aas [Thu, 30 Dec 2004 03:39:36 +0000 (19:39 -0800)]
Allow Configure's d_attribut to be set from the command line
Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>

p4raw-id: //depot/metaconfig@23710

18 years agoStart backport of 23674, 23675, and 23676
H.Merijn Brand [Wed, 29 Dec 2004 12:38:27 +0000 (12:38 +0000)]
Start backport of 23674, 23675, and 23676

p4raw-id: //depot/metaconfig@23695

18 years agoMissing empty comment. Just a formality.
H.Merijn Brand [Sun, 31 Oct 2004 16:30:31 +0000 (16:30 +0000)]
Missing empty comment. Just a formality.

p4raw-id: //depot/metaconfig@23449

18 years agoAdd detection of strlcat and strlcpy to Configure
H.Merijn Brand [Sat, 30 Oct 2004 14:55:55 +0000 (14:55 +0000)]
Add detection of strlcat and strlcpy to Configure

p4raw-id: //depot/metaconfig@23434

18 years agooslevel can fail on AIX, but the output generated would confuse
H.Merijn Brand [Fri, 16 Jul 2004 10:28:42 +0000 (10:28 +0000)]
oslevel can fail on AIX, but the output generated would confuse
       Configure (backport 23122)

p4raw-id: //depot/metaconfig@23123

18 years agoInserted /opt/ansic/bin before /usr/ccs/bin for HP-UX
H.Merijn Brand [Tue, 29 Jun 2004 11:04:42 +0000 (11:04 +0000)]
Inserted /opt/ansic/bin before /usr/ccs/bin for HP-UX

p4raw-id: //depot/metaconfig@23008

19 years agoConfigure shouldn't unconditionally add in -pipe
Andy Dougherty [Tue, 11 May 2004 13:14:42 +0000 (09:14 -0400)]
Configure shouldn't unconditionally add in -pipe
Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>

p4raw-id: //depot/metaconfig@22814

19 years agoadd -pipe to gcc's default flags
H.Merijn Brand [Thu, 6 May 2004 11:32:38 +0000 (11:32 +0000)]
add -pipe to gcc's default flags
it has shown a compile time speed increase of about 40% on
Linux and HP-UX, and also works on cygwin-1.5.9. On failing
OS/gcc combo's remove it in the hints

p4raw-id: //depot/metaconfig@22787

19 years agomisleading indent fixed
H.Merijn Brand [Thu, 6 May 2004 10:05:10 +0000 (10:05 +0000)]
misleading indent fixed

p4raw-id: //depot/metaconfig@22786

19 years ago#24121: Configure under turkish locale fails
H.Merijn Brand [Wed, 14 Apr 2004 15:58:49 +0000 (15:58 +0000)]
#24121: Configure under turkish locale fails
toupper (i) != I  in turkish, but U+0130
\N{LATIN CAPITAL LETTER I WITH DOT ABOVE}

p4raw-id: //depot/metaconfig@22695

19 years agoBackport of #22571, usemallocwrap integration
H.Merijn Brand [Wed, 31 Mar 2004 12:48:38 +0000 (12:48 +0000)]
Backport of #22571, usemallocwrap integration

p4raw-id: //depot/metaconfig@22618

19 years agoSomehow got lost. Locally applied changes should go submitted.
H.Merijn Brand [Wed, 17 Mar 2004 19:53:39 +0000 (19:53 +0000)]
Somehow got lost. Locally applied changes should go submitted.
These 64bit callback changes were already committed in Configure
with change #21712

p4raw-link: @21712 on //depot/perl: 1e75e9324e497f11ed00f416ab747557f2b3706c

p4raw-id: //depot/metaconfig@22522

19 years agotiny Configure grammar-o
Brent \"Dax\" Royal-Gordon [Tue, 16 Mar 2004 20:17:45 +0000 (12:17 -0800)]
tiny Configure grammar-o
Message-ID: <4057D169.1050508@brentdax.com>

p4raw-id: //depot/metaconfig@22519

19 years agoComments on #22311
Andy Dougherty [Wed, 17 Mar 2004 10:39:02 +0000 (05:39 -0500)]
Comments on #22311
Subject: [PATCH] Annotate Oldconfig.U GNU/uname -a case
Message-ID: <Pine.SOL.4.58.0403171034140.2616@maxwell.phys.lafayette.edu>

p4raw-id: //depot/metaconfig@22518

19 years agoReplacing '-rdynamic' in Configure script
Art Haas [Fri, 20 Feb 2004 13:53:56 +0000 (07:53 -0600)]
Replacing '-rdynamic' in Configure script
Message-ID: <20040220195400.31177.qmail@onion.perl.org>

p4raw-id: //depot/metaconfig@22378

19 years agoUsed perl sort for sorting symbols. system's sort -f is
H.Merijn Brand [Wed, 18 Feb 2004 12:33:45 +0000 (12:33 +0000)]
Used perl sort for sorting symbols. system's sort -f is
unreliable across systems. Some put '_' before 'a', and
all we need is a case insensitive sort.

p4raw-id: //depot/metaconfig@22336

19 years agoHurd should understand gnu
Brendan O'Dea [Sun, 15 Feb 2004 23:27:17 +0000 (10:27 +1100)]
Hurd should understand gnu
Message-ID: <20040215122717.GA26812@londo.c47.org>

p4raw-id: //depot/metaconfig@22311

19 years agoAllow -Uinc_version_list to mean -Dinc_version_list=none
H.Merijn Brand [Mon, 19 Jan 2004 16:08:30 +0000 (16:08 +0000)]
Allow -Uinc_version_list to mean -Dinc_version_list=none

p4raw-id: //depot/metaconfig@22176

19 years agoMake 'Configure -Dcf_by=...' work
Gisle Aas [Mon, 12 Jan 2004 02:35:27 +0000 (18:35 -0800)]
Make 'Configure -Dcf_by=...' work
Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>

p4raw-id: //depot/metaconfig@22119

19 years agoConfigure gets d_u32align wrong
Gisle Aas [Fri, 5 Dec 2003 03:47:01 +0000 (19:47 -0800)]
Configure gets d_u32align wrong
Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/metaconfig@21845

19 years agoCallback units are called always from now on, disregarding the
H.Merijn Brand [Wed, 12 Nov 2003 14:35:54 +0000 (14:35 +0000)]
Callback units are called always from now on, disregarding the
state of the option it is created for. This will enable us to
create call-backs in the hints that can act upon a state variable
*not* being set.

p4raw-id: //depot/metaconfig@21709

19 years agometaconfig unit changes for #21267 and #21268.
Jarkko Hietaniemi [Thu, 18 Sep 2003 04:58:53 +0000 (04:58 +0000)]
metaconfig unit changes for #21267 and #21268.

p4raw-id: //depot/metaconfig@21269

19 years agometaconfig changes for #20881.
Jarkko Hietaniemi [Mon, 25 Aug 2003 15:46:22 +0000 (15:46 +0000)]
metaconfig changes for #20881.

p4raw-id: //depot/metaconfig@20882

19 years agometaconfig unit change for #20856.
Jarkko Hietaniemi [Sat, 23 Aug 2003 09:15:29 +0000 (09:15 +0000)]
metaconfig unit change for #20856.

p4raw-id: //depot/metaconfig@20857

19 years agometaconfig unit change for #20550.
Jarkko Hietaniemi [Thu, 7 Aug 2003 15:40:35 +0000 (15:40 +0000)]
metaconfig unit change for #20550.

p4raw-id: //depot/metaconfig@20551

19 years agometaconfig unit changes for #20435.
Jarkko Hietaniemi [Fri, 1 Aug 2003 21:55:50 +0000 (21:55 +0000)]
metaconfig unit changes for #20435.

p4raw-id: //depot/metaconfig@20436

19 years agoThe new metaconfig *dir installation directory units.
Jarkko Hietaniemi [Fri, 1 Aug 2003 10:37:58 +0000 (10:37 +0000)]
The new metaconfig *dir installation directory units.

p4raw-id: //depot/metaconfig@20415

19 years agometaconfig unit changes for #20413.
Jarkko Hietaniemi [Fri, 1 Aug 2003 10:37:34 +0000 (10:37 +0000)]
metaconfig unit changes for #20413.

p4raw-id: //depot/metaconfig@20414

19 years agometaconfig unit changes for #20410.
Jarkko Hietaniemi [Fri, 1 Aug 2003 10:10:28 +0000 (10:10 +0000)]
metaconfig unit changes for #20410.

p4raw-id: //depot/metaconfig@20412

19 years agometaconfig unit change for #19900.
Jarkko Hietaniemi [Tue, 1 Jul 2003 05:59:04 +0000 (05:59 +0000)]
metaconfig unit change for #19900.

p4raw-id: //depot/metaconfig@19901

19 years agometaconfig unit change for #19760.
Jarkko Hietaniemi [Fri, 13 Jun 2003 12:00:26 +0000 (12:00 +0000)]
metaconfig unit change for #19760.

p4raw-id: //depot/metaconfig@19761

19 years agometaconfig unit change for #19742.
Jarkko Hietaniemi [Wed, 11 Jun 2003 18:28:33 +0000 (18:28 +0000)]
metaconfig unit change for #19742.

p4raw-id: //depot/metaconfig@19743

20 years agometaconfig unit change for #19710.
Jarkko Hietaniemi [Sun, 8 Jun 2003 17:03:20 +0000 (17:03 +0000)]
metaconfig unit change for #19710.

p4raw-id: //depot/metaconfig@19711

20 years agoIntegrate:
Jarkko Hietaniemi [Sat, 24 May 2003 07:50:43 +0000 (07:50 +0000)]
Integrate:
[ 19592]
Workaround for buggy gcc 2.95.3 in openbsd/sparc64.

[ 19593]
Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
From: Dan Kogai <dankogai@dan.co.jp>
Date: Fri, 23 May 2003 20:17:16 +0900
Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>

[ 19594]
Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
From: Michael G Schwern <schwern@pobox.com>
Date: Fri, 23 May 2003 02:10:46 -0700
Message-ID: <20030523091046.GB11662@windhund.schwern.org>

[ 19595]
Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
From: Dan Kogai <dankogai@dan.co.jp>
Date: Sat, 24 May 2003 00:15:49 +0900
Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>

[ 19596]
U/WIN extension fix from John P. Linderman.

[ 19597]
Linewrapping MUAs, grumble.

[ 19598]
Hasty editing, grumble.

[ 19599]
Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Fri, 23 May 2003 17:32:22 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>

[ 19600]
Subject: [PATCH] for Configure -Dnoextensions=Encode
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Fri, 23 May 2003 17:37:09 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>

[ 19601]
Subject: [PATCH] RE: state of deparse?
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Fri, 23 May 2003 17:42:37 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>

[ 19602]
Noticed by John P. Linderman.

[ 19603]
lib/ftp.pl requires the obsoleted (and removed) chat2.pl.

[ 19604]
Add a real scan for pthread_attr_setscope().

[ 19606]
Regen Glossary et al.

[ 19607]
Introduce (undefined) pthread_attr_setscope to non-Configure lands.

[ 19608]
Missing "to".

[ 19610]
Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
From: Dave Mitchell <davem@fdgroup.com>
Date: Thu, 22 May 2003 10:13:19 +0100
Message-ID: <20030522091319.GA4568@fdgroup.com>

Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 23 May 2003 17:09:44 +0100
Message-ID: <20030523160944.GC9194@fdgroup.com>

(Regen Configure, Glossary, et al)
(One metaconfig beauty tweak sneaked in)

p4raw-link: @19610 on //depot/perl: 176426f0f5d6f4a42e1626c6d7c15fb5e5a766fb
p4raw-link: @19608 on //depot/perl: a2de970cb63afff2ffb97136a27dd0212829607e
p4raw-link: @19607 on //depot/perl: 27015c0ebb4506591924b4c303e8c02cf44e21c6
p4raw-link: @19606 on //depot/perl: bd92cab39cf1b77d5caa2931b6d969d659b8ae44
p4raw-link: @19604 on //depot/perl: 38149d0f16dad045ec80e418e019d9bd4cfb1a02
p4raw-link: @19603 on //depot/perl: 7eb772bd464df12a7ecc42d146571e59f52638ea
p4raw-link: @19602 on //depot/perl: 257cd78e7f6fce3d08b3baa6170aca54acbf7de1
p4raw-link: @19601 on //depot/perl: ce1780d305fe8a1a75c4744358ea9dfa62a18e9b
p4raw-link: @19600 on //depot/perl: 6eaf9f4e3ded95c321b7cbfdb381d616174748e7
p4raw-link: @19599 on //depot/perl: c6c6d8facf4c4d5f9ee383ede15ced012fd303d9
p4raw-link: @19598 on //depot/perl: f3ddc7e477598eec7d715de38eb2b1b2e101b29c
p4raw-link: @19597 on //depot/perl: 497aaebb0249e461ddd024de85c8a0006f73a45d
p4raw-link: @19596 on //depot/perl: e9dc3ddcbbe715fa8435795a72686972b0083749
p4raw-link: @19595 on //depot/perl: a51cca1e26c02b8a89283e88333bcbe3854582e7
p4raw-link: @19594 on //depot/perl: 418357fb8803c01e46c71ef1079eadcbeae4bb6e
p4raw-link: @19593 on //depot/perl: 52456c522b2e55800d8cac41cf56ccb478411a00
p4raw-link: @19592 on //depot/perl: e9310acd35835e59bbe51bc265324964ba72b96f

p4raw-id: //depot/metaconfig@19611

20 years agometaconfig unit change for #19608.
Jarkko Hietaniemi [Sat, 24 May 2003 06:30:57 +0000 (06:30 +0000)]
metaconfig unit change for #19608.

p4raw-id: //depot/metaconfig@19609

20 years agometaconfig unit change for #19604.
Jarkko Hietaniemi [Sat, 24 May 2003 05:58:10 +0000 (05:58 +0000)]
metaconfig unit change for #19604.

p4raw-id: //depot/metaconfig@19605

20 years agometaconfig unit changes for #19545.
Jarkko Hietaniemi [Sat, 17 May 2003 16:17:23 +0000 (16:17 +0000)]
metaconfig unit changes for #19545.

p4raw-id: //depot/metaconfig@19546

20 years agometaconfig unit change to go with #19527.
Jarkko Hietaniemi [Fri, 16 May 2003 17:48:42 +0000 (17:48 +0000)]
metaconfig unit change to go with #19527.

p4raw-id: //depot/metaconfig@19530

20 years agometaconfig unit change for #19518.
Jarkko Hietaniemi [Tue, 13 May 2003 18:56:14 +0000 (18:56 +0000)]
metaconfig unit change for #19518.

p4raw-id: //depot/metaconfig@19519

20 years agometaconfig unit change for #19440.
Jarkko Hietaniemi [Wed, 7 May 2003 19:21:16 +0000 (19:21 +0000)]
metaconfig unit change for #19440.

p4raw-id: //depot/metaconfig@19441

20 years agoThe metaconfig unit changes for #19436 and #19437.
Jarkko Hietaniemi [Wed, 7 May 2003 16:59:34 +0000 (16:59 +0000)]
The metaconfig unit changes for #19436 and #19437.

p4raw-id: //depot/metaconfig@19438

20 years agoBetter comment from Rafael.
Jarkko Hietaniemi [Fri, 2 May 2003 19:39:12 +0000 (19:39 +0000)]
Better comment from Rafael.

p4raw-id: //depot/metaconfig@19389

20 years agometaconfig unit change for change #19387.
Jarkko Hietaniemi [Fri, 2 May 2003 19:18:58 +0000 (19:18 +0000)]
metaconfig unit change for change #19387.

p4raw-link: @19387 on //depot/perl: cb8172d139e1fa0dee658676991e307c8bb98d8d

p4raw-id: //depot/metaconfig@19388

20 years agometaconfig unit change for #19337 and #19338.
Jarkko Hietaniemi [Fri, 25 Apr 2003 20:22:48 +0000 (20:22 +0000)]
metaconfig unit change for #19337 and #19338.

p4raw-id: //depot/metaconfig@19339

20 years agometaconfig unit change for #19334 and #19335.
Jarkko Hietaniemi [Fri, 25 Apr 2003 19:50:54 +0000 (19:50 +0000)]
metaconfig unit change for #19334 and #19335.

p4raw-id: //depot/metaconfig@19336

20 years agometaconfig unit change for #19312.
Jarkko Hietaniemi [Wed, 23 Apr 2003 18:22:02 +0000 (18:22 +0000)]
metaconfig unit change for #19312.

p4raw-id: //depot/metaconfig@19313

20 years agoMove the new *.U files into a subdirectory.
Jarkko Hietaniemi [Mon, 21 Apr 2003 06:53:46 +0000 (06:53 +0000)]
Move the new *.U files into a subdirectory.

p4raw-id: //depot/metaconfig@19288

20 years agometaconfig units for #19286.
Jarkko Hietaniemi [Mon, 21 Apr 2003 06:52:10 +0000 (06:52 +0000)]
metaconfig units for #19286.

p4raw-id: //depot/metaconfig@19287

20 years agometaconfig unit changes for #19278.
Jarkko Hietaniemi [Sun, 20 Apr 2003 07:42:33 +0000 (07:42 +0000)]
metaconfig unit changes for #19278.

p4raw-id: //depot/metaconfig@19279

20 years agometaconfig unit changes for #19273.
Jarkko Hietaniemi [Sat, 19 Apr 2003 17:39:58 +0000 (17:39 +0000)]
metaconfig unit changes for #19273.

p4raw-id: //depot/metaconfig@19274

20 years agometalint nit.
Jarkko Hietaniemi [Sat, 19 Apr 2003 12:27:44 +0000 (12:27 +0000)]
metalint nit.

p4raw-id: //depot/metaconfig@19271

20 years agometaconfig unit change for #19253.
Jarkko Hietaniemi [Thu, 17 Apr 2003 17:44:24 +0000 (17:44 +0000)]
metaconfig unit change for #19253.

p4raw-id: //depot/metaconfig@19255

20 years agometaconfig unit change for #19248.
Jarkko Hietaniemi [Thu, 17 Apr 2003 14:54:01 +0000 (14:54 +0000)]
metaconfig unit change for #19248.

p4raw-id: //depot/metaconfig@19249

20 years agometaconfig unit change for #19228.
Jarkko Hietaniemi [Wed, 16 Apr 2003 08:27:53 +0000 (08:27 +0000)]
metaconfig unit change for #19228.

p4raw-id: //depot/metaconfig@19229

20 years agometaconfig unit change for #19224.
Jarkko Hietaniemi [Tue, 15 Apr 2003 17:01:40 +0000 (17:01 +0000)]
metaconfig unit change for #19224.

p4raw-id: //depot/metaconfig@19225

20 years agometaconfig unit change for #19221.
Jarkko Hietaniemi [Tue, 15 Apr 2003 16:28:54 +0000 (16:28 +0000)]
metaconfig unit change for #19221.

p4raw-id: //depot/metaconfig@19222

20 years agometaconfig unit changes for #19219.
Jarkko Hietaniemi [Tue, 15 Apr 2003 16:09:17 +0000 (16:09 +0000)]
metaconfig unit changes for #19219.

p4raw-id: //depot/metaconfig@19220

20 years agometaconfig unit changes for #19107.
Jarkko Hietaniemi [Tue, 1 Apr 2003 05:23:25 +0000 (05:23 +0000)]
metaconfig unit changes for #19107.

p4raw-id: //depot/metaconfig@19108

20 years agometaconfig unit change for #19021.
Jarkko Hietaniemi [Tue, 18 Mar 2003 06:56:45 +0000 (06:56 +0000)]
metaconfig unit change for #19021.

p4raw-id: //depot/metaconfig@19022

20 years agometaconfig unit changes for #18973.
Jarkko Hietaniemi [Fri, 14 Mar 2003 10:28:27 +0000 (10:28 +0000)]
metaconfig unit changes for #18973.

p4raw-id: //depot/metaconfig@18974

20 years agometaconfig unit changes for #18971; regen Glossary.patch.
Jarkko Hietaniemi [Fri, 14 Mar 2003 09:30:38 +0000 (09:30 +0000)]
metaconfig unit changes for #18971; regen Glossary.patch.

p4raw-id: //depot/metaconfig@18972

20 years agometaconfig unit changes for #18959.
Jarkko Hietaniemi [Thu, 13 Mar 2003 20:06:39 +0000 (20:06 +0000)]
metaconfig unit changes for #18959.

p4raw-id: //depot/metaconfig@18960

20 years agometaconfig unit changes for #18944.
Jarkko Hietaniemi [Wed, 12 Mar 2003 06:01:15 +0000 (06:01 +0000)]
metaconfig unit changes for #18944.

p4raw-id: //depot/metaconfig@18945

20 years agometaconfig unit change for #18932.
Jarkko Hietaniemi [Tue, 11 Mar 2003 20:23:17 +0000 (20:23 +0000)]
metaconfig unit change for #18932.

p4raw-id: //depot/metaconfig@18933

20 years agometaconfig unit changes for #18929.
Jarkko Hietaniemi [Tue, 11 Mar 2003 20:16:12 +0000 (20:16 +0000)]
metaconfig unit changes for #18929.

p4raw-id: //depot/metaconfig@18930

20 years agometaconfig unit changes for #18923. The gccvers unit
Jarkko Hietaniemi [Tue, 11 Mar 2003 19:12:51 +0000 (19:12 +0000)]
metaconfig unit changes for #18923.  The gccvers unit
cannot have <stdlib.h>, though, because that would
introduce a nasty dependency loop.

p4raw-id: //depot/metaconfig@18924

20 years agometaconfig unit change for #18833.
Jarkko Hietaniemi [Thu, 6 Mar 2003 05:36:36 +0000 (05:36 +0000)]
metaconfig unit change for #18833.

p4raw-id: //depot/metaconfig@18834

20 years agoMetaconfig unit changes for #18831 (most just Copyright
Jarkko Hietaniemi [Wed, 5 Mar 2003 19:57:44 +0000 (19:57 +0000)]
Metaconfig unit changes for #18831 (most just Copyright
bumpages, but get{host,net}byaddr and random_r units did
get real updates.)

p4raw-id: //depot/metaconfig@18832

20 years agometaconfig unit change for #18644.
Jarkko Hietaniemi [Mon, 3 Feb 2003 12:42:15 +0000 (12:42 +0000)]
metaconfig unit change for #18644.

p4raw-id: //depot/metaconfig@18645

20 years agoPlan 9: No Configure.
Jarkko Hietaniemi [Sun, 2 Feb 2003 14:02:50 +0000 (14:02 +0000)]
Plan 9: No Configure.

p4raw-id: //depot/metaconfig@18625

20 years agoPlan 9: doesn't really do Configure (undo #18585/#18586)
Jarkko Hietaniemi [Sun, 2 Feb 2003 13:28:44 +0000 (13:28 +0000)]
Plan 9: doesn't really do Configure (undo #18585/#18586)

p4raw-id: //depot/metaconfig@18623

20 years agoPlan 9 doesn't do nm, from Russ Cox.
Jarkko Hietaniemi [Sun, 26 Jan 2003 09:18:29 +0000 (09:18 +0000)]
Plan 9 doesn't do nm, from Russ Cox.

p4raw-id: //depot/metaconfig@18585

20 years agoRe: FreeBSD 5 hints patch
Yitzchak Scott-Thoennes [Mon, 30 Dec 2002 18:01:16 +0000 (10:01 -0800)]
Re: FreeBSD 5 hints patch
Message-ID: <spPE+gzkg+6F092yn@efn.org>

p4raw-id: //depot/metaconfig@18537

20 years ago backport change #18011
H.Merijn Brand [Mon, 16 Dec 2002 10:38:20 +0000 (10:38 +0000)]
 backport change #18011

p4raw-link: @18011 on //depot/perl: d886af7acae502f897b45a24274b66813a7b4213

p4raw-id: //depot/metaconfig@18303

20 years agoRe: default lib dir should examine $Config{installstyle}
Andy Dougherty [Tue, 10 Dec 2002 09:45:19 +0000 (04:45 -0500)]
Re: default lib dir should examine $Config{installstyle}
Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/metaconfig@18278

20 years ago#17171: ld flag for shrplib on OpenBSD
Todd C. Miller [Wed, 11 Sep 2002 13:44:12 +0000 (07:44 -0600)]
#17171: ld flag for shrplib on OpenBSD
From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>

p4raw-id: //depot/metaconfig@18181

20 years agohires sleeping wants libs
Jarkko Hietaniemi [Wed, 20 Nov 2002 17:18:31 +0000 (19:18 +0200)]
hires sleeping wants libs
Message-ID: <20021120151830.GC127060@lyta.hut.fi>

p4raw-id: //depot/metaconfig@18167

20 years agoadded missing awk. <blush>
H.Merijn Brand [Tue, 12 Nov 2002 16:12:14 +0000 (16:12 +0000)]
added missing awk. <blush>

p4raw-id: //depot/metaconfig@18140

20 years agoTru64 osvers
Jarkko Hietaniemi [Tue, 12 Nov 2002 16:49:22 +0000 (18:49 +0200)]
Tru64 osvers
Message-ID: <20021112144922.GI511825@lyta.hut.fi>

p4raw-id: //depot/metaconfig@18138

20 years agoUsing ccache will change the warning that we want to catch
H.Merijn Brand [Mon, 4 Nov 2002 15:57:58 +0000 (15:57 +0000)]
Using ccache will change the warning that we want to catch
Mon, 04 Nov 2002; H.Merijn Brand, Nicholas Clark

p4raw-id: //depot/metaconfig@18092

20 years agoBackport 17941 ([perl #16796] Configure script buglet)
H.Merijn Brand [Mon, 30 Sep 2002 05:56:58 +0000 (05:56 +0000)]
Backport 17941 ([perl #16796] Configure script buglet)
27 Aug 2002 20:09:29, "Amick, Eric" (via RT) <perlbug@perl.org>

p4raw-id: //depot/metaconfig@17943

20 years agoBackport 17925 and 17926
H.Merijn Brand [Thu, 26 Sep 2002 12:15:04 +0000 (12:15 +0000)]
Backport 17925 and 17926
enable -ansi -pedantic; Jarkko Hietaniemi <jhi@iki.fi>; Wed, 18 Sep 2002
defuse installusrbinperl; Jarkko Hietaniemi <jhi@iki.fi>; Thu, 19 Sep 2002

p4raw-id: //depot/metaconfig@17929

20 years agoFix tab/space issue that entered in 17893. AIX.
H.Merijn Brand [Fri, 13 Sep 2002 14:00:35 +0000 (14:00 +0000)]
Fix tab/space issue that entered in 17893. AIX.

p4raw-id: //depot/metaconfig@17903

20 years agoRe: [perl #17170] NetBSD and useshrplib config option
H.Merijn Brand [Thu, 12 Sep 2002 15:22:06 +0000 (15:22 +0000)]
Re: [perl #17170] NetBSD and useshrplib config option
Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez

p4raw-id: //depot/metaconfig@17899

20 years agoCleaning up from metalint; reverting wrong voidflags fix from 17893;
H.Merijn Brand [Wed, 11 Sep 2002 08:21:54 +0000 (08:21 +0000)]
Cleaning up from metalint; reverting wrong voidflags fix from 17893;
fix obvious typo from 17827

p4raw-id: //depot/metaconfig@17895

20 years agoPostchecking config_h.SH helps to catch typo's
H.Merijn Brand [Tue, 10 Sep 2002 17:48:15 +0000 (17:48 +0000)]
Postchecking config_h.SH helps to catch typo's
Also took the comments from the original patch

p4raw-id: //depot/metaconfig@17894

20 years agoBackport all Configure patches 17671 .. 17881
H.Merijn Brand [Tue, 10 Sep 2002 17:31:36 +0000 (17:31 +0000)]
Backport all Configure patches 17671 .. 17881
to the metaunits

p4raw-id: //depot/metaconfig@17893

20 years agometaconfig tweakage.
Jarkko Hietaniemi [Tue, 10 Sep 2002 13:16:40 +0000 (13:16 +0000)]
metaconfig tweakage.

p4raw-id: //depot/metaconfig@17891

20 years agoMetaconfig documentation update (part 2)
H.Merijn Brand [Tue, 10 Sep 2002 12:17:49 +0000 (12:17 +0000)]
Metaconfig documentation update (part 2)
Fri 06 Sep 2002 20:26, Andy Dougherty

p4raw-id: //depot/metaconfig@17890

20 years agoMetaconfig documentation update (part 1)
H.Merijn Brand [Tue, 10 Sep 2002 09:58:06 +0000 (09:58 +0000)]
Metaconfig documentation update (part 1)
Fri 06 Sep 2002 20:26, Andy Dougherty
plus some tweaks

p4raw-id: //depot/metaconfig@17889

20 years agometaconfig unit changes for #17522.
Jarkko Hietaniemi [Sat, 13 Jul 2002 22:24:19 +0000 (22:24 +0000)]
metaconfig unit changes for #17522.

p4raw-id: //depot/metaconfig@17523

20 years agometaconfig unit change for #17489.
Jarkko Hietaniemi [Thu, 11 Jul 2002 19:14:28 +0000 (19:14 +0000)]
metaconfig unit change for #17489.

p4raw-id: //depot/metaconfig@17490

20 years agoRe: Do we want XS::APItest installed?
Andy Dougherty [Mon, 17 Jun 2002 16:59:52 +0000 (12:59 -0400)]
Re: Do we want XS::APItest installed?
Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>

(rats, forgot to submit the metaconfig change separately)

p4raw-id: //depot/metaconfig@17278

21 years agometaconfig tweak for #17156.
Jarkko Hietaniemi [Mon, 10 Jun 2002 03:30:19 +0000 (03:30 +0000)]
metaconfig tweak for #17156.

p4raw-id: //depot/metaconfig@17157

21 years agometaconfig tweaks from Robin Barker to go with #17097;
Jarkko Hietaniemi [Sat, 8 Jun 2002 15:35:06 +0000 (15:35 +0000)]
metaconfig tweaks from Robin Barker to go with #17097;
update Glossary.patch and mkglossary.

p4raw-id: //depot/metaconfig@17098

21 years agometaconfig unit change for #17011.
Jarkko Hietaniemi [Wed, 5 Jun 2002 13:40:45 +0000 (13:40 +0000)]
metaconfig unit change for #17011.

p4raw-id: //depot/metaconfig@17012

21 years agometaconfig unit change for #16999.
Jarkko Hietaniemi [Wed, 5 Jun 2002 01:42:58 +0000 (01:42 +0000)]
metaconfig unit change for #16999.

p4raw-id: //depot/metaconfig@17000