mirror of https://gitee.com/bigwinds/arangodb
build number
This commit is contained in:
parent
6270f89b20
commit
15eea8fc35
|
@ -61,3 +61,4 @@ avocsh
|
|||
libavocado.a
|
||||
*.swp
|
||||
tags
|
||||
build.h
|
||||
|
|
|
@ -30,7 +30,7 @@ LIBS = \
|
|||
@READLINE_LIBS@ \
|
||||
@V8_LIBS@
|
||||
|
||||
BUILT_SOURCES =
|
||||
BUILT_SOURCES = build.h
|
||||
CLEANUP =
|
||||
|
||||
noinst_LIBRARIES = libavocado.a
|
||||
|
@ -59,6 +59,9 @@ endif
|
|||
## avocadodb
|
||||
################################################################################
|
||||
|
||||
build.h: configure.ac
|
||||
@echo '#define TRIAGENS_VERSION "@PACKAGE_VERSION@"' > build.h
|
||||
|
||||
include Makefile.files
|
||||
include Makefile.doxygen
|
||||
include Makefile.javascript
|
||||
|
|
15
Makefile.in
15
Makefile.in
|
@ -509,9 +509,9 @@ AM_LDFLAGS = \
|
|||
@READLINE_LDFLAGS@ \
|
||||
@V8_LDFLAGS@
|
||||
|
||||
BUILT_SOURCES = $(JAVASCRIPT_HEADER) $(FLEX_FILES) $(FLEXXX_FILES) \
|
||||
$(BISON_FILES) $(BISONXX_FILES) Doxygen/.setup-directories \
|
||||
.setup-directories $(am__append_3)
|
||||
BUILT_SOURCES = build.h $(JAVASCRIPT_HEADER) $(FLEX_FILES) \
|
||||
$(FLEXXX_FILES) $(BISON_FILES) $(BISONXX_FILES) \
|
||||
Doxygen/.setup-directories .setup-directories $(am__append_3)
|
||||
|
||||
################################################################################
|
||||
################################################################################
|
||||
|
@ -2376,6 +2376,12 @@ uninstall-am: uninstall-binPROGRAMS uninstall-nobase_pkgdataDATA \
|
|||
@ENABLE_INSTALL_DBDIR_TRUE@ test -d @localstatedir@/${PACKAGE_TARNAME}/_ACTIONS || mkdir -p @localstatedir@/${PACKAGE_TARNAME}/_ACTIONS
|
||||
@ENABLE_INSTALL_DBDIR_TRUE@ cp ${srcdir}/js/actions/demo/*.js @localstatedir@/${PACKAGE_TARNAME}/_ACTIONS
|
||||
|
||||
################################################################################
|
||||
################################################################################
|
||||
|
||||
build.h: configure.ac
|
||||
@echo '#define TRIAGENS_VERSION "@PACKAGE_VERSION@"' > build.h
|
||||
|
||||
.PHONY: Doxygen/js Doxygen/js/system Doxygen/js/modules
|
||||
|
||||
Doxygen/.setup-directories:
|
||||
|
@ -2507,9 +2513,6 @@ js/server/js-%.h: @srcdir@/js/server/%.js .setup-directories
|
|||
################################################################################
|
||||
################################################################################
|
||||
|
||||
################################################################################
|
||||
################################################################################
|
||||
|
||||
clean-local:
|
||||
if test "$(CLEANUP)" != "" ]; then rm -f $(CLEANUP); fi
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.1.0.
|
||||
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.3.3.
|
||||
#
|
||||
# Report bugs to <info@triagens.de>.
|
||||
#
|
||||
|
@ -560,8 +560,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='triAGENS AvocadoDB'
|
||||
PACKAGE_TARNAME='avocado'
|
||||
PACKAGE_VERSION='0.1.0'
|
||||
PACKAGE_STRING='triAGENS AvocadoDB 0.1.0'
|
||||
PACKAGE_VERSION='0.3.3'
|
||||
PACKAGE_STRING='triAGENS AvocadoDB 0.3.3'
|
||||
PACKAGE_BUGREPORT='info@triagens.de'
|
||||
PACKAGE_URL='http://www.worldofvoc.com'
|
||||
|
||||
|
@ -1368,7 +1368,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures triAGENS AvocadoDB 0.1.0 to adapt to many kinds of systems.
|
||||
\`configure' configures triAGENS AvocadoDB 0.3.3 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1439,7 +1439,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.1.0:";;
|
||||
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.3.3:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1582,7 +1582,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
triAGENS AvocadoDB configure 0.1.0
|
||||
triAGENS AvocadoDB configure 0.3.3
|
||||
generated by GNU Autoconf 2.68
|
||||
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
|
@ -2138,7 +2138,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by triAGENS AvocadoDB $as_me 0.1.0, which was
|
||||
It was created by triAGENS AvocadoDB $as_me 0.3.3, which was
|
||||
generated by GNU Autoconf 2.68. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -3196,7 +3196,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='avocado'
|
||||
VERSION='0.1.0'
|
||||
VERSION='0.3.3'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -9818,7 +9818,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by triAGENS AvocadoDB $as_me 0.1.0, which was
|
||||
This file was extended by triAGENS AvocadoDB $as_me 0.3.3, which was
|
||||
generated by GNU Autoconf 2.68. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -9885,7 +9885,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
triAGENS AvocadoDB config.status 0.1.0
|
||||
triAGENS AvocadoDB config.status 0.3.3
|
||||
configured by $0, generated by GNU Autoconf 2.68,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ dnl ============================================================================
|
|||
dnl PREAMBLE triAGENS GmbH Build Environment
|
||||
dnl ============================================================================
|
||||
|
||||
AC_INIT([triAGENS AvocadoDB], [0.1.0], [info@triagens.de], [avocado], [http://www.worldofvoc.com])
|
||||
AC_INIT([triAGENS AvocadoDB], [0.3.3], [info@triagens.de], [avocado], [http://www.worldofvoc.com])
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
dnl auxillary directory for install-sh and missing
|
||||
|
|
Loading…
Reference in New Issue