8 Mar 2008 18:30
svn commit: r635025 - in /logging/log4cxx/trunk: build.xml find_apr.m4 find_apu.m4 pom.xml src/assembly/source.xml src/site/apt/building/ant.apt src/site/apt/building/autotools.apt
<carnold <at> apache.org>
2008-03-08 17:30:30 GMT
2008-03-08 17:30:30 GMT
Author: carnold Date: Sat Mar 8 09:30:28 2008 New Revision: 635025 URL: http://svn.apache.org/viewvc?rev=635025&view=rev Log: LOGCXX-62: Include configure in distribution Modified: logging/log4cxx/trunk/build.xml logging/log4cxx/trunk/find_apr.m4 logging/log4cxx/trunk/find_apu.m4 logging/log4cxx/trunk/pom.xml logging/log4cxx/trunk/src/assembly/source.xml logging/log4cxx/trunk/src/site/apt/building/ant.apt logging/log4cxx/trunk/src/site/apt/building/autotools.apt Modified: logging/log4cxx/trunk/build.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?rev=635025&r1=635024&r2=635025&view=diff ============================================================================== --- logging/log4cxx/trunk/build.xml (original) +++ logging/log4cxx/trunk/build.xml Sat Mar 8 09:30:28 2008 <at> <at> -1234,7 +1234,11 <at> <at> </exec> </target> - + <target name="autogen" depends="init" if="is-unix"> + <exec executable="sh"> + <arg value="autogen.sh"/>(Continue reading)
RSS Feed