Author: tschoening
Date: Fri Mar 25 15:56:19 2016
New Revision: 1736603

URL: http://svn.apache.org/viewvc?rev=1736603&view=rev
Log:
Executing autoconf and automake is not enough, aclocal is needed as well and 
all of those are in autogen.sh already. Don't know how I missed that, I guess I 
called autogen.sh by accident very early and never removed the created aclocal 
file anymore.

Modified:
    incubator/log4cxx/trunk/src/site/apt/building/autotools.apt

Modified: incubator/log4cxx/trunk/src/site/apt/building/autotools.apt
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/apt/building/autotools.apt?rev=1736603&r1=1736602&r2=1736603&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/apt/building/autotools.apt (original)
+++ incubator/log4cxx/trunk/src/site/apt/building/autotools.apt Fri Mar 25 
15:56:19 2016
@@ -27,8 +27,7 @@ Building Apache log4cxx with autotools
 
 +------------+
 $ cd apache-log4cxx-x.x.x
-$ [autoreconf]
-$ [automake --add-missing]
+$[./autogen.sh]
 $ ./configure
 $ make
 $ make check


Reply via email to