projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d52c9
)
Put automake macros together
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 7 Apr 2014 02:27:48 +0000
(22:27 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 7 Apr 2014 02:27:48 +0000
(22:27 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
facb0d3
..
1b28736
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5,10
+5,11
@@
AC_INIT([emu8051], [2.0.1], [hugo@hugovil.com], [emu8051],
[http://www.hugovil.com/fr/emu8051/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/common/cpu8051.c)
-AM_CONFIG_HEADER(config.h:config-h.in)
+
dnl Checking if the NEWS file has been updated to reflect the current version.
AM_INIT_AUTOMAKE(check-news -Wall std-options color-tests parallel-tests)
AM_SILENT_RULES([yes])
+AM_CONFIG_HEADER(config.h:config-h.in)
dnl Testing the C compiler.
AC_LANG_C