Author: tschoening
Date: Fri Mar 25 15:39:19 2016
New Revision: 1736593

URL: http://svn.apache.org/viewvc?rev=1736593&view=rev
Log:
Include dirs for find_*.m4 have changed and the new dir needs to be provided 
here as well, just removing the aclocal line doesn't seemt o work for some 
reason.

Modified:
    incubator/log4cxx/trunk/autogen.sh

Modified: incubator/log4cxx/trunk/autogen.sh
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/autogen.sh?rev=1736593&r1=1736592&r2=1736593&view=diff
==============================================================================
--- incubator/log4cxx/trunk/autogen.sh (original)
+++ incubator/log4cxx/trunk/autogen.sh Fri Mar 25 15:39:19 2016
@@ -24,6 +24,6 @@ $LIBTOOLIZE --force --automake --copy
 
 rm -f config.cache
 rm -f config.log
-aclocal -I .
+aclocal -I src/m4
 autoconf
 automake -a --copy


Reply via email to