Author: tschoening Date: Thu Mar 24 11:42:36 2016 New Revision: 1736429 URL: http://svn.apache.org/viewvc?rev=1736429&view=rev Log: LOGCXX-433: Autoconf 2.69 needs 'ACLOCAL_AMFLAGS= -I .'
Modified: incubator/log4cxx/trunk/Makefile.am incubator/log4cxx/trunk/src/changes/changes.xml Modified: incubator/log4cxx/trunk/Makefile.am URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/Makefile.am?rev=1736429&r1=1736428&r2=1736429&view=diff ============================================================================== --- incubator/log4cxx/trunk/Makefile.am (original) +++ incubator/log4cxx/trunk/Makefile.am Thu Mar 24 11:42:36 2016 @@ -14,6 +14,7 @@ # limitations under the License. # AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I . SUBDIRS = src EXTRA_DIST = \ Modified: incubator/log4cxx/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/changes/changes.xml?rev=1736429&r1=1736428&r2=1736429&view=diff ============================================================================== --- incubator/log4cxx/trunk/src/changes/changes.xml (original) +++ incubator/log4cxx/trunk/src/changes/changes.xml Thu Mar 24 11:42:36 2016 @@ -89,6 +89,7 @@ <action issue="LOGCXX-424" type="fix">liblog4cxx.pc.in should reflect dependency on apr-1, apr-1-util</action> <action issue="LOGCXX-425" type="fix">exceptions in CachedDateFormatTestCase after LOGCXX-420</action> <action issue="LOGCXX-428" type="fix">Wildcards in Makefile.am break either VPATH or non-VPATH installs</action> + <action issue="LOGCXX-433" type="fix">Autoconf 2.69 needs 'ACLOCAL_AMFLAGS= -I .'</action> <action issue="LOGCXX-443" type="fix">Return by const reference in Logger::getName()</action> <action issue="LOGCXX-446" type="fix">make install fails, trying to overwrite header files</action>