summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 17:56:12 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:03 +0100
commitedee246148d0f7e22ea026e09413d4bcc0cb51dd (patch)
treee70880d8b08c2d7b0494599aa0b845a6f5ad1b37 /INSTALL
parent3313a8602661409b390874b9b1bcd7de4c8455de (diff)
downloadperl-edee246148d0f7e22ea026e09413d4bcc0cb51dd.tar.gz
Rely on C89 vprintf()
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 0 insertions, 15 deletions
diff --git a/INSTALL b/INSTALL
index ed36ca1899..50d4f23aef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1540,7 +1540,6 @@ gcc, you should probably have i_stdarg='define' and i_varargs='undef'
in config.sh. The problem is usually solved by installing gcc
correctly. If you do change config.sh, don't forget to propagate
your changes (see L<"Propagating your changes to config.sh"> below).
-See also the L<"vsprintf"> item below.
=item util.c
@@ -1582,20 +1581,6 @@ Check your config.sh. You should have d_umask='define'. If you don't,
this is probably the L<"nm extraction"> problem discussed above. Also,
try reading the hints file for your system for further information.
-=item vsprintf
-
-If you run into problems with vsprintf in compiling util.c, the
-problem is probably that Configure failed to detect your system's
-version of vsprintf(). Check whether your system has vprintf().
-(Virtually all modern Unix systems do.) Then, check the variable
-d_vprintf in config.sh. If your system has vprintf, it should be:
-
- d_vprintf='define'
-
-If Configure guessed wrong, it is likely that Configure guessed wrong
-on a number of other common functions too. This is probably
-the L<"nm extraction"> problem discussed above.
-
=item do_aspawn
If you run into problems relating to do_aspawn or do_spawn, the