From f6ea31420e970ba799644317ed2e2473c8d4b0e8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Nov 2009 07:23:05 +0000 Subject: * configure.in (sitehdrdir, vendorhdrdir): fixed default values. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b764b56cf6..d142bef041 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl note that spaces after comma need to be quoted. dnl environment section { AC_ARG_WITH(baseruby, - AS_HELP_STRING([--with-baseruby=RUBY], [ use RUBY as baseruby; RUBY is the pathname of ruby]), + AS_HELP_STRING([--with-baseruby=RUBY], [use RUBY as baseruby; RUBY is the pathname of ruby]), [ case "$withval" in when(*ruby*) @@ -2576,12 +2576,12 @@ AC_ARG_WITH(rubyhdrdir, [rubyhdrdir='${includedir}/${RUBY_BASE_NAME}-${ruby_version}']) AC_ARG_WITH(sitehdrdir, - AS_HELP_STRING([--with-sitehdrdir=DIR], [core site headers in DIR [RUBYHDRDIR/site_ruby]]), + AS_HELP_STRING([--with-sitehdrdir=DIR], [core site headers in DIR [[RUBYHDRDIR/site_ruby]]]), [sitehdrdir=$withval], [sitehdrdir='${rubyhdrdir}/site_ruby']) AC_ARG_WITH(vendorhdrdir, - AS_HELP_STRING([--with-vendorhdrdir=DIR], [ core vendor headers in DIR [RUBYHDRDIR/vendor_ruby]]), + AS_HELP_STRING([--with-vendorhdrdir=DIR], [core vendor headers in DIR [[RUBYHDRDIR/vendor_ruby]]]), [vendorhdrdir=$withval], [vendorhdrdir='${rubyhdrdir}/vendor_ruby']) -- cgit v1.2.3