From: Alexandre Oliva Date: Wed, 11 Nov 1998 22:21:35 +0000 (+0000) Subject: * ltmain.in (IFS): revert Gary's patch when parsing version X-Git-Tag: start~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0555f70c8003bccf64accf93f0101fb423aeb01;p=thirdparty%2Flibtool.git * ltmain.in (IFS): revert Gary's patch when parsing version information; we still use `:' here :-) --- 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"