[
https://issues.apache.org/jira/browse/LOGCXX-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981415#comment-13981415
]
Christian Ehrlicher commented on LOGCXX-433:
--------------------------------------------
I don't know how to attach a patch so I'm pasting the simple patch here:
---------------------------
Index: Makefile.am
===================================================================
--- Makefile.am (Revision 1590041)
+++ Makefile.am (Arbeitskopie)
@@ -15,6 +15,7 @@
#
AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS= -I .
SUBDIRS = src
EXTRA_DIST = autogen.sh aclocal.m4 find_apr.m4 find_apu.m4 build.xml pom.xml
NOTICE LICENSE INSTALL pom.xml KEYS
---------------------------
> Autoconf 2.69 needs 'ACLOCAL_AMFLAGS= -I .'
> -------------------------------------------
>
> Key: LOGCXX-433
> URL: https://issues.apache.org/jira/browse/LOGCXX-433
> Project: Log4cxx
> Issue Type: Bug
> Components: Build
> Affects Versions: 0.11.0
> Environment: openSUSE 13.1 / 64Bit, autoconf 2.69
> Reporter: Christian Ehrlicher
> Priority: Minor
>
> When trying to build current svn HEAD I need to add
> 'ACLOCAL_AMFLAGS= -I .' to Makefile.am - otherwise configure (created with
> 'autoreconf -i --install' doesn't find find_apr.m4 and find_apu.m4
--
This message was sent by Atlassian JIRA
(v6.2#6252)