summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-21 16:05:52 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-21 16:05:52 +0000
commit3fe3e72b17927276843f7ffee31f76d71d6f1645 (patch)
tree30b0845c9238dd606d71247d71c7842c8d8002d8
parent73331b45e0f81df08f9af6bf229d8a09aec1ff5f (diff)
* 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
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c878bb230f..2f231ef3e4 100644
--- a/configure.in
+++ b/configure.in
@@ -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)