From: JINMEI Tatuya Date: Thu, 23 Feb 2012 21:46:15 +0000 (-0800) Subject: [1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.am X-Git-Tag: trac2351_base~226^2~116^2~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=464cada643779ceff4b3886aa5ccfec6605e2e92;p=thirdparty%2Fkea.git [1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.am that warns about older library. --- diff --git a/src/lib/python/isc/log/Makefile.am b/src/lib/python/isc/log/Makefile.am index 5ff2c28a4e..b228caf428 100644 --- a/src/lib/python/isc/log/Makefile.am +++ b/src/lib/python/isc/log/Makefile.am @@ -23,15 +23,6 @@ log_la_LIBADD += $(PYTHON_LIB) # This is not installed, it helps locate the module during tests EXTRA_DIST = __init__.py -# We're going to abuse install-data-local for a pre-install check. -# This is to be considered a short term hack and is expected to be removed -# in a near future version. -install-data-local: - if test -d @pyexecdir@/isc/log; then \ - echo "@pyexecdir@/isc/log is deprecated, and will confuse newer versions. Please (re)move it by hand."; \ - exit 1; \ - fi - pytest: $(SHELL) tests/log_test