From 9da0d84bfcbc318f7d71b7dcc1f18bcf26c045a5 Mon Sep 17 00:00:00 2001 From: darkcoven Date: Sat, 12 Oct 2013 01:16:22 +0200 Subject: [PATCH] Remove AM_COND_IF conditionals --- configure.ac | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/configure.ac b/configure.ac index 8e7c5a2..f30cea7 100644 --- a/configure.ac +++ b/configure.ac @@ -113,28 +113,13 @@ AC_CONFIG_FILES([ cli/Makefile cli/man/Makefile cli/src/Makefile -]) - -AM_COND_IF([ENABLE_SPY], [ - AC_CONFIG_FILES([ - spy/Makefile - spy/man/Makefile - spy/src/Makefile - ]) -]) - -AM_COND_IF([ENABLE_EMU], [ - AC_CONFIG_FILES([ - emu/Makefile - emu/man/Makefile - emu/src/Makefile - ]) -]) - -AM_COND_IF([HAVE_DOXYGEN], [ - AC_CONFIG_FILES([ - lib/doxyfile - ]) + spy/Makefile + spy/man/Makefile + spy/src/Makefile + emu/Makefile + emu/man/Makefile + emu/src/Makefile + lib/doxyfile ]) AC_OUTPUT @@ -146,7 +131,7 @@ Prefix.............: ${prefix} Debug..............: ${enable_debug} Doc................: ${enable_doc} Compiler...........: ${CC} ${CFLAGS} ${CPPFLAGS} -Readline suppport..: ${with_readline} +Readline support...: ${with_readline} Spy................: ${enable_spy} Emulator...........: ${enable_emu} " -- 2.39.5