projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac54ee9
)
Add web site url and bug report email to AC_INIT
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 10 Oct 2013 01:50:35 +0000
(21:50 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 6 Nov 2013 02:50:15 +0000
(21:50 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
d9eac1d
..
bfa92d6
100644
(file)
--- 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)