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

index 8909c3b7cb1a30641aa60d35193dc72f9ed39d5e..323d6d89b20f77e35b9962a139a99badab46d70f 100644 (file)
@@ -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) \