Fixed a bug with VERSION being redefed

This commit is contained in:
slidedraw 2002-04-11 17:42:25 +00:00
parent b9ef2ed71e
commit 029309f448
2 changed files with 1 additions and 5 deletions

5
configure vendored
View File

@ -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

View File

@ -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])