X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=bfa92d6e7c8314fc7b39c2f7099faecdb880d680;hb=359b0be02becb952016f0f79f6e608c7737378e7;hp=dd1333638bb5c4013af2a895ad833b136fb95a28;hpb=0ddadb203a71a62ea2be1cc9825305ccde1fbfed;p=emu8051.git diff --git a/configure.ac b/configure.ac index dd13336..bfa92d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,9 @@ # configure.ac -- Process this file with autoconf to produce configure dnl Initialization stuff. -AC_INIT(emu8051, 1.1.2) -AC_CONFIG_AUX_DIR(config) +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) dnl Checking if the NEWS file has been updated to reflect the current version.