From 0f68658d123d0577c43fa32cd782484519d9e3e0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 31 Mar 2009 06:17:38 +0000 Subject: * configure.in: fixed the help strings for the header and library dir switches, and updated to use AS_HELP_STRING. patches from Richard Brown, c.f. [ruby-core:23067]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3d5f9698..6417f2166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 31 15:17:37 2009 Nobuyoshi Nakada + + * configure.in: fixed the help strings for the header and library + dir switches, and updated to use AS_HELP_STRING. patches from + Richard Brown, c.f. [ruby-core:23067]. + Mon Mar 31 08:18:57 2009 James Edward Gray II * test/csv/test_interface.rb, test/csv/test_serialization.rb: -- cgit