* configure.in: better DJGPP support. add GNUmakefile.

* djgpp/GNUmakefile: new.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-01-01 09:26:45 +00:00
Родитель b6c63738b2
Коммит 1361e7d0ca
3 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Wed Jan 1 18:18:45 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: better DJGPP support. add GNUmakefile.
* djgpp/GNUmakefile: new.
Wed Jan 1 04:16:18 2003 Akinori MUSHA <knu@iDaemons.org>
* node.h (struct RNode): Change argc from int to long. Otherwise
@ -157,7 +163,8 @@ Sat Dec 28 00:34:03 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* instruby.rb: use getopts.rb.
* ext/dbm/extconf.rb: substitute ' with ".
* ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoid
a error on Win32.
* ext/gdbm/gdbm.c: add prototypes to avoid VC++ warnings.

Просмотреть файл

@ -1180,6 +1180,10 @@ case "$target_os" in
;;
esac
case "$build_os" in
*msdosdjgpp*) FIRSTMAKEFILE=GNUmakefile:djgpp/GNUmakefile.in;;
esac
AC_SUBST(LIBRUBY_LDSHARED)
AC_SUBST(LIBRUBY_DLDFLAGS)
AC_SUBST(RUBY_INSTALL_NAME)

2
djgpp/GNUmakefile.in Normal file
Просмотреть файл

@ -0,0 +1,2 @@
include Makefile
VPATH = $(srcdir) $(srcdir)/missing