From 5919370363cd39a04bb3e848b1e15f9c2f1b3ce3 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 25 Feb 2013 04:12:45 +0000 Subject: configure.in: find Setup file automatically * configure.in (setup): find Setup file from target_os 1. by suffix (e.g. Setup.nacl, Setup.atheos), 2. by "platform" option (e.g. Setup.nt, Setup.emx), and 3. default Setup. And Setup.dj had been removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Setup.emx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/Setup.emx') diff --git a/ext/Setup.emx b/ext/Setup.emx index bf9e2e32f9..bd46a55ecb 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -1,3 +1,5 @@ +# OS/2 environment w/ Autoconf 2.1x for EMX +option platform os2-emx option nodynamic #Win32API -- cgit v1.2.3