mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* config.guess: moved into tool/.
* config.sub: ditto. * install-sh: ditto * configure.in: follows the moves. * LEGAL: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									a654e0b57b
								
							
						
					
					
						commit
						8d1e0c0a5a
					
				
					 6 changed files with 16 additions and 3 deletions
				
			
		
							
								
								
									
										12
									
								
								ChangeLog
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								ChangeLog
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,3 +1,15 @@
 | 
			
		|||
Fri May 22 20:29:01 2009  Yuki Sonoda (Yugui)  <yugui@yugui.jp>
 | 
			
		||||
 | 
			
		||||
	* config.guess: moved into tool/.
 | 
			
		||||
 | 
			
		||||
	* config.sub: ditto.
 | 
			
		||||
 | 
			
		||||
	* install-sh: ditto
 | 
			
		||||
 | 
			
		||||
	* configure.in: follows the moves.
 | 
			
		||||
 | 
			
		||||
	* LEGAL: ditto.
 | 
			
		||||
 | 
			
		||||
Fri May 22 20:10:18 2009  Yuki Sonoda (Yugui)  <yugui@yugui.jp>
 | 
			
		||||
 | 
			
		||||
	* instruby.rb: moved into tool/.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								LEGAL
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								LEGAL
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -68,8 +68,8 @@ configure:
 | 
			
		|||
    This configure script is free software; the Free Software Foundation
 | 
			
		||||
    gives unlimited permission to copy, distribute and modify it.
 | 
			
		||||
 | 
			
		||||
config.guess:
 | 
			
		||||
config.sub:
 | 
			
		||||
tool/config.guess:
 | 
			
		||||
tool/config.sub:
 | 
			
		||||
parse.c:
 | 
			
		||||
 | 
			
		||||
  As long as you distribute these files with the file configure, they
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
dnl Process this file with autoconf to produce a configure script.
 | 
			
		||||
dnl {
 | 
			
		||||
AC_INIT()
 | 
			
		||||
AC_CONFIG_AUX_DIR(tool)
 | 
			
		||||
 | 
			
		||||
AC_PREREQ(2.60)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -163,7 +164,7 @@ if test ${target_archs+set}; then
 | 
			
		|||
	  when(*",$archs,"*)
 | 
			
		||||
	    ;;
 | 
			
		||||
	  when(*)
 | 
			
		||||
	    cpu=`$SHELL "$srcdir/config.sub" "${archs}-${target_os}" 2>&1` || {
 | 
			
		||||
	    cpu=`$SHELL "$ac_aux_dir/config.sub" "${archs}-${target_os}" 2>&1` || {
 | 
			
		||||
	        AC_MSG_RESULT([failed])
 | 
			
		||||
		AC_MSG_ERROR([$cpu])
 | 
			
		||||
	    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										0
									
								
								config.guess → tool/config.guess
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										0
									
								
								config.guess → tool/config.guess
									
										
									
									
										vendored
									
									
								
							
							
								
								
									
										0
									
								
								config.sub → tool/config.sub
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										0
									
								
								config.sub → tool/config.sub
									
										
									
									
										vendored
									
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue