Description: Force install path of tcltk lib conforming to the FHS
Forwarded: not-needed
Author: Vincent Danjean <vdanjean@debian.org>
--- a/configure.ac
+++ b/configure.ac
@@ -823,7 +823,7 @@
 				;;
 		esac
 		# Debian Hack: do not install in /usr/local/lib/tcltk
-		# OWTCL_INSTALL_PATH="/usr/lib/tcltk"
+		OWTCL_INSTALL_PATH="/usr/lib/tcltk"
 		AC_SUBST(OWTCL_INSTALL_PATH)
 	fi
 fi
