]> git.sur5r.net Git - ngadmin/commitdiff
Remove AM_COND_IF conditionals
authordarkcoven <admin@darkcoven.tk>
Fri, 11 Oct 2013 23:16:22 +0000 (01:16 +0200)
committerdarkcoven <admin@darkcoven.tk>
Fri, 11 Oct 2013 23:16:22 +0000 (01:16 +0200)
configure.ac

index 8e7c5a27c48455581f84ee4d6d424c99dfcd7de3..f30cea7952830e42d83b8639501d7cdd4e8df6c5 100644 (file)
@@ -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}
 "