* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub

(HAVE_GETCWD): output to config.h.

* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
  (XCFLAGS): output to config.status.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2003-11-22 08:38:07 +00:00
Родитель 8fe4827d64
Коммит dbd254d4f4
4 изменённых файлов: 14 добавлений и 0 удалений

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

@ -1,3 +1,11 @@
Sat Nov 22 17:36:36 2003 NAKAMURA Usaku <usa@ruby-lang.org>
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(HAVE_GETCWD): output to config.h.
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
(XCFLAGS): output to config.status.
Sat Nov 22 13:10:10 2003 Minero Aoki <aamine@loveruby.net> Sat Nov 22 13:10:10 2003 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino. * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.

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

@ -291,6 +291,7 @@ config.h:
\#define HAVE_STRSTR 1 \#define HAVE_STRSTR 1
\#define HAVE_STRTOD 1 \#define HAVE_STRTOD 1
\#define HAVE_STRTOUL 1 \#define HAVE_STRTOUL 1
\#define HAVE_GETCWD 1
| |
config.status: Makefile $(srcdir)bcc32/Makefile.sub config.status: Makefile $(srcdir)bcc32/Makefile.sub
@ -347,6 +348,7 @@ s,@ALLOCA@,$(ALLOCA),;t t
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
s,@EXEEXT@,.exe,;t t s,@EXEEXT@,.exe,;t t
s,@OBJEXT@,obj,;t t s,@OBJEXT@,obj,;t t
s,@XCFLAGS@,$(XCFLAGS),;t t
s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t
s,@DLDFLAGS@,$(DLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS),;t t
s,@STATIC@,$(STATIC),;t t s,@STATIC@,$(STATIC),;t t

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

@ -251,6 +251,7 @@ config.h:
#define HAVE_STRTOD 1 #define HAVE_STRTOD 1
#define HAVE_STRTOL 1 #define HAVE_STRTOL 1
#define HAVE_STRTOUL 1 #define HAVE_STRTOUL 1
#define HAVE_GETCWD 1
#define HAVE_FLOCK 1 #define HAVE_FLOCK 1
#define HAVE_VSNPRINTF 1 #define HAVE_VSNPRINTF 1
#define HAVE_ISINF 1 #define HAVE_ISINF 1
@ -344,6 +345,7 @@ s,@ALLOCA@,$(ALLOCA),;t t
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
s,@EXEEXT@,.exe,;t t s,@EXEEXT@,.exe,;t t
s,@OBJEXT@,obj,;t t s,@OBJEXT@,obj,;t t
s,@XCFLAGS@,$(XCFLAGS),;t t
s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t
s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t
s,@STATIC@,$(STATIC),;t t s,@STATIC@,$(STATIC),;t t

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

@ -265,6 +265,7 @@ config.h:
#define HAVE_STRTOD 1 #define HAVE_STRTOD 1
#define HAVE_STRTOL 1 #define HAVE_STRTOL 1
#define HAVE_STRTOUL 1 #define HAVE_STRTOUL 1
#define HAVE_GETCWD 1
#define HAVE_FLOCK 1 #define HAVE_FLOCK 1
#define HAVE_VSNPRINTF 1 #define HAVE_VSNPRINTF 1
#define HAVE_FINITE 1 #define HAVE_FINITE 1
@ -378,6 +379,7 @@ s,@ALLOCA@,$(ALLOCA),;t t
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
s,@EXEEXT@,.exe,;t t s,@EXEEXT@,.exe,;t t
s,@OBJEXT@,obj,;t t s,@OBJEXT@,obj,;t t
s,@XCFLAGS@,$(XCFLAGS),;t t
s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t
s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t
s,@STATIC@,$(STATIC),;t t s,@STATIC@,$(STATIC),;t t