* ltmain.in (IFS): revert Gary's patch when parsing version

information; we still use `:' here :-)
This commit is contained in:
Alexandre Oliva 1998-11-11 22:21:35 +00:00 committed by Alexandre Oliva
parent 736fd9c392
commit b0555f70c8
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
1998-11-11 Alexandre Oliva <oliva@dcc.unicamp.br>
* ltmain.in (IFS): revert Gary's patch when parsing version
information; we still use `:' here :-)
* NEWS: updated
* PORTING: new file, with general instructions and inter-library
dependencies tips
1998-11-11 Gary V, Vaughan <gvaughan@oranda.demon.co.uk>
1998-11-11 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* ltconfig.in: make use of '~' field separator in reload_cmds,
old_archive_from_new_cmds, old_archive_cmds, archive_cmds,

View File

@ -1157,7 +1157,7 @@ compiler."
else
# Parse the version information argument.
IFS="${IFS= }"; save_ifs="$IFS"; IFS='~'
IFS="${IFS= }"; save_ifs="$IFS"; IFS=':'
set dummy $vinfo 0 0 0
IFS="$save_ifs"