carnold 2005/02/09 15:39:46
Modified: . Makefile.am build.xml configure.in
Log:
build fixes
Revision Changes Path
1.11 +1 -1 logging-log4cxx/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/logging-log4cxx/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.am 16 Dec 2004 00:21:46 -0000 1.10
+++ Makefile.am 9 Feb 2005 23:39:45 -0000 1.11
@@ -1,4 +1,4 @@
-SUBDIRS = docs src msvc include simplesocketserver tests performance examples
+SUBDIRS = docs src include simplesocketserver tests performance examples
EXTRA_DIST = autogen.sh license.apl find_apr.m4
1.39 +3 -3 logging-log4cxx/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- build.xml 9 Feb 2005 22:52:00 -0000 1.38
+++ build.xml 9 Feb 2005 23:39:45 -0000 1.39
@@ -324,7 +324,7 @@
</antcall>
</target>
-<target name="untar-apr-src" unless="apr-src-expanded">
+<target name="untar-apr-src" depends="get-apr-src" unless="apr-src-expanded">
<antcall target="untar-apr-module">
<param name="module" value="apr"/>
<param name="module.version" value="${apr.version}"/>
@@ -357,7 +357,7 @@
</target>
-<target name="untar-apriconv-src" unless="apriconv-src-expanded">
+<target name="untar-apriconv-src" depends="get-apriconv-src"
unless="apriconv-src-expanded">
<antcall target="untar-apr-module">
<param name="module" value="apr-iconv"/>
<param name="module.version" value="${apriconv.version}"/>
@@ -392,7 +392,7 @@
</antcall>
</target>
-<target name="untar-aprutil-src" unless="aprutil-src-expanded">
+<target name="untar-aprutil-src" depends="get-aprutil-src"
unless="aprutil-src-expanded">
<antcall target="untar-apr-module">
<param name="module" value="apr-util"/>
<param name="module.version" value="${aprutil.version}"/>
1.49 +0 -7 logging-log4cxx/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/logging-log4cxx/configure.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- configure.in 12 Jan 2005 20:13:56 -0000 1.48
+++ configure.in 9 Feb 2005 23:39:45 -0000 1.49
@@ -402,12 +402,5 @@
performance/Makefile
performance/xml/Makefile
examples/Makefile
-msvc/Makefile
-msvc/dll/Makefile
-msvc/examples/Makefile
-msvc/simplesocketserver/Makefile
-msvc/static/Makefile
-msvc/tests/Makefile
-msvc/performance/Makefile
])
AC_OUTPUT