wmlongrun: Modernize AM_INIT_AUTOMAKE call.
This commit is contained in:
		
							parent
							
								
									0d8b0c46fa
								
							
						
					
					
						commit
						23aaecbec8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
dnl Process this file with autoconf to produce a configure script.
 | 
					dnl Process this file with autoconf to produce a configure script.
 | 
				
			||||||
AC_INIT(src/main.c)
 | 
					AC_INIT([wmlongrun], [0.3.0pre1], [wmaker-dev@lists.windowmaker.org])
 | 
				
			||||||
 | 
					AC_CONFIG_SRCDIR([src/main.c])
 | 
				
			||||||
AM_INIT_AUTOMAKE(wmlongrun, 0.3.0pre1)
 | 
					AM_INIT_AUTOMAKE
 | 
				
			||||||
AM_CONFIG_HEADER(config.h)
 | 
					AM_CONFIG_HEADER(config.h)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnl Checks for programs.
 | 
					dnl Checks for programs.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue