From 48e108a924c90f4968fd06ba7bdee5fe4dafcc85 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 10 Jan 2004 14:01:50 +0000 Subject: * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single quotes. [ruby-dev:22564] * lib/mkmf.rb (libpathflag): do not enclose with quotes always. * {bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG): quoted. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e61ba0d0a..3ebfb3c89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Jan 10 23:01:41 2004 Nobuyoshi Nakada + + * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single + quotes. [ruby-dev:22564] + + * lib/mkmf.rb (libpathflag): do not enclose with quotes always. + + * {bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG): quoted. + Sat Jan 10 22:46:18 2004 Nobuyoshi Nakada * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562] -- cgit