AC_SUBST(Z_LIBS)
dnl -----------------------------------
-dnl DIGCOLA (enable by default)
+dnl DIGCOLA (enabled by default)
AC_ARG_WITH(digcola,
[AC_HELP_STRING([--with-digcola],
[with DIGCOLA features in neato layout engine])])
if test "x$with_digcola" != "xno"; then
- AC_MSG_WARN(Optional DIGCOLA is enabled)
AC_DEFINE_UNQUOTED(DIGCOLA,1,[Define if you want DIGCOLA])
else
AC_MSG_WARN(Optional DIGCOLA is disabled)
fi
if test "x$with_ipsepcola" != "xyes"; then
- AC_MSG_WARN(Optional IPSEPCOLA is disabled)
IPSEPCOLA_INCLUDES=
IPSEPCOLA_LIBS=
else
%define PYTHON 0
%define RUBY 0
%define TCL 1
+%define IPSEPCOLA --without-ipsepcola
# Select packages according to dist (set in .rpmmacros on each build host)
%{?fc6: %{expand: %%define PYTHON 1}}
%{?fc6: %{expand: %%define RUBY 1}}
%{?fc6: %{expand: %%define TCL 1}}
+%{?fc6: %{expand: %%define IPSEPCOLA --with-ipsepcola}}
Summary: Graph Visualization Tools
Name: graphviz
--with-x \
--with-mylibgd \
--disable-static \
- --disable-dependency-tracking
+ --disable-dependency-tracking %{IPSEPCOLA}
%__make %{?_smp_mflags}
%install