mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Newer autoconf versions (from 2.60) want a 'datarootdir' definition in
(Make-)files that use mandir (and other data directory macros). This patch solves a warning during configure, specifically: ... config.status: creating Makefile.pre config.status: WARNING: ../Makefile.pre.in seems to ignore the --datarootdir setting ... See also: <http://www.gnu.org/software/automake/manual/autoconf/Changed-Directory-Variables.html>
This commit is contained in:
		
							parent
							
								
									0539313b09
								
							
						
					
					
						commit
						9bc2dd6321
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -82,6 +82,9 @@ prefix=		@prefix@
 | 
			
		|||
# Install prefix for architecture-dependent files
 | 
			
		||||
exec_prefix=	@exec_prefix@
 | 
			
		||||
 | 
			
		||||
# Install prefix for data files
 | 
			
		||||
datarootdir=    @datarootdir@
 | 
			
		||||
 | 
			
		||||
# Expanded directories
 | 
			
		||||
BINDIR=		$(exec_prefix)/bin
 | 
			
		||||
LIBDIR=		$(exec_prefix)/lib
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue