From 95eb1a69bc444133c17ec003aa4c67df4203200c Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 9 Jan 2008 19:34:49 +0000 Subject: [PATCH] Fix #1268 Installation of softlinks into non-owned directories is done as a separate step, with soft failures, so that a developer can do: ./configure --prefix=$HOME/graphviz; make; make install without root priviledges. --- tclpkg/tcldot/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclpkg/tcldot/Makefile.am b/tclpkg/tcldot/Makefile.am index cdb9449bd..6f700481a 100644 --- a/tclpkg/tcldot/Makefile.am +++ b/tclpkg/tcldot/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = demo pdfdir = $(pkgdatadir)/doc/pdf htmldir = $(pkgdatadir)/doc/html -pkgtcldir = @TCL_INSTALL_DIR@/@PACKAGE_NAME@-@PACKAGE_VERSION@ +pkgtcldir = $(pkglibdir)/tcl AM_CPPFLAGS = \ -I$(top_srcdir) \ -- 2.50.1