From b89d7661e7ea52b6d834a47ae48e819afee6d0c5 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 6 Apr 2014 22:27:48 -0400 Subject: [PATCH] Put automake macros together --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index facb0d3..1b28736 100644 --- 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 -- 2.20.1