mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	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:
		
							parent
							
								
									5723d9fd34
								
							
						
					
					
						commit
						3133a5c971
					
				
					 9 changed files with 12 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -315,7 +315,7 @@ reconfig config.status:	$(srcdir)/$(CONFIGURE) $(srcdir)/enc/Makefile.in \
 | 
			
		|||
	@PWD= MINIRUBY="$(MINIRUBY)"; export MINIRUBY; \
 | 
			
		||||
	set $(SHELL) $($@-args); $(reconfig-exec-$(V))
 | 
			
		||||
 | 
			
		||||
$(srcdir)/$(CONFIGURE): $(srcdir)/configure.in $(srcdir)/aclocal.m4
 | 
			
		||||
$(srcdir)/$(CONFIGURE): $(srcdir)/configure.ac $(srcdir)/aclocal.m4
 | 
			
		||||
	$(CHDIR) $(srcdir) && exec $(AUTOCONF) -o $(@F)
 | 
			
		||||
 | 
			
		||||
$(srcdir)/aclocal.m4:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -78,7 +78,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
 | 
			
		|||
 | 
			
		||||
以下の手順で行ってください.
 | 
			
		||||
 | 
			
		||||
1.  もし `configure` ファイルが見つからない,もしくは `configure.in` より古いようなら, `autoconf` を実行して
 | 
			
		||||
1.  もし `configure` ファイルが見つからない,もしくは `configure.ac` より古いようなら, `autoconf` を実行して
 | 
			
		||||
    新しく `configure` を生成する
 | 
			
		||||
 | 
			
		||||
2.  `configure` を実行して `Makefile` などを生成する
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -75,7 +75,7 @@ This is what you need to do to compile and install Ruby:
 | 
			
		|||
1.  If you want to use Microsoft Visual C++ to compile ruby, read
 | 
			
		||||
    [win32/README.win32](win32/README.win32) instead of this document.
 | 
			
		||||
 | 
			
		||||
2.  If `./configure` does not exist or is older than configure.in, run
 | 
			
		||||
2.  If `./configure` does not exist or is older than `configure.ac`, run
 | 
			
		||||
    `autoconf` to (re)generate configure.
 | 
			
		||||
 | 
			
		||||
3.  Run `./configure`, which will generate `config.h` and `Makefile`.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								aclocal.m4
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								aclocal.m4
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
# generated automatically by aclocal 1.15 -*- Autoconf -*-
 | 
			
		||||
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 | 
			
		||||
 | 
			
		||||
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 | 
			
		||||
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 | 
			
		||||
 | 
			
		||||
# This file is free software; the Free Software Foundation
 | 
			
		||||
# gives unlimited permission to copy and/or distribute it,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1008,7 +1008,7 @@ $(srcdir)/ext/date/zonetab.h: $(srcdir)/ext/date/zonetab.list
 | 
			
		|||
		Q=$(Q) ECHO=$(ECHO) top_srcdir=../.. srcdir=. VPATH=../.. BASERUBY="$(BASERUBY)"
 | 
			
		||||
 | 
			
		||||
$(srcdir)/ext/rbconfig/sizeof/sizes.c: $(srcdir)/ext/rbconfig/sizeof/depend \
 | 
			
		||||
		$(srcdir)/tool/generic_erb.rb $(srcdir)/template/sizes.c.tmpl $(srcdir)/configure.in
 | 
			
		||||
		$(srcdir)/tool/generic_erb.rb $(srcdir)/template/sizes.c.tmpl $(srcdir)/configure.ac
 | 
			
		||||
	$(ECHO) generating $@
 | 
			
		||||
	$(Q) $(CHDIR) $(@D) && \
 | 
			
		||||
	sed '/AUTOGENERATED/q' depend | \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,11 +6,11 @@ limits.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/limits.c.tmpl
 | 
			
		|||
 | 
			
		||||
sizes.c: $(top_srcdir)/tool/generic_erb.rb \
 | 
			
		||||
		   $(top_srcdir)/template/sizes.c.tmpl \
 | 
			
		||||
		   $(top_srcdir)/configure.in \
 | 
			
		||||
		   $(top_srcdir)/configure.ac \
 | 
			
		||||
		   $(top_srcdir)/ext/rbconfig/sizeof/extconf.rb
 | 
			
		||||
	$(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \
 | 
			
		||||
		$(top_srcdir)/template/sizes.c.tmpl \
 | 
			
		||||
		$(top_srcdir)/configure.in \
 | 
			
		||||
		$(top_srcdir)/configure.ac \
 | 
			
		||||
		$(top_srcdir)/ext/rbconfig/sizeof/extconf.rb
 | 
			
		||||
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								sparc.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								sparc.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,13 +1,13 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
# Just only for using AC_PROG_INSTALL in configure.in.
 | 
			
		||||
# Just only for using AC_PROG_INSTALL in configure.ac.
 | 
			
		||||
# See autoconf.info for more detail.
 | 
			
		||||
 | 
			
		||||
cat <<EOF >&2
 | 
			
		||||
Ruby uses a BSD-compatible install(1) if possible. If not, Ruby 
 | 
			
		||||
Ruby uses a BSD-compatible install(1) if possible. If not, Ruby
 | 
			
		||||
provides its own install(1) alternative.
 | 
			
		||||
 | 
			
		||||
This script a place holder for AC_PROG_INSTALL in configure.in.
 | 
			
		||||
This script is a place holder for AC_PROG_INSTALL in configure.ac.
 | 
			
		||||
 | 
			
		||||
Please report a bug in Ruby to http://bugs.ruby-lang.org if you see
 | 
			
		||||
this message.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue