Merge -r 127928:132243 from trunk
[official-gcc.git] / libstdc++-v3 / doc / html / 17_intro / confdeps.dot
bloba62d28ce9ddf00a2689bb05ab892e6e7798e8bb0
1 # Blatantly ripped out of the graphviz examples and modified. -pme
2 digraph v3conf {
3 size="6,6";
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";