From: ellson Date: Wed, 9 Jan 2008 19:34:48 +0000 (+0000) Subject: Fix #1268 X-Git-Tag: LAST_LIBGRAPH~32^2~4899 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ed2e107b051449d7ec0496cdafc49d7e9ee3c9b;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/gdtclft/Makefile.am b/tclpkg/gdtclft/Makefile.am index 8909c3b7c..323d6d89b 100644 --- a/tclpkg/gdtclft/Makefile.am +++ b/tclpkg/gdtclft/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = demo pdfdir = $(pkgdatadir)/doc/pdf -pkgtcldir = @TCL_INSTALL_DIR@/@PACKAGE_NAME@-@PACKAGE_VERSION@ +pkgtcldir = $(pkglibdir)/tcl AM_CPPFLAGS = \ -I$(top_srcdir) \