File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- Wed May 23 02:28:35 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
1
+ Wed May 23 03:12:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
2
2
3
3
* configure.in (LDFLAGS): prepend -L. instead appending it to
4
4
XLDFLAGS. [ruby-core:10933]
5
5
6
+ * configure.in (Makefile): remove $U for automake from MISSING.
7
+ [ruby-talk:248171]
8
+
6
9
Wed May 23 02:09:32 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
7
10
8
11
* eval.c (rb_yield_0): should not clear state on TAG_NEXT when
Original file line number Diff line number Diff line change @@ -1639,8 +1639,10 @@ fi
1639
1639
1640
1640
AC_CONFIG_FILES($FIRSTMAKEFILE)
1641
1641
AC_CONFIG_FILES(Makefile, [{
1642
+ sed '/^MISSING/s/\$U\././g' Makefile
1642
1643
echo; test x"$EXEEXT" = x || echo 'miniruby: miniruby$(EXEEXT)'
1643
1644
test "$RUBY_INSTALL_NAME$EXEEXT" = ruby || echo 'ruby: $(PROGRAM);'
1644
1645
sed ['s/{\$([^(){}]*)[^{}]*}//g'] ${srcdir}/common.mk
1645
- } >> Makefile], [RUBY_INSTALL_NAME=$RUBY_INSTALL_NAME EXEEXT=$EXEEXT])
1646
+ } >> confmk$$.tmp && mv -f confmk$$.tmp Makefile],
1647
+ [RUBY_INSTALL_NAME=$RUBY_INSTALL_NAME EXEEXT=$EXEEXT])
1646
1648
AC_OUTPUT
Original file line number Diff line number Diff line change 2
2
#define RUBY_RELEASE_DATE "2007-05-23"
3
3
#define RUBY_VERSION_CODE 186
4
4
#define RUBY_RELEASE_CODE 20070523
5
- #define RUBY_PATCHLEVEL 14
5
+ #define RUBY_PATCHLEVEL 15
6
6
7
7
#define RUBY_VERSION_MAJOR 1
8
8
#define RUBY_VERSION_MINOR 8
You can’t perform that action at this time.
0 commit comments