Author: tschoening Date: Thu Mar 24 11:05:04 2016 New Revision: 1736423 URL: http://svn.apache.org/viewvc?rev=1736423&view=rev Log: Hint for required autoconf version and removed 0.10.0 because it would need to be changed for every new version.
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=1736423&r1=1736422&r2=1736423&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/site/apt/building/autotools.apt (original) +++ incubator/log4cxx/trunk/src/site/apt/building/autotools.apt Thu Mar 24 11:05:04 2016 @@ -22,10 +22,10 @@ Building Apache log4cxx with autotools * Quick start: - Install or build apr 1.x, apr-util 1.x, gzip and zip. + Make sure autoconf 2.50+ is available, install or build apr 1.x, apr-util 1.x, gzip and zip. +------------+ -$ cd apache-log4cxx-0.10.0 +$ cd apache-log4cxx-x.x.x $ ./configure $ make $ make check