From 746f97a65c16506aad8abe76a3aa491219f5f0b9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 9 Oct 2013 21:50:35 -0400 Subject: [PATCH] Add web site url and bug report email to AC_INIT --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.20.1