mirror of https://gitee.com/bigwinds/arangodb
automake is way too clever for me
This commit is contained in:
parent
e74f17c1aa
commit
a9de8fad3e
|
@ -28,8 +28,9 @@ JsonParserX/location.hh
|
|||
JsonParserX/position.hh
|
||||
JsonParserX/stack.hh
|
||||
V8/v8-json.cpp
|
||||
BasicsC/stamp-h1
|
||||
stamp-h*
|
||||
avocadodb
|
||||
libavocadodb.a
|
||||
build.c
|
||||
build.info
|
||||
config/config.h*
|
||||
|
|
2
build.h
2
build.h
|
@ -1 +1 @@
|
|||
#define TRIAGENS_VERSION "0.0.8 [1105:1107M]"
|
||||
#define TRIAGENS_VERSION "0.0.8 [1116M]"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
NAME=`basename $1 .js`
|
||||
|
||||
cat $1 \
|
||||
| sed -e 's:\(["\]\):\\\0:g' \
|
||||
| sed -e 's:\(["\]\):\\\1:g' \
|
||||
| awk 'BEGIN {print "static string JS_'$NAME' = " } { print " \"" $0 "\\n\"" } END { print ";"}'
|
||||
|
|
|
@ -47,7 +47,7 @@ BUILD_H="\$(top_srcdir)/build.h"
|
|||
AC_SUBST(BUILD_H)
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AM_CONFIG_HEADER([BasicsC/local-configuration.h])
|
||||
AC_CONFIG_HEADER([config/config.h BasicsC/local-configuration.h])
|
||||
AC_OUTPUT
|
||||
|
||||
dnl ============================================================================
|
||||
|
|
|
@ -4,8 +4,8 @@ dnl ----------------------------------------------------------------------------
|
|||
dnl option for V8
|
||||
dnl -----------------------------------------------------------------------------------------
|
||||
|
||||
V8_CPPFLAGS="-I${THIRD_PARTY}/v8/include"
|
||||
V8_LDFLAGS="-L${THIRD_PARTY}/v8/lib"
|
||||
V8_CPPFLAGS=""
|
||||
V8_LDFLAGS=""
|
||||
|
||||
AC_ARG_WITH(v8,
|
||||
AS_HELP_STRING([--with-v8=DIR], [where the v8 library and includes are located]),
|
||||
|
|
Loading…
Reference in New Issue