From dbd254d4f4a7b93ce32bf0cf1d8b4b31bc4d689f Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 22 Nov 2003 08:38:07 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ bcc32/Makefile.sub | 2 ++ win32/Makefile.sub | 2 ++ wince/Makefile.sub | 2 ++ 4 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 84c3cc83e7..d8064da174 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Nov 22 17:36:36 2003 NAKAMURA Usaku + + * 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 * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 5dfee3def2..55ac6a0285 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -291,6 +291,7 @@ config.h: \#define HAVE_STRSTR 1 \#define HAVE_STRTOD 1 \#define HAVE_STRTOUL 1 +\#define HAVE_GETCWD 1 | config.status: Makefile $(srcdir)bcc32/Makefile.sub @@ -347,6 +348,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS),;t t s,@STATIC@,$(STATIC),;t t diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ba7058c276..700c80c75d 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -251,6 +251,7 @@ config.h: #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 +#define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 #define HAVE_ISINF 1 @@ -344,6 +345,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@STATIC@,$(STATIC),;t t diff --git a/wince/Makefile.sub b/wince/Makefile.sub index fc324dd630..874ad3cae1 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -265,6 +265,7 @@ config.h: #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 +#define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 #define HAVE_FINITE 1 @@ -378,6 +379,7 @@ s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t s,@EXEEXT@,.exe,;t t s,@OBJEXT@,obj,;t t +s,@XCFLAGS@,$(XCFLAGS),;t t s,@XLDFLAGS@,$(XLDFLAGS),;t t s,@DLDFLAGS@,$(DLDFLAGS) $$(LIBPATH) -def:$$(DEFFILE),;t t s,@STATIC@,$(STATIC),;t t -- cgit v1.2.3