diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 13:38:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-20 13:38:22 +0000 |
commit | e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1 (patch) | |
tree | cc834ac35134d402d3406af67c98fc3c1783bca7 /Configure | |
parent | 2d84a16a79dbb993063e4052e2e5e7a2dca5effc (diff) | |
download | perl-e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1.tar.gz |
Remove iconv references since we are not using it
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
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Sep 11 15:19:00 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Thu Sep 20 17:20:27 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -427,7 +427,6 @@ d_getsbyport='' d_gnulibc='' d_hasmntopt='' d_htonl='' -d_iconv='' d_inetaton='' d_int64_t='' d_isascii='' @@ -680,7 +679,6 @@ i_fp_class='' i_gdbm='' d_grpasswd='' i_grp='' -i_iconv='' i_ieeefp='' i_inttypes='' i_langinfo='' @@ -1088,7 +1086,7 @@ defvoidused=15 libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl' libswanted="$libswanted dld ld sun m c cposix posix" libswanted="$libswanted ndir dir crypt sec" -libswanted="$libswanted ucb bsd BSD PW x iconv util" +libswanted="$libswanted ucb bsd BSD PW x util" : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` @@ -10628,10 +10626,6 @@ esac set d_htonl eval $setvar -: see if iconv exists -set iconv d_iconv -eval $inlibc - : index or strchr echo " " if set index val -f; eval $csym; $val; then @@ -15827,10 +15821,6 @@ eval $inhdr set fp_class.h i_fp_class eval $inhdr -: see if this is a iconv.h system -set iconv.h i_iconv -eval $inhdr - : see if this is a ieeefp.h system set ieeefp.h i_ieeefp eval $inhdr @@ -16867,7 +16857,6 @@ d_gnulibc='$d_gnulibc' d_grpasswd='$d_grpasswd' d_hasmntopt='$d_hasmntopt' d_htonl='$d_htonl' -d_iconv='$d_iconv' d_index='$d_index' d_inetaton='$d_inetaton' d_int64_t='$d_int64_t' @@ -17150,7 +17139,6 @@ i_fp='$i_fp' i_fp_class='$i_fp_class' i_gdbm='$i_gdbm' i_grp='$i_grp' -i_iconv='$i_iconv' i_ieeefp='$i_ieeefp' i_inttypes='$i_inttypes' i_langinfo='$i_langinfo' |