From: Victor Julien Date: Thu, 16 Feb 2012 08:34:07 +0000 (+0100) Subject: Improve config details overview at the end of configure. X-Git-Tag: suricata-1.3beta1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a1b97267dbb9044b3fbf33c192489287b1770d;p=thirdparty%2Fsuricata.git Improve config details overview at the end of configure. --- diff --git a/configure.in b/configure.in index b93bdd14f5..b59f54bc30 100644 --- a/configure.in +++ b/configure.in @@ -1214,26 +1214,29 @@ AC_OUTPUT(Makefile src/Makefile qa/Makefile qa/coccinelle/Makefile rules/Makefil echo " Suricata Configuration: + AF_PACKET support: ${enable_af_packet} + PF_RING support: ${enable_pfring} NFQueue support: ${enable_nfqueue} IPFW support: ${enable_ipfw} - PF_RING support: ${enable_pfring} - AF_PACKET support: ${enable_af_packet} + DAG enabled: ${enable_dag} + Napatech enabled: ${enable_napatech} + Prelude support: ${enable_prelude} + PCRE jit: ${pcre_jit_available} + Non-bundled htp: ${enable_non_bundled_htp} + Old barnyard2 support: ${enable_old_barnyard2} + CUDA enabled: ${enable_cuda} + Unit tests enabled: ${enable_unittests} Debug output enabled: ${enable_debug} Debug validation enabled: ${enable_debug_validation} - CUDA enabled: ${enable_cuda} - DAG enabled: ${enable_dag} - Napatech enabled: ${enable_napatech} Profiling enabled: ${enable_profiling} - Old barnyard2 support: ${enable_old_barnyard2} - Non-bundled htp: ${enable_non_bundled_htp} - PCRE jit: ${pcre_jit_available} Generic build parameters: Installation prefix (--prefix): ${prefix} Configuration directory (--sysconfdir): ${e_sysconfdir} Log directory (--localstatedir) : ${e_logdir} + Host: ${host} GCC binary: ${CC} GCC Protect enabled: ${enable_gccprotect} @@ -1241,5 +1244,10 @@ Generic build parameters: GCC Profile enabled: ${enable_gccprofile} To build and install run 'make' and 'make install'. + You can run 'make install-conf' if you want to install initial configuration files to ${e_sysconfdir}. Running 'make install-full' will install configuration and rules and provide you a ready-to-run suricata." +echo +echo "To install Suricata into /usr/bin/suricata, have the config in +/etc/suricata and use /var/log/suricata as log dir, use: +./configure --prefix=/usr/ --sysconfdir=/etc/suricata/ --localstatedir=/var/log/suricata/"