configure.ac

* configure.ac: renamed configure.in.  [Feature #13946]

* Makefile.in, common.mk, ext/rbconfig/sizeof/depend: use
  configure.ac.

* README.ja.md, README.md: update document for configure.ac.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-09-29 13:21:17 +00:00
parent 5723d9fd34
commit 3133a5c971
9 changed files with 12 additions and 12 deletions

View file

@ -26,7 +26,7 @@ rb_sparc_flush_register_windows(void)
__volatile__
#endif
/* This condition should be in sync with one in configure.in */
/* This condition should be in sync with one in configure.ac */
#if defined(__sparcv9) || defined(__sparc_v9__) || defined(__arch64__)
# ifdef __GNUC__
("flushw" : : : "%o7")