Skip to content

Commit

Permalink
build: rename project to AxoSyslog
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <laszlo.varady@axoflow.com>
  • Loading branch information
MrAnno committed May 16, 2024
1 parent 6d004ad commit 68d0c50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion cmake/print_config_summary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])])
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 68d0c50

Please sign in to comment.