summaryrefslogtreecommitdiff
path: root/src/site/apt/building/autotools.apt
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/apt/building/autotools.apt')
-rw-r--r--src/site/apt/building/autotools.apt7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site/apt/building/autotools.apt b/src/site/apt/building/autotools.apt
index bdafcf4..b60cd95 100644
--- a/src/site/apt/building/autotools.apt
+++ b/src/site/apt/building/autotools.apt
@@ -22,16 +22,19 @@ Building Apache log4cxx with autotools
* Quick start:
- Make sure autoconf 2.50+ is available, install or build apr 1.x, apr-util 1.x, gzip and zip.
+ Make sure autoconf 2.50+, libtool, g++ and make are available, install or build apr 1.x, apr-util 1.x and zip.
+------------+
$ cd apache-log4cxx-x.x.x
+$ [autoreconf]
+$ [automake --add-missing]
$ ./configure
$ make
$ make check
$ sudo make install
+------------+
+ Those lines in brackets are only necessary if you directly build from source.
* configure options
@@ -57,7 +60,6 @@ $ sudo make install
| -help | Display help showing all options and exit. |
*-------------------+---------------------------------------------------------------------------------------------+
-
SMTP and ODBC options can depend on libraries that
that have different licenses.
You should review the corresponding licenses and understand
@@ -99,7 +101,6 @@ $ sudo apt-get install libapr1-dev libaprutil1-dev zip
with reduced functionality. There have been reports of
building APR on Cygwin with threads enabled.
-
** MinGW:
Recent APR 1.2.x releases fail ./configure with a error