missing lefty scripts in graphviz.spec.in
disable cairo fontmetrics
txt_DATA = $(txt)
html_DATA = $(html)
-SUBDIRS = libltdl lib plugin cmd tclpkg doc contrib graphs
+#SUBDIRS = libltdl lib plugin cmd tclpkg doc contrib graphs
+SUBDIRS = lib plugin cmd tclpkg doc contrib graphs
doxygen:
doxygen
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_SUBDIRS(libltdl)
-AC_LIBTOOL_DLOPEN
-AC_LIBLTDL_CONVENIENCE
-AC_SUBST(INCLTDL)
-AC_SUBST(LIBLTDL)
+# AC_CONFIG_SUBDIRS(libltdl)
+#AC_LIBTOOL_DLOPEN
+#AC_LIBLTDL_CONVENIENCE
+#AC_SUBST(INCLTDL)
+#AC_SUBST(LIBLTDL)
# Checks for system type
AC_CANONICAL_TARGET
%doc AUTHORS COPYING ChangeLog NEWS
%{_bindir}/*
%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/lefty
%{_mandir}/man1/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/lib*.so.*
#include "render.h"
#include "utils.h"
-#ifdef HAVE_CAIRO
+/* #ifdef HAVE_CAIRO */
+#if 0
#include <cairo.h>
#else
double textwidth(textline_t * textline, char *fontname, double fontsize)
{
char *fontpath = NULL;
-#ifdef HAVE_CAIRO
+/* #ifdef HAVE_CAIRO */
+#if 0
cairo_t *cr;
cairo_text_extents_t extents;
-I$(top_srcdir)/lib/common \
-I$(top_srcdir)/lib/pathplan \
-I$(top_srcdir)/lib/graph \
- -I$(top_srcdir)/lib/cdt @INCLTDL@ @CAIRO_CFLAGS@
+ -I$(top_srcdir)/lib/cdt @CAIRO_CFLAGS@
-LIBS = @LIBLTDL@
+#@INCLTDL@
+
+#LIBS = @LIBLTDL@
pkginclude_HEADERS = gvc.h gvcint.h gvplugin_render.h \
gvplugin_layout.h gvplugin.h