summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--bcc32/Makefile.sub2
-rw-r--r--win32/Makefile.sub2
-rw-r--r--wince/Makefile.sub2
4 files changed, 14 insertions, 0 deletions
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 <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>
* 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