|
From: <log...@li...> - 2026-02-27 19:07:30
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, master has been updated
via 5ce81a79fe9368e984165318d9ddb1f383e235dc (commit)
from f79a7d774269876264ef489cddbc551016d218eb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 5ce81a79fe9368e984165318d9ddb1f383e235dc
Author: Alexander Perepelkin <san...@us...>
Date: Fri Feb 27 20:07:05 2026 +0100
Remove references to directories msvc6 bcb5 openvms from autotools configs
diff --git a/Makefile.am b/Makefile.am
index 950af56..678f3e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,10 @@
if DOC
-SUBDIRS = msvc6 bcb5 config src include tests doc
+SUBDIRS = config src include tests doc
else
-SUBDIRS = msvc6 bcb5 config src include tests
+SUBDIRS = config src include tests
endif
-DIST_SUBDIRS = msvc6 bcb5 openvms config src include doc tests
+DIST_SUBDIRS = config src include doc tests
bin_SCRIPTS = log4cpp-config
diff --git a/configure.in b/configure.in
index be686eb..f5e28ea 100644
--- a/configure.in
+++ b/configure.in
@@ -153,24 +153,6 @@ include/Makefile
include/log4cpp/Makefile
include/log4cpp/threading/Makefile
tests/Makefile
-msvc6/Makefile
-msvc6/log4cpp/Makefile
-msvc6/log4cppDLL/Makefile
-msvc6/testCategory/Makefile
-msvc6/testDLL/Makefile
-msvc6/testMain/Makefile
-msvc6/testNDC/Makefile
-msvc6/testNTEventLog/Makefile
-msvc6/testPattern/Makefile
-bcb5/Makefile
-bcb5/log4cpp/Makefile
-bcb5/testCategory/Makefile
-bcb5/testConfig/Makefile
-bcb5/testFixedContextCategory/Makefile
-bcb5/testmain/Makefile
-bcb5/testNDC/Makefile
-bcb5/testPattern/Makefile
-openvms/Makefile
])
AC_OUTPUT
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 6 +++---
configure.in | 18 ------------------
2 files changed, 3 insertions(+), 21 deletions(-)
hooks/post-receive
--
Log4cpp Git repository.
|