summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Avoid bare "set", and kiss .uucp goodbye.Jarkko Hietaniemi2002-01-191-2/+5
| | | p4raw-id: //depot/perl@14336
* long doublesNicholas Clark2002-01-171-232/+248
| | | | | Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14315
* Trivial Configure patch (really i_ndbm.U)Andy Dougherty2002-01-171-1/+2
| | | | | Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@14313
* Some protection against spaces in directory names.Jarkko Hietaniemi2002-01-151-17/+17
| | | | | | (Tru64 still has some makedepend problems in such cases but that looks like Tru64's problem.) p4raw-id: //depot/perl@14287
* Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems ↵Jonathan Stowe2002-01-121-1/+14
| | | | | | | with gdbm Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@14225
* Must look for cat also in $PATH (noticed by Philip Newton).Jarkko Hietaniemi2001-12-301-2/+2
| | | p4raw-id: //depot/perl@13956
* VOS tweaks from Paul Green.Jarkko Hietaniemi2001-12-291-8/+10
| | | | | | | The Configure tweaks: the _exe needs to be set after the init; VOS has fd 3 hardwired to /dev/tty; the grep/ln/make substitutions really need to stick. p4raw-id: //depot/perl@13932
* Remove debris in any case.Jarkko Hietaniemi2001-12-281-2/+2
| | | p4raw-id: //depot/perl@13915
* Try to catch the SIGBUS, as suggested by Nicholas Clark.Jarkko Hietaniemi2001-12-271-1/+9
| | | p4raw-id: //depot/perl@13908
* test -d /system is a bit too generic test for VOSJarkko Hietaniemi2001-12-261-2/+2
| | | | | (false hit in BeOS) p4raw-id: //depot/perl@13888
* No-op.Jarkko Hietaniemi2001-12-241-2/+1
| | | p4raw-id: //depot/perl@13877
* The U32 alignment test wasn't really working, noticedJarkko Hietaniemi2001-12-241-3/+4
| | | | | | | by Paul Green. Now the test works, but this means that we may see coredumps from the test. I sure hope MMUless places don't crash on the test. p4raw-id: //depot/perl@13869
* More VOS tweaks.Jarkko Hietaniemi2001-12-231-4/+9
| | | p4raw-id: //depot/perl@13867
* Rework the make logic (again).Jarkko Hietaniemi2001-12-221-11/+15
| | | p4raw-id: //depot/perl@13850
* Further VOS tweaks: the _exe needs to be introducedJarkko Hietaniemi2001-12-211-6/+21
| | | | | | in the very beginning, and the make/gmake needs special VOS logic. p4raw-id: //depot/perl@13835
* Also the search for cat needs to be _exe-aware.Jarkko Hietaniemi2001-12-211-5/+5
| | | p4raw-id: //depot/perl@13832
* A bit too oversweeping matching in #13778.Jarkko Hietaniemi2001-12-191-4/+4
| | | p4raw-id: //depot/perl@13783
* Re-gen Configure based on #13778..13781.Jarkko Hietaniemi2001-12-191-33/+58
| | | p4raw-id: //depot/perl@13782
* Fix the bugs in #13768..13776, and regen Configure.Jarkko Hietaniemi2001-12-181-66/+92
| | | p4raw-id: //depot/perl@13777
* Try YP/NIS also from /usr/lib/yp.Jarkko Hietaniemi2001-12-121-2/+2
| | | p4raw-id: //depot/perl@13657
* $Config{perlpath} and -DversiononlyRafael Garcia-Suarez2001-12-111-2/+5
| | | | | Message-ID: <20011211233233.A11587@rafael> p4raw-id: //depot/perl@13632
* BeOS has socket() but not enough to build a working Socket.Jarkko Hietaniemi2001-12-111-2/+7
| | | | | | | | | Go figure. ("BONE" (BeOS NEtworking?) is some sort of rumored new networking implementation, which is rumored to fix the non-standardness of sockets, but it's apparently not publicly available, and anything to do with BeOS has become quite complicated with the sale of the Be assets to Palm.) p4raw-id: //depot/perl@13617
* Update the ithreads selection info in Configure,Jarkko Hietaniemi2001-12-101-3/+4
| | | | | as suggested by Michael Schwern. p4raw-id: //depot/perl@13582
* Implement NetBSD patch-aa.Jarkko Hietaniemi2001-12-091-6/+9
| | | p4raw-id: //depot/perl@13560
* Extraenous breaks noticed by David Dyck.Jarkko Hietaniemi2001-11-251-3/+1
| | | p4raw-id: //depot/perl@13258
* Regen Porting stuff; regen toc; cleanup nit in Configure.Jarkko Hietaniemi2001-11-231-2/+2
| | | p4raw-id: //depot/perl@13219
* Better to "quote" the pathname.Jarkko Hietaniemi2001-11-231-3/+3
| | | p4raw-id: //depot/perl@13216
* Add probing for BSD-like /proc/curproc/file.Jarkko Hietaniemi2001-11-231-4/+17
| | | p4raw-id: //depot/perl@13213
* Add probing for dirfd() so that it can be added it IO::Dir.Jarkko Hietaniemi2001-11-231-9/+60
| | | p4raw-id: //depot/perl@13211
* procselfexe tweak: for some reason I had a ls inJarkko Hietaniemi2001-11-221-2/+2
| | | | | | /proc/self/exe, not the ls Configure thought it would found. p4raw-id: //depot/perl@13191
* The #13182 didn't really help. The real problemJarkko Hietaniemi2001-11-221-10/+32
| | | | | | | | seems to be that 'sh' can in AIX mean at least three different things, and we can't know which one it is unless we export $newsh from an earlier run (and it's the 'bsh' aka 'sh' that has the the broken test -h). p4raw-id: //depot/perl@13188
* AIX has broken builtin 'test'.Jarkko Hietaniemi2001-11-211-7/+9
| | | p4raw-id: //depot/perl@13181
* procselfexe tweaks.Jarkko Hietaniemi2001-11-211-24/+25
| | | p4raw-id: //depot/perl@13174
* Use /proc/self/exe to set $^X on linux (or anywhere newNick Ing-Simmons2001-11-191-21/+40
| | | | | Configure unit detects the feature). p4raw-id: //depot/perlio@13109
* Support a config.arch file, similar to config.over,Jarkko Hietaniemi2001-11-051-1/+7
| | | | | but loaded just before it. p4raw-id: //depot/perl@12851
* Re: Not OK @12650Andy Dougherty2001-10-251-2/+2
| | | | | Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@12655
* Re: ithreads doesn't like usedl=nAndy Dougherty2001-10-251-1/+5
| | | | | | | Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu> Special-case threads::shared. p4raw-id: //depot/perl@12650
* Both cygwin and djgpp on one machineH.Merijn Brand2001-10-031-2/+5
| | | | | Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12314
* Add a few glibc cpp symbols to probe for.Jarkko Hietaniemi2001-09-241-5/+10
| | | p4raw-id: //depot/perl@12167
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-14/+2
| | | | | | | and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
* The lseek fix (#11991) was no fix.Jarkko Hietaniemi2001-09-111-2/+2
| | | p4raw-id: //depot/perl@11999
* Configure not recording lseek protoBlair Zajac2001-09-111-3/+3
| | | | | | | Message-ID: <3B9D6055.BA334A31@orcaware.com> plus regen Configure. p4raw-id: //depot/perl@11991
* Configure blooperH.Merijn Brand2001-08-221-1/+1
| | | | | Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11724
* Allow the threads extension to be found if present.Jarkko Hietaniemi2001-08-171-1/+9
| | | p4raw-id: //depot/perl@11705
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-1/+73
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Multiple modules didn't work; plus typo fixes.Jarkko Hietaniemi2001-07-311-9/+10
| | | p4raw-id: //depot/perl@11524
* Add -Wall in cflags, not in Configure.Jarkko Hietaniemi2001-07-311-9/+1
| | | | | | | (This way -Wall affects only the core and the core XS, not user modules' XS. Concern from Paul Marquess, implementation idea from Andy Dougherty.) p4raw-id: //depot/perl@11516
* Configure's detection of system manualSean Dague2001-07-311-4/+6
| | | | | Message-ID: <20010513155315.A15833@underhill.dague.net> p4raw-id: //depot/perl@11514
* extras.make, extras.test, and extras.install make targets.Jarkko Hietaniemi2001-07-301-4/+3
| | | p4raw-id: //depot/perl@11495
* Better to have the list of extras in $extras than 'define'.Jarkko Hietaniemi2001-07-301-1/+2
| | | p4raw-id: //depot/perl@11493