1 # Blatantly ripped out of the graphviz examples and modified
. -pme
4 node [
color=lightblue2
, style=
filled]
;
5 "aclocal.m4" -> "acinclude.m4";
6 "configure" -> "aclocal.m4";
7 "configure" -> "configure.ac";
8 "configure" -> "crossconfig.m4";
9 "configure" -> "linkage.m4";
10 "[*/]Makefile.in" -> "Makefile.am";
11 "[*/]Makefile.in" -> "configure.ac";
12 "config.h.in" -> "acconfig.h";
13 "config.h.in" -> "configure.ac";