]> granicus.if.org Git - graphviz/commitdiff
adjust for renamed Config.mk.old
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:14:56 +0000 (19:14 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:14:56 +0000 (19:14 +0000)
Makefile.am
configure.ac

index 8f01a46d22f167fb34247953663fbc5993e6204b..2e03e905e096ab6c55fc624588917c92181a7252 100644 (file)
@@ -23,7 +23,7 @@ dist-hook:
 
 EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \
        autogen.sh config/depcomp config/config.rpath ast_common.h.in \
-       Makefile.old Config.mk configure.old INSTALL.old \
+       Makefile.old Config.mk.old configure.old INSTALL.old \
        Makeargs config.h.old compat_getopt.h iffe config.iffe \
        m4/README m4/iconv.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 \
        Doxyfile.in Doxyfile \
index 38e2a97b906f136ba96d75d39750c4a45ff34fe7..934e9f53a32572cfb2a4c501454673d81295e7ad 100644 (file)
@@ -53,8 +53,9 @@ case "${host_os}" in
   *irix* | *nonstopux* )
     GVPLUGIN_VERSION=`expr $LT_CURRENT + 1`
     ;;
-  *)
+  * )
     GVPLUGIN_VERSION=$LT_CURRENT
+    ;;
 esac
 AC_DEFINE_UNQUOTED(GVPLUGIN_VERSION,$GVPLUGIN_VERSION,[Compatibility version number for plugins.])
 AC_SUBST(GVPLUGIN_VERSION)