]> granicus.if.org Git - graphviz/commitdiff
- Less warnings from configure with normal defaults
authorellson <devnull@localhost>
Sat, 29 Apr 2006 01:30:55 +0000 (01:30 +0000)
committerellson <devnull@localhost>
Sat, 29 Apr 2006 01:30:55 +0000 (01:30 +0000)
- Turn on --with-ipsepcola in FC6 (Fedora-development) rpms only for testing

configure.ac
graphviz.spec.in

index 1604777fd133f28c6840e4a9238e0732e37593b8..ab2ce1fd76915a78719b6b65950063a52079b20d 100644 (file)
@@ -1080,12 +1080,11 @@ AC_SUBST(Z_INCLUDES)
 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)
@@ -1101,7 +1100,6 @@ if test "x$with_digcola" = "xno"; then
 
 fi
 if test "x$with_ipsepcola" != "xyes"; then
-       AC_MSG_WARN(Optional IPSEPCOLA is disabled)
        IPSEPCOLA_INCLUDES=
        IPSEPCOLA_LIBS=
 else
index 193caaeb45405714adc9fae2194b47c45e6215f8..09cfaf31dbb78f45ca3c5e6f00f36664fbf3fb9a 100644 (file)
@@ -19,6 +19,7 @@ Prefix: /usr
 %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)
 
@@ -89,6 +90,7 @@ Prefix: /usr
 %{?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
@@ -399,7 +401,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
       --with-x \
       --with-mylibgd \
       --disable-static \
-      --disable-dependency-tracking
+      --disable-dependency-tracking %{IPSEPCOLA}
 %__make %{?_smp_mflags}
 
 %install