summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2009-05-16* configure.in (ruby_version): now version.h includesnobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-05-05* configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu
2009-04-27* configure.in (ruby_version): uses sed instead of grep if thenobu
2009-04-25* configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu
2009-04-21* dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu
2009-04-10* configure.in (Makefile): phoeny ruby target needs empty command.nobu
2009-04-09* configure.in (Makefile): info-program needs common.mk.nobu
2009-04-09* configure.in (RUBY_INSTALL_NAME): use --program-transform-name.nobu
2009-04-09* configure.in: don't override the rule for ruby.akr
2009-04-08* configure.in (LIBRUBY_SO): removed redundant additional versionnobu
2009-04-07* common.mk (info): shows configured names.nobu
2009-04-07* configure.in (LIBRUBY_DLDFLAGS): compatibility version isnobu
2009-04-07* configure.in (RUBY_REPLACE_TYPE): defines type modifier prefixnobu
2009-04-06* configure.in (RUBY_DEFINT): use AC_INCLUDES_DEFAULT.nobu
2009-04-06* configure.in (RUBY_DEFINT): should pass includes tonobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universalnobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu
2009-04-01* configure.in (rb_cv_fork_with_pthread): fail if the child processakr
2009-04-01* configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu
2009-03-31* configure.in: fixed the help strings for the header and librarynobu
2009-03-24* configure.in (target_alias): replaces cpu with universal too.nobu
2009-03-24* configure.in (RUBY_CHECK_SIZEOF): need to include $4.nobu
2009-03-20* configure.in (libprefix): must not append "lib" after $(libdir),nobu
2009-03-19* configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu
2009-03-13* configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF.akr
2009-03-13* configure.in (CFLAGS, CXXFLAGS): moved after warnflags.nobu
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2009-03-13* configure.in (struct stat.st_size): may be huge.nobu
2009-03-12* configure.in (RUBY_CHECK_SIZEOF): if same size type is found, nonobu
2009-03-11* configure.in (warnflags): added some default flags,nobu
2009-03-11* configure.in (RUBY_CHECK_HUGE): checks whether a value range isnobu
2009-03-11* configure.in: strip spaces from ruby_version.akr
2009-03-09* configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu
2009-03-09* configure.in (MINIRUBY): keep macro into Makefile.nobu
2009-03-09* configure.in (RUBY_CHECK_SIZEOF): fix for fallback.nobu
2009-03-09* configure.in (load_relative): new option to enable load pathnobu
2009-03-08* configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiplenobu
2009-03-07* configure.in (universal_binary): checks if sizes are same on allnobu
2009-03-07* configure.in: checks if cd really succeeded.nobu
2009-03-07* configure.in: don't use CONFIG_SHELL for testing shell feature inakr
2009-03-07* configure.in: fix the location of cdcmd.akr
2009-03-07* configure.in: the shell which runs configure may be different fromakr
2009-03-06* configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor stylenobu
2009-03-06* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu
2009-03-06* configure.in (MINIRUBY): use $(arch)-fake.rb.nobu
2009-03-04* configure.in, win32/configure.bat (--enable-win95): new optionnobu
2009-03-04* configure.in (mingw): checks if unicows.lib is available.nobu
2009-02-19* template/fake.rb.in: extracted from Makefile.in.nobu