1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in(AC_DISABLE_OPTION_CHECKING): avoid warning "WARNING: Unrecognized options: --with-PACKAGE".

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2013-02-28 12:35:56 +00:00
parent b0690af9a4
commit 9a1d5b04cd
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Feb 28 21:33:01 2013 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in(AC_DISABLE_OPTION_CHECKING): avoid warning "WARNING:
Unrecognized options: --with-PACKAGE".
Thu Feb 28 20:22:04 2013 Koichi Sasada <ko1@atdot.net>
* iseq.c (iseq_data_to_ary): fix condition.

View file

@ -3,12 +3,14 @@ AC_INIT()
{
AC_CONFIG_AUX_DIR(tool)
AC_PREREQ(2.60)
AC_PREREQ(2.62)
AC_DEFUN([RUBY_PREREQ_AC],
[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [$1]), [-1],
AC_MSG_ERROR([Autoconf version ]$1[ or higher is required]$2))])
AC_DISABLE_OPTION_CHECKING
{ # environment section
AC_ARG_WITH(baseruby,