dnl ORTHO
AC_ARG_WITH(ortho,
- [AS_HELP_STRING([--with-ortho=no],[ORTHO features in neato layout engine])],
- [], [with_ortho=no])
+ [AS_HELP_STRING([--with-ortho=yes],[ORTHO features in neato layout engine])],
+ [], [with_ortho=yes])
if test "x$with_ortho" != "xyes"; then
- use_ortho="No (disabled by default - experimental)"
+ use_ortho="No (disabled)"
else
use_ortho="Yes"
AC_DEFINE_UNQUOTED(ORTHO,1,[Define if you want ORTHO])
# All features are off (undefined) by default
# To enable, use: <percent>define FEATURE 1
# Available features are:
-# SHARP GHOSTSCRIPT GUILE _IO JAVA LUA OCAML PERL PHP PYTHON RUBY R_LANG
-# TCL IPSEPCOLA MYLIBGD PANGOCAIRO RSVG GLITZ SMYRNA DEVIL MING GDK_PIXBUF
+# SHARP GHOSTSCRIPT GUILE _IO JAVA LUA OCAML ORTHO PERL PHP
+# PYTHON RUBY R_LANG TCL IPSEPCOLA MYLIBGD PANGOCAIRO RSVG
+# GLITZ SMYRNA DEVIL MING GDK_PIXBUF
# SuSE uses a different mechanism to generate BuildRequires
# norootforbuild
%define PYTHON 1
BuildRequires: python python-devel
%define IPSEPCOLA 1
+%define ORTHO 1
%endif
%if %rhel >= 5
BuildRequires: libXaw-devel libSM-devel libICE-devel libXpm-devel libXt-devel libXmu-devel libXext-devel libX11-devel
BuildRequires: lasi-devel
%define GDK_PIXBUF 1
%define IPSEPCOLA 1
+%define ORTHO 1
%define R_LANG 1
BuildRequires: R-devel swig >= 1.3.33 perl-libs
%define SMYRNA 1