mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: AC_INIT should take no argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73331b45e0
commit
3fe3e72b17
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(ruby, 1.7.2)
|
||||
AC_INIT()
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
|
||||
|
|
Loading…
Reference in a new issue