From e3041e404555ec613d2974018c92b1e468384765 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 20 Mar 2002 16:04:08 +0000 Subject: * ext/configsub.rb: latest autoconf style support. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/configsub.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/configsub.rb b/ext/configsub.rb index 679078ff1..47689d7ec 100644 --- a/ext/configsub.rb +++ b/ext/configsub.rb @@ -12,7 +12,7 @@ BEGIN { File.foreach($config || "config.status") do |line| next if /^#/ =~ line - if /^s[%,]@(\w+)@[%,](.*)[%,]g/ =~ line + if /^s[%,]@(\w+)@[%,](.*)[%,][g;]/ =~ line name = $1 val = $2 || "" next if /^(INSTALL|DEFS|configure_input|srcdir)$/ =~ name -- cgit