touched up issue handling
changed subversion repository creation code.
This commit is contained in:
		
							
								
								
									
										58
									
								
								codepot/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										58
									
								
								codepot/configure
									
									
									
									
										vendored
									
									
								
							| @ -564,7 +564,9 @@ SBINDIR | ||||
| BINDIR | ||||
| LOCALSTATEDIR | ||||
| SYSCONFDIR | ||||
| DOCDIR | ||||
| DATADIR | ||||
| LIBEXECDIR | ||||
| LIBDIR | ||||
| PREFIX | ||||
| cachedir | ||||
| @ -2687,6 +2689,34 @@ cachedir=$cachedir | ||||
|   exec_prefix=$exec_prefix_save | ||||
|  | ||||
|  | ||||
|   EXP_VAR=LIBEXECDIR | ||||
|   FROM_VAR=$libexecdir | ||||
|  | ||||
|     prefix_save=$prefix | ||||
|   exec_prefix_save=$exec_prefix | ||||
|  | ||||
|     if test "x$prefix" = "xNONE"; then | ||||
|     prefix="$ac_default_prefix" | ||||
|   fi | ||||
|     if test "x$exec_prefix" = "xNONE"; then | ||||
|     exec_prefix=$prefix | ||||
|   fi | ||||
|  | ||||
|   full_var="$FROM_VAR" | ||||
|     while true; do | ||||
|     new_full_var="`eval echo $full_var`" | ||||
|     if test "x$new_full_var" = "x$full_var"; then break; fi | ||||
|     full_var=$new_full_var | ||||
|   done | ||||
|  | ||||
|     full_var=$new_full_var | ||||
|   LIBEXECDIR="$full_var" | ||||
|  | ||||
|  | ||||
|     prefix=$prefix_save | ||||
|   exec_prefix=$exec_prefix_save | ||||
|  | ||||
|  | ||||
|   EXP_VAR=DATADIR | ||||
|   FROM_VAR=$datadir | ||||
|  | ||||
| @ -2715,6 +2745,34 @@ cachedir=$cachedir | ||||
|   exec_prefix=$exec_prefix_save | ||||
|  | ||||
|  | ||||
|   EXP_VAR=DOCDIR | ||||
|   FROM_VAR=$docdir | ||||
|  | ||||
|     prefix_save=$prefix | ||||
|   exec_prefix_save=$exec_prefix | ||||
|  | ||||
|     if test "x$prefix" = "xNONE"; then | ||||
|     prefix="$ac_default_prefix" | ||||
|   fi | ||||
|     if test "x$exec_prefix" = "xNONE"; then | ||||
|     exec_prefix=$prefix | ||||
|   fi | ||||
|  | ||||
|   full_var="$FROM_VAR" | ||||
|     while true; do | ||||
|     new_full_var="`eval echo $full_var`" | ||||
|     if test "x$new_full_var" = "x$full_var"; then break; fi | ||||
|     full_var=$new_full_var | ||||
|   done | ||||
|  | ||||
|     full_var=$new_full_var | ||||
|   DOCDIR="$full_var" | ||||
|  | ||||
|  | ||||
|     prefix=$prefix_save | ||||
|   exec_prefix=$exec_prefix_save | ||||
|  | ||||
|  | ||||
|   EXP_VAR=SYSCONFDIR | ||||
|   FROM_VAR=$sysconfdir | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user