From: darkcoven Date: Fri, 11 Oct 2013 23:16:22 +0000 (+0200) Subject: Remove AM_COND_IF conditionals X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9da0d84bfcbc318f7d71b7dcc1f18bcf26c045a5;p=ngadmin Remove AM_COND_IF conditionals --- 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} "