From: ellson Date: Wed, 9 Jan 2008 19:34:49 +0000 (+0000) Subject: Fix #1268 X-Git-Tag: LAST_LIBGRAPH~32^2~4895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10e46e2fc3908a4151b08e75e74816be52e8eea4;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/tclpathplan/Makefile.am b/tclpkg/tclpathplan/Makefile.am index 7af22da52..589c74607 100644 --- a/tclpkg/tclpathplan/Makefile.am +++ b/tclpkg/tclpathplan/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = demo -pkgtcldir = @TCL_INSTALL_DIR@/@PACKAGE_NAME@-@PACKAGE_VERSION@ +pkgtcldir = $(pkglibdir)/tcl AM_CPPFLAGS = \ -I$(top_srcdir) \ diff --git a/tclpkg/tkspline/Makefile.am b/tclpkg/tkspline/Makefile.am index cbaa92cdd..d1be99ce2 100644 --- a/tclpkg/tkspline/Makefile.am +++ b/tclpkg/tkspline/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = demo -pkgtcldir = @TCL_INSTALL_DIR@/@PACKAGE_NAME@-@PACKAGE_VERSION@ +pkgtcldir = $(pkglibdir)/tcl pdfdir = $(pkgdatadir)/doc/pdf man = tkspline.n