From 24620aaf1ce8f3b4c9214d28ea5af581d54586be Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 Apr 2012 14:09:04 +0000 Subject: merge revision(s) 35387: * configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of AC_CHECK_PROG which needs the third argument. [ruby-core:44433] [Bug #6316] * configure.in (PKG_CONFIG): fix condition to skip older version of pkg-config. continue in backticks does not affect outside. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 222f41f263..d7452a56e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 18 23:08:58 2012 Nobuyoshi Nakada + + * configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of + AC_CHECK_PROG which needs the third argument. [ruby-core:44433] + [Bug #6316] + + * configure.in (PKG_CONFIG): fix condition to skip older version + of pkg-config. continue in backticks does not affect outside. + Tue Apr 17 21:35:47 2012 Kouhei Sutou * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb: -- cgit v1.2.3