From: ellson Date: Tue, 18 Oct 2005 19:14:56 +0000 (+0000) Subject: adjust for renamed Config.mk.old X-Git-Tag: LAST_LIBGRAPH~32^2~7134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72729bad3fadcceebd6c05bb69f65376bc85e2d5;p=graphviz adjust for renamed Config.mk.old --- diff --git a/Makefile.am b/Makefile.am index 8f01a46d2..2e03e905e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index 38e2a97b9..934e9f53a 100644 --- a/configure.ac +++ b/configure.ac @@ -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)