Fixed a bug with VERSION being redefed
This commit is contained in:
parent
b9ef2ed71e
commit
029309f448
5
configure
vendored
5
configure
vendored
@ -1180,7 +1180,7 @@ fi
|
|||||||
|
|
||||||
PACKAGE=xlhtml/xlhtml
|
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
|
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
|
{ { 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; }
|
$ac_cs_success || { (exit 1); exit 1; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$as_me:5709: result: Configured $PACKAGE release $VERSION" >&5
|
|
||||||
echo "${ECHO_T}Configured $PACKAGE release $VERSION" >&6
|
|
||||||
|
|
||||||
|
@ -61,5 +61,4 @@ AC_SUBST(COLE_MICRO)
|
|||||||
|
|
||||||
AC_OUTPUT([Makefile cole/Makefile cole/version.c cole/cole.h xlhtml/Makefile ppthtml/Makefile])
|
AC_OUTPUT([Makefile cole/Makefile cole/version.c cole/cole.h xlhtml/Makefile ppthtml/Makefile])
|
||||||
|
|
||||||
AC_MSG_RESULT([Configured $PACKAGE release $VERSION])
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user