summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 15:39:19 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 15:39:19 +0000
commit645f03976b4cbdb32f6b4d79dc9dd6c4dff1d5d2 (patch)
tree75a591855342128314a0ee2f5a17dbb37a0843fb
parent4845df6405b587b539876f87c6ac1386a9fd3048 (diff)
downloadlog4cxx-645f03976b4cbdb32f6b4d79dc9dd6c4dff1d5d2.tar.gz
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.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736593 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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