wmframepic: Update call to AM_INIT_AUTOMAKE.
Also take the opportunity to include the Window Maker dev mailing list in AC_INIT.
This commit is contained in:
		
							parent
							
								
									83c0bb973e
								
							
						
					
					
						commit
						9b41489c42
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		| 
						 | 
					@ -1,9 +1,6 @@
 | 
				
			||||||
AC_INIT(src/main.c)
 | 
					AC_INIT([wmframepic], [0.1], [wmaker-dev@lists.windowmaker.org])
 | 
				
			||||||
 | 
					AC_CONFIG_SRCDIR([src/main.c])
 | 
				
			||||||
PACKAGE=wmframepic
 | 
					AM_INIT_AUTOMAKE
 | 
				
			||||||
VERSION=0.1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_PROG_CC
 | 
					AC_PROG_CC
 | 
				
			||||||
AM_PROG_CC_C_O
 | 
					AM_PROG_CC_C_O
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue