summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-01 09:26:45 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-01 09:26:45 +0000
commit1361e7d0ca20e79882187b76ecbf3c92dc9f94ee (patch)
tree2ef151e544ee95fcede7b8762d4540eaf5e2606b /configure.in
parentb6c63738b24548fa265c2da72856151c961a5426 (diff)
* 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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7feac258b4..8390c1154d 100644
--- a/configure.in
+++ b/configure.in
@@ -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)