diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a0fa66b5b..409a316f45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(CMAKE_MACOSX_RPATH 1) # which point to directories outside the build tree to the install RPATH set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -project(syslog-ng C) +project(axosyslog C) option(ENABLE_CPP "Enable C++" ON) diff --git a/cmake/print_config_summary.cmake b/cmake/print_config_summary.cmake index f887217ac0..cc6c630f6e 100644 --- a/cmake/print_config_summary.cmake +++ b/cmake/print_config_summary.cmake @@ -135,7 +135,7 @@ function(print_config_summary) list (REMOVE_DUPLICATES _variableNames) _print_separator() - message(NOTICE "syslog-ng Open Source Edition ${SYSLOG_NG_VERSION} configured") + message(NOTICE "AxoSyslog ${SYSLOG_NG_VERSION} configured") _print_separator() if(SUMMARY_FULL) diff --git a/configure.ac b/configure.ac index b0fc4a423d..cc7916b938 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ dnl BINARY_BRANCH - the value is added to all source/binary packages dnl SOURCE_REVISION - Revision of the source-tree, will added to the version string dnl -AC_INIT([syslog-ng], m4_esyscmd_s([scripts/version.sh])) +AC_INIT([axosyslog], m4_esyscmd_s([scripts/version.sh])) AC_CONFIG_SRCDIR([syslog-ng/main.c]) AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -2375,7 +2375,7 @@ AC_OUTPUT(dist.conf ) echo -echo "syslog-ng Open Source Edition $PACKAGE_VERSION configured" +echo "AxoSyslog $PACKAGE_VERSION configured" echo " Edition settings:" echo " Release type : $RELEASE_TYPE" echo " Pretty version : $BROCHURE_VERSION"