This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_07: Configure
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 10 Oct 1996 02:09:48 +0000 (02:09 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Thu, 10 Oct 1996 02:09:48 +0000 (02:09 +0000)
commita4f3eea9be6bcf3c1a2f99ac49d0585bf5fe8789
tree301a2d04c899e3fa59dd219e5db9d06f6341b6d7
parentc8bc418f5a906a9199ceb0943a3fff7a0ec019a6
perl 5.003_07: Configure

Detect GNU libc (thanks, Skimo!) and avoid nm if we have GNU libc.
Since the GNU libc test requires compiling and linking a test
program, the dependencies have been altered and lots of pieces of
Configure have moved around unchanged.  The patch is big but the
effect is little.

Allow for both <sys/select.h> and <time.h> in fd_set tests.
Systems which don't allow both (e.g. SCO) have to turn off one
or the other in the hints file for now.
Configure