Some enhancements for gv/graphviz/dot/dotty support and better handling of

paths under MingW.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28685 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-06-05 15:54:38 +00:00
parent 3e0c154240
commit caf0ecec9e
3 changed files with 138 additions and 82 deletions

View File

@@ -82,6 +82,9 @@
/* Define to 1 if you have the <dl.h> header file. */
#undef HAVE_DL_H
/* Define if the dot program is available */
#undef HAVE_DOT
/* Define if the dotty program is available */
#undef HAVE_DOTTY
@@ -425,6 +428,9 @@
/* Define if this is Win32ish platform */
#undef LLVM_ON_WIN32
/* Define to path to dot program if found or 'echo dot' otherwise */
#undef LLVM_PATH_DOT
/* Define to path to dotty program if found or 'echo dotty' otherwise */
#undef LLVM_PATH_DOTTY