This is an automated email from the ASF dual-hosted git repository. tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit d5b5c38e9e56020a777d9a2cd3423decd0bbf968 Author: Stephen Webb <[email protected]> AuthorDate: Fri Feb 7 12:57:10 2020 +1100 Run autoconf during packaging if the OS is unix --- build.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.xml b/build.xml index d4d292a..8c7fed7 100644 --- a/build.xml +++ b/build.xml @@ -191,9 +191,6 @@ /> </path> </foreach> - <property name="project.type" - value="msvc6" - /> <cc objdir="${target.dir}/header-check" name="gcc" exceptions="true" @@ -497,6 +494,7 @@ </target> <target name="autogen" + depends="init" if="is-unix"> <exec executable="sh"> <arg value="autogen.sh" />
