From: ellson Date: Wed, 9 Jan 2008 19:34:49 +0000 (+0000) Subject: Fix #1268 X-Git-Tag: LAST_LIBGRAPH~32^2~4897 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7f1c8ba50f353d14247acd188b41ad9d1cc2d20;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/gv/demo/Makefile.am b/tclpkg/gv/demo/Makefile.am index 81b0ddb52..354a2137e 100644 --- a/tclpkg/gv/demo/Makefile.am +++ b/tclpkg/gv/demo/Makefile.am @@ -62,3 +62,5 @@ endif if WITH_TCL demotcl_SCRIPTS = modgraph.tcl endif + +EXTRA_DIST = modgraph.*