Tweak configure.ac a bit
This commit is contained in:
		
							parent
							
								
									7518fbb956
								
							
						
					
					
						commit
						a46a02dbf7
					
				
							
								
								
									
										23
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								configure.ac
									
									
									
									
									
								
							@ -1,29 +1,16 @@
 | 
			
		||||
dnl Developers, please strive to achieve this order:
 | 
			
		||||
dnl
 | 
			
		||||
dnl 0. Initialization and options processing
 | 
			
		||||
dnl 1. Programs
 | 
			
		||||
dnl 2. Libraries
 | 
			
		||||
dnl 3. Header files
 | 
			
		||||
dnl 4. Types
 | 
			
		||||
dnl 5. Structures
 | 
			
		||||
dnl 6. Compiler characteristics
 | 
			
		||||
dnl 7. Functions, global variables
 | 
			
		||||
dnl 8. System services
 | 
			
		||||
dnl
 | 
			
		||||
dnl Read the Autoconf manual for details.
 | 
			
		||||
AC_PREREQ(2.54)
 | 
			
		||||
 | 
			
		||||
AC_INIT([Tinyproxy], [1.6.4], [https://dev.banu.com/bugzilla/enter_bug.cgi?product=Tinyproxy], [tinyproxy])
 | 
			
		||||
AC_CONFIG_SRCDIR([src/tinyproxy.c])
 | 
			
		||||
AC_PREREQ(2.52)
 | 
			
		||||
 | 
			
		||||
AC_CANONICAL_TARGET
 | 
			
		||||
AM_INIT_AUTOMAKE
 | 
			
		||||
AM_CONFIG_HEADER(config.h)
 | 
			
		||||
AM_MAINTAINER_MODE
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
AH_TEMPLATE([TARGET_SYSTEM],
 | 
			
		||||
	    [A string containing the target system for which tinyproxy was built.])
 | 
			
		||||
AC_DEFINE_UNQUOTED(TARGET_SYSTEM, ["$target"])
 | 
			
		||||
 | 
			
		||||
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
 | 
			
		||||
AM_CONFIG_HEADER(config.h)
 | 
			
		||||
 | 
			
		||||
dnl Check if we're compiling on a weird platform :)
 | 
			
		||||
AC_AIX
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user