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.



Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/7065f409
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/7065f409
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/7065f409

Branch: refs/heads/master
Commit: 7065f4096184fa60fb86e91511df1c2adbe49c49
Parents: 72e8eb3
Author: Thorsten Schöning <[email protected]>
Authored: Fri Mar 25 15:39:19 2016 +0000
Committer: Thorsten Schöning <[email protected]>
Committed: Fri Mar 25 15:39:19 2016 +0000

----------------------------------------------------------------------
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/7065f409/autogen.sh
----------------------------------------------------------------------
diff --git a/autogen.sh b/autogen.sh
index e9b85bf..8a9b561 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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