]> granicus.if.org Git - graphviz/commitdiff
Fix #1268
authorellson <devnull@localhost>
Wed, 9 Jan 2008 19:34:49 +0000 (19:34 +0000)
committerellson <devnull@localhost>
Wed, 9 Jan 2008 19:34:49 +0000 (19:34 +0000)
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

index cdb9449bd746c5b21f7b3946e05cc48eb162eb1c..6f700481aa17f600d2b99ec163e45f9b6be59a15 100644 (file)
@@ -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) \