ruby-changes:23308
From: nobu <ko1@a...>
Date: Tue, 17 Apr 2012 13:55:26 +0900 (JST)
Subject: [ruby-changes:23308] nobu:r35359 (trunk): * configure.in (RUBY_SO_NAME): expand version numbers in Makefile.
nobu 2012-04-17 13:55:12 +0900 (Tue, 17 Apr 2012) New Revision: 35359 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35359 Log: * configure.in (RUBY_SO_NAME): expand version numbers in Makefile. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 35358) +++ configure.in (revision 35359) @@ -2606,7 +2606,7 @@ CPPFLAGS="$CPPFLAGS -I/boot/home/config/include" ], [cygwin*|mingw*], [ - RUBY_SO_NAME="${RUBY_SO_NAME}${MAJOR}${MINOR}${TEENY}" + RUBY_SO_NAME="${RUBY_SO_NAME}"'$(MAJOR)$(MINOR)$(TEENY)' LIBRUBY_DLDFLAGS="${DLDFLAGS}"' -Wl,--out-implib=$(LIBRUBY)' AS_CASE(["$target_os"], [cygwin*], [ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/