From 029309f44855a31baddf0ef8c2e90f6bd196fd92 Mon Sep 17 00:00:00 2001 From: slidedraw Date: Thu, 11 Apr 2002 17:42:25 +0000 Subject: [PATCH] Fixed a bug with VERSION being redefed --- configure | 5 +---- configure.in | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure b/configure index b44f56b..953a891 100755 --- a/configure +++ b/configure @@ -1180,7 +1180,7 @@ fi PACKAGE=xlhtml/xlhtml -VERSION=0.4.9.2 +VERSION=0.4.9.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:1186: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -5706,6 +5706,3 @@ if test "$no_create" != yes; then $ac_cs_success || { (exit 1); exit 1; } fi -echo "$as_me:5709: result: Configured $PACKAGE release $VERSION" >&5 -echo "${ECHO_T}Configured $PACKAGE release $VERSION" >&6 - diff --git a/configure.in b/configure.in index 43a0766..3073157 100644 --- a/configure.in +++ b/configure.in @@ -61,5 +61,4 @@ AC_SUBST(COLE_MICRO) AC_OUTPUT([Makefile cole/Makefile cole/version.c cole/cole.h xlhtml/Makefile ppthtml/Makefile]) -AC_MSG_RESULT([Configured $PACKAGE release $VERSION])