From 0f25737e3c617fafca4c12c91f6141dfdd0966e0 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 21 Apr 2002 16:05:52 +0000 Subject: * configure.in: AC_INIT should take no argument. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c878bb230..2f231ef3e 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) -- cgit