From: ellson Date: Wed, 9 Jan 2008 19:34:49 +0000 (+0000) Subject: Fix #1268 X-Git-Tag: LAST_LIBGRAPH~32^2~4896 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95eb1a69bc444133c17ec003aa4c67df4203200c;p=graphviz 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. --- 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) \