]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (IFS): revert Gary's patch when parsing version
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 11 Nov 1998 22:21:35 +0000 (22:21 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 11 Nov 1998 22:21:35 +0000 (22:21 +0000)
  information; we still use `:' here :-)

ChangeLog
ltmain.in

index e2bb19ecfa2946b5b703c861759f6b4533031cfc..a4a6c7e0429935229f179edc8715a4a0eb4e5e42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 790239537c059c9d9308a357127d754aa1a747a5..3b80f0b63dcd98e5931ae6f51504dd3839083bb0 100644 (file)
--- 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"