diff --git a/ChangeLog b/ChangeLog index b220b4d3d9..6eaf9a22af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 10 12:31:21 2004 Nobuyoshi Nakada + + * README.EXT (Example): extconf.rb is indispensable now. + Wed Nov 10 03:33:36 2004 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x diff --git a/README.EXT b/README.EXT index d832d1e0af..e5c4203832 100644 --- a/README.EXT +++ b/README.EXT @@ -595,8 +595,7 @@ are not exported to the Ruby world. You need to protect them by (4) prepare extconf.rb If the file named extconf.rb exists, it will be executed to generate -Makefile. If not, the compilation scheme will try to generate Makefile -anyway. +Makefile. extconf.rb is the file for check compilation conditions etc. You need to put