summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 15:56:19 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 15:56:19 +0000
commit14e6856d28347ef142f7f0553e2af07139357e3b (patch)
tree7bfc2353896364128eeb6a2c64fc9b72bda00219
parent645f03976b4cbdb32f6b4d79dc9dd6c4dff1d5d2 (diff)
downloadlog4cxx-14e6856d28347ef142f7f0553e2af07139357e3b.tar.gz
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.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736603 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/site/apt/building/autotools.apt3
1 files changed, 1 insertions, 2 deletions
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