From 68d0c50ce5d4e5c48ada27a0eaf3e62d0c6a45fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Thu, 16 May 2024 18:09:55 +0200 Subject: [PATCH] build: rename project to AxoSyslog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- CMakeLists.txt | 2 +- cmake/print_config_summary.cmake | 2 +- configure.ac | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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"