summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in: workaround for regexp metacharacters of expr innobu2009-10-021-1/+1
| | | | | | | prefix path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (THREAD_MODEL): modified message when no threadnobu2009-09-291-0/+3
| | | | | | | model is available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (--enable-pthread): deprecated.nobu2009-09-291-5/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (optflags): add -fomit-frame-pointer by default.nobu2009-09-271-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (warnflags): check all flags if each are available.nobu2009-09-271-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (CAPITARGET): enable iff doxygen is available.nobu2009-09-161-0/+12
| | | | | | | | | | | | * configure.in (INSTALLDOC): enable if rdoc or doxygen are enabled. * common.mk (docs): target to make documents. * Makefile.in, win32/Makefile.sub (install-{all,nodoc}): trigger by $(INSTALLDOC) from install. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (--enable-frame-address): removed.akr2009-09-151-14/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (install-rdoc), configure.in (RDOCTARGET): removednobu2009-09-151-1/+1
| | | | | | | circular dependency. [ruby-dev:39339] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after realnobu2009-09-151-0/+3
| | | | | | | target CPU is set. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU afternobu2009-09-151-0/+4
| | | | | | | AC_PROG_CC. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]nobu2009-09-141-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, common.mk, */configure.bat (rdoc): make beforenobu2009-09-141-1/+3
| | | | | | | install if rdoc is enabled. [ruby-dev:39325] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (XLDFLAGS): link startup code with ObjC support.nobu2009-09-131-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/config.{guess,sub}: better guess on darwin 10 .nobu2009-09-111-0/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (debugflags): use gdb by default on linux andnobu2009-09-111-1/+5
| | | | | | | darwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.nobu2009-09-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu2009-09-111-1/+2
| | | | | | | type if the latter is found. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix for Linux compatibilitynaruse2009-08-251-6/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.naruse2009-08-251-8/+9
| | | | | | | * configure.in (MKDIR_P): Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (DLDFLAGS): use linker_flag and changed undefinednobu2009-08-241-3/+4
| | | | | | | and multiply_defined behaviors. cf [ruby-core:25086]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu2009-08-241-4/+4
| | | | | | | universal binary. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE): extractsnobu2009-08-201-0/+4
| | | | | | | | | from version.h for cross-compiling. * template/fake.rb.in (RUBY_VERSION, RUBY_DESCRIPTION): use above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz2009-08-191-0/+4
| | | | | | | | | | | memory space for Solaris. a patch from Naohisa GOTO <ngoto at gen-info.osaka-u.ac.jp> in [ruby-dev:39132]. [ruby-dev:39062] * configure.in (SIZEOF_STRUCT_DIRENT_TOO_SMALL): Solaris dirent check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]nobu2009-08-141-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling to yesnobu2009-08-131-4/+8
| | | | | | | only when AC_COMPUTE_INT, and inverted the arguments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_CHECK_SIZEOF): use AC_COMPUTE_INT instead ofnobu2009-08-131-3/+4
| | | | | | | | _AC_COMPUTE_INT_COMPILE with cross compiling, since its arguments have been changed at autoconf 2.64. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu2009-08-131-3/+6
| | | | | | | as_mkdir_p. [ruby-dev:39063] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (rb_cv_broken_crypt): needs more checks.nobu2009-08-121-3/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu2009-07-201-0/+3
| | | | | | | | | runnable if cross-compiling. * common.mk (btest*, test*): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (MANGLED_PATH): disabled on cygwin and mingw.nobu2009-07-161-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Doxyfile.in: removed. merged into template/Doxyfile.templateyugui2009-06-291-0/+3
| | | | | | | | | | | | * configure.in: new checking for dot and doxygen. * template/Doxyfile.template: merged with Doxyfile.in. configured some options. * common.mk (capi): use $(DOXYGEN) instead of "doxygen". (Doxyfile): removed a duplicate entry in the dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (ruby_version): defaults revision to 0 when nonobu2009-06-231-0/+1
| | | | | | | revision.h exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: remove PACKAGE_* macros generated by autotools.nobu2009-06-231-6/+2
| | | | | | | [ruby-core:20938] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_fdatasync): new method IO#fdatasync.nobu2009-06-221-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (ridir, RI_BASE_NAME): fixed for path expansion.nobu2009-06-171-1/+2
| | | | | | | [ruby-core:23876] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (THREAD_MODEL): reject unknown value and checksnobu2009-05-271-1/+12
| | | | | | | pthread.h only when pthread. [ruby-core:23577] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-231-1/+9
| | | | | | | | | | | | | | | | | | | | c.f. [ruby-core:23519]. (--with-ridir): new configure option. * tool/instruby.rb (:doc, :rdoc): uses $ridir instead of a fixed path. * lib/rdoc/ri/paths.rb: follows $ridir. * Makefile.in: removes RIDATADIR which is no longer used. * bcc32/Makefile.sub: generates the 'ridir' entry for RbConfig. removes RIDATADIR which is no longer used. * win32/Makefile.sub: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * config.guess: moved into tool/.yugui2009-05-221-1/+2
| | | | | | | | | | | | * config.sub: ditto. * install-sh: ditto * configure.in: follows the moves. * LEGAL: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb: moved into tool/.yugui2009-05-221-1/+1
| | | | | | | | | | | | | | | | * mkconfig.rb: ditto. * rubytest.rb: ditto. * runruby.rb: ditto. * common.mk: follows the moves. * configure.in: ditto. * win32/Makefile.sub: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (ruby_version): now version.h includesnobu2009-05-161-1/+1
| | | | | | | | include/ruby/version.h, so need to tell to cpp to see $(srcdir)/include. [ruby-core:23468] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-15/+33
| | | | | | | | | | program base name. [ruby-dev:38241] * configure.in (--with-soname): base name of shared library. [ruby-dev:38290] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu2009-05-051-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (ruby_version): uses sed instead of grep if thenobu2009-04-271-1/+1
| | | | | | | result is need, to get rid of GREP_OPTIONS. [ruby-dev:38336] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu2009-04-251-1/+8
| | | | | | | | * process.c (proc_daemon): double fork to ensure not having ctty. [ruby-core:23311] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu2009-04-211-1/+1
| | | | | | | available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (Makefile): phoeny ruby target needs empty command.nobu2009-04-101-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (Makefile): info-program needs common.mk.nobu2009-04-091-2/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_INSTALL_NAME): use --program-transform-name.nobu2009-04-091-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: don't override the rule for ruby.akr2009-04-091-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e