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.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/4e5444e9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/4e5444e9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/4e5444e9

Branch: refs/heads/master
Commit: 4e5444e96fbce5ca93b39ca37917cf3cc56f692d
Parents: 7065f40
Author: Thorsten Schöning <[email protected]>
Authored: Fri Mar 25 15:56:19 2016 +0000
Committer: Thorsten Schöning <[email protected]>
Committed: Fri Mar 25 15:56:19 2016 +0000

----------------------------------------------------------------------
 src/site/apt/building/autotools.apt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/4e5444e9/src/site/apt/building/autotools.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/building/autotools.apt 
b/src/site/apt/building/autotools.apt
index 5b27620..389e7da 100644
--- a/src/site/apt/building/autotools.apt
+++ b/src/site/apt/building/autotools.apt
@@ -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