From b0555f70c8003bccf64accf93f0101fb423aeb01 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 11 Nov 1998 22:21:35 +0000 Subject: [PATCH] * ltmain.in (IFS): revert Gary's patch when parsing version information; we still use `:' here :-) --- ChangeLog | 5 ++++- ltmain.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2bb19ecf..a4a6c7e04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ 1998-11-11 Alexandre Oliva + * 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 +1998-11-11 Gary V. Vaughan * ltconfig.in: make use of '~' field separator in reload_cmds, old_archive_from_new_cmds, old_archive_cmds, archive_cmds, diff --git a/ltmain.in b/ltmain.in index 790239537..3b80f0b63 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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" -- 2.47.2