Add web site url and bug report email to AC_INIT
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 10 Oct 2013 01:50:35 +0000 (21:50 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 02:50:15 +0000 (21:50 -0500)
configure.ac

index d9eac1d..bfa92d6 100644 (file)
@@ -1,7 +1,8 @@
 # configure.ac -- Process this file with autoconf to produce configure
 
 dnl Initialization stuff.
-AC_INIT(emu8051, 1.1.2)
+AC_INIT([emu8051], [1.1.2], [hugo@hugovil.com], [emu8051],
+       [http://www.hugovil.com/fr/emu8051/])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR(src/cpu8051.c)
 AM_CONFIG_HEADER(config.h:config-h.in)