]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libtool.m4: CVS Autoconf guarantees a decent default IFS, so
authorGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 23:33:26 +0000 (23:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 23:33:26 +0000 (23:33 +0000)
commit4a57948985638d7cabbb40c3aa4a2d2e83f3e2e9
tree3cda4ca984e78733f0efba603a0d7ecee71018a7
parentcef1f6940a450caa210237374f294e8a3a4b1977
* libtool.m4: CVS Autoconf guarantees a decent default IFS, so
there is no need for us to preset it anymore.
Be careful not to set IFS="${IFS}$PATH_SEPARATOR" for PATH
splitting, otherwise spaces in directory names will be lost.
Use $PATH_SEPARATOR... don't rely on $ac_path_separator, which was
an autoconf internal until just now, when it disappeared!
* ltmain.in: Default IFS once, at the start.
Reported by Akim Demaille <akim@epita.fr>
ChangeLog
libtool.m4
ltmain.in