diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 13:58:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 13:58:13 +0000 |
commit | 64615a5e97eb8b2a8420265d2fa84ef1f105d5af (patch) | |
tree | 8de65fbba15421577a632a7a3989907db3237e53 /Configure | |
parent | e85146b5b863c14afc9c4e25d0988fa7cdc443a1 (diff) | |
download | perl-64615a5e97eb8b2a8420265d2fa84ef1f105d5af.tar.gz |
Move the initialization of libnames to the beginning so
that can one 'seed' it (as OS/2 does.)
p4raw-id: //depot/perl@10624
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Jun 15 04:00:58 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Sat Jun 16 17:56:14 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1033,6 +1033,7 @@ locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include" inclwanted='' groupstype='' +libnames='' : change the next line if compiling for Xenix/286 on Xenix/386 xlibpth='/usr/lib/386 /lib/386' : Possible local library directories to search. @@ -5446,7 +5447,6 @@ case "$libc" in esac ;; esac -libnames=''; case "$libs" in '') ;; *) for thislib in $libs; do |