From: Hugo Villeneuve Date: Thu, 10 Oct 2013 01:50:35 +0000 (-0400) Subject: Add web site url and bug report email to AC_INIT X-Git-Tag: v2.0.0~138 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=746f97a65c16506aad8abe76a3aa491219f5f0b9;p=emu8051.git Add web site url and bug report email to AC_INIT --- diff --git a/configure.ac b/configure.ac index d9eac1d..bfa92d6 100644 --- a/configure.ac +++ b/configure.ac @@ -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)