* ltconfig.in: Read line at a time to avoid tokenisation by

shell.
This commit is contained in:
Mumit Khan 1999-07-29 22:58:41 +00:00 committed by Gary V. Vaughan
parent b0dad73a36
commit 48dc53d227
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-07-30 Mumit Khan <khan@xraylith.wisc.edu>
* ltconfig.in: Read line at a time to avoid tokenisation by
shell.
1999-07-29 Alexandre Oliva <oliva@dcc.unicamp.br>
* ltmain.in: Fix creation of relative links to object files in

View File

@ -1389,7 +1389,7 @@ EOF
archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
_lt_hint=1;
for symbol in `cat $export_symbols`; do
cat $export_symbols | while read symbol; do
echo " \$symbol @ \$_lt_hint ; " >> $objdir/$soname-def;
_lt_hint=`expr 1 + \$_lt_hint`;
done~